• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » de
Trace: • speed • map • Travian Info Tool • Travian Village Planner - Tribe & Village Name • download • travian • certificate • Clear DNS Cache • localeadm • Make your Mac feel at Home

de
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:mysql (9)
  • info:linux (6)
  • info:mac (6)
  • info:oracle (6)
  • info:cryptography (5)
  • info:script (4)
  • info:solaris (4)
  • info:java (3)
  • info:sysadmin (3)
  • info:webdesign (3)
  • info:android (2)
  • info:db (2)
  • info:javascript (2)
  • info:code (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Infos
  • andunix Infos
  • Thunderbird Extendsions
  • WiFi Config QR-Code
  • Android
  • andunix Infos
  • Git
  • Coding
  • andunix Infos
  • Cryptography
  • andunix Infos
  • Database
  • andunix Infos
  • Java
  • JAX-WS Debugging
  • andunix Infos
  • JavaScript
  • andunix Infos
  • Link Lists
  • andunix Infos
  • Linux
  • andunix Infos
  • Mac
  • andunix Infos
  • MySQL
  • andunix Infos
  • Oracle
  • andunix Infos
  • Programs
  • andunix Infos
  • Scripting
  • andunix Infos
  • Solaris
  • Solaris: List Devices
  • andunix Infos
  • System Administration
  • andunix Infos
  • VirtualBox
  • andunix Infos
  • Web Design
  • andunix Infos
  • URL Encoding
  • Eclipse
  • Specify Java VM for Eclipse
  • andunix Infos
  • Debug Server Certificate from Client
  • OpenSSL
  • andunix Infos
  • ISO Standards
  • andunix Infos
  • Cleanup Packages
  • Disable a Service
  • Debian
  • init
  • andunix Infos
  • Setting the Timezone
  • Gnome
  • Database Administration
  • andunix Infos
  • Permission Administration
  • andunix Infos
  • User Administration
  • andunix Infos
  • Firefox
  • andunix Infos
  • andunix Infos
  • Debian
  • andunix Infos
  • Set the Timezone on Debian
  • Border
  • CSS - Cascading Stylesheets
  • Shadows
  • andunix Infos
  • ISO 3166-1
  • andunix Infos
  • ISO 3166-2:DE
  • ISO 3166-2
  • andunix Infos

Fulltext results:

localeadm @info:solaris
37 Hits, Last modified: 13 years ago
mount it (insert your path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.i... IDEV=${LOFIDEV} mount -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead... mples ===== ==== List Installed Locales ==== <code bash> localeadm -lc </code> Example output: <code> Checking for installed packages. This could take
Cleanup Packages @info:linux:debian
25 Hits, Last modified: 12 years ago
(but not purged) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the packages: <code bash> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut
Mercurial
14 Hits, Last modified: 13 years ago
==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== NetBeans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/p... on your project setup, you may want to also exclude ''bin'', ''gen'', ''nbbuild'' or the complete ''n
VBoxManage (The VirtualBox CLI) @info:virtualbox
13 Hits, Last modified: 12 years ago
the output of ''VBoxManage'' without options. <code> Oracle VM VirtualBox Command Line Management Int... -2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general opti... uppress the logo [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== C
MacPorts @info:mac
10 Hits, Last modified: 10 years ago
===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is o
Virtual Network Visualization @info:solaris
8 Hits, Last modified: 13 years ago
al Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "sh... \"$2\"; }\n"; } } close INPUT; print "}\n"; </code> ===== Example ===== {{ dladm2dot.png|Example's Result}} === Input === == dladm show-link == <code> LINK CLASS MTU STATE OVER e1000g... isc2 vnic 9000 up isc_net0 </code> == dladm show-linkprop -o link,value -p zone ==
Oracle: Recovery Manager @info:oracle
8 Hits, Last modified: 13 years ago
er ====== ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remove archive logs older than 3 days withou
Oracle: SPFile and PFiles @info:oracle
8 Hits, Last modified: 13 years ago
a PFile, just enter the following in SQLplus: <code sql> CREATE PFILE FROM SPFILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}... ath to the PFile instead of ${PATH_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='$... CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> If your PFile is located at ''/db/oracle/config
Setting the Timezone @info:linux:debian
8 Hits, Last modified: 13 years ago
c/timezone''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # cat /etc/timezone Europe/London </code> ===== Set the Timezone ===== You can use ''vi'': <code
jps - Java Virtual Machine Process Status Tool @info:java
8 Hits, Last modified: 13 years ago
re examples: List all java processes: ''jps'' <code> 55719 hourglass.jar 51299 jEdit 51610 Main 56026 Jps </code> Long listing: ''jps -l'' <code> 55719 /Users/andreas/.my/pkg/hourglass-0.6.1/lib/hourglass.jar 5129... 042 sun.tools.jps.Jps 51610 org.netbeans.Main </code> List arguments: ''jps -m'' <code> 55719 hourgla
Disable a Service @info:linux:debian
8 Hits, Last modified: 9 years ago
sable a Service ====== To disable a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting with Debian 8): <code bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <servic
Android Apps @info:android
7 Hits, Last modified: 13 years ago
s/details?id=com.google.zxing.client.android|Barcode Scanner]] * [[https://play.google.com/store/apps/details?id=de.fun2code.android.webdrive|DavDrive]] / [[https://play.google.com/store/apps/details?id=de.fun2code.android.lite.webdrive|DavDrive Lite]]
Compare directories @info:script
6 Hits, Last modified: 7 years ago
h of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code> It's important to use ''LC_ALL=C'' and the opti... After that, you can diff the two shasums.txt: <code bash> diff shasums1.txt shasums2.txt </code> Or you use Meld as graphical diff tool: <code bash> me
Oracle: Resize Instance @info:oracle
6 Hits, Last modified: 13 years ago
rst, change the [[spfile_and_pfiles|SPFile]]: <code sql> ALTER SYSTEM SET pga_aggregate_target = 2G S... LTER SYSTEM SET sga_target = 6G SCOPE=SPFILE; </code> Then, (optionally) export the SPFile to a PFile: <code sql> CREATE PFILE FROM SPFILE; </code> Finally, reboot the instance to activate the change: <code s
Android Backup @info:android
6 Hits, Last modified: 13 years ago
ally insert the current date in the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </code> If you are havong problems with the connection ... up"), check the listing of connected devices: <code bash> adb devices </code> Which may result in a listing like this: <file> List of devices attached
ISO 3166-2:DE @info:db:iso:3166-2
6 Hits, Last modified: 13 years ago
JAX-WS Debugging @info:java
6 Hits, Last modified: 11 years ago
MySQL: Create User @info:mysql:user
6 Hits, Last modified: 10 years ago
rmdir for OSX @info:mac
6 Hits, Last modified: 10 years ago
Oracle: List Accounts with Objects @info:oracle
6 Hits, Last modified: 13 years ago
Make your Mac feel at Home @info:mac
5 Hits, Last modified: 10 years ago
Debug Server Certificate from Client @info:cryptography:openssl
5 Hits, Last modified: 12 years ago
WiFi Config QR-Code
5 Hits, Last modified: 10 years ago
CSS - Cascading Stylesheets @info:webdesign:css
4 Hits, Last modified: 13 years ago
MySQL: Create Database @info:mysql:database
4 Hits, Last modified: 13 years ago
SSH @info:sysadmin
4 Hits, Last modified: 10 years ago
Increase the Tomcat Upload Limit @info:sysadmin
4 Hits, Last modified: 9 years ago
MySQL: Change Password @info:mysql:user
4 Hits, Last modified: 12 years ago
MySQL: Remove User @info:mysql:user
4 Hits, Last modified: 13 years ago
Automatic Submission of a Form if an Element is changed @info:javascript
4 Hits, Last modified: 13 years ago
MySQL: Backup @info:mysql:database
4 Hits, Last modified: 13 years ago
Shell Script Variables @info:script
4 Hits, Last modified: 10 years ago
Command Line Audio @info:mac
4 Hits, Last modified: 13 years ago
List Open Ports @info:sysadmin
4 Hits, Last modified: 9 years ago
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
3 Hits, Last modified: 13 years ago
DynDNS Updates without a Client @info:script
3 Hits, Last modified: 13 years ago
Reload Page @info:javascript
2 Hits, Last modified: 13 years ago
MySQL: Revoke Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
Cryptography @info:cryptography
2 Hits, Last modified: 13 years ago
fstyp @info:solaris
2 Hits, Last modified: 13 years ago
Download a Server Certificate @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
pargs for Linux @info:linux
2 Hits, Last modified: 12 years ago
Print Information about a Signature @info:cryptography:openssl
2 Hits, Last modified: 11 years ago
Set a Mac's Hostname @info:mac
2 Hits, Last modified: 10 years ago
Install the Java-Plugin for Firefox @info:java
2 Hits, Last modified: 11 years ago
Disable Core Dumps @info:linux
2 Hits, Last modified: 12 years ago
MySQL: View Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
Change Encoding with iconv @info:script
2 Hits, Last modified: 13 years ago
Oracle: SQLplus Scripting @info:oracle
2 Hits, Last modified: 13 years ago
MySQL: Remove Database @info:mysql:database
2 Hits, Last modified: 13 years ago
MySQL: Grant Permissions @info:mysql:permissions
2 Hits, Last modified: 13 years ago
Cursor Size @info:linux:gnome
2 Hits, Last modified: 10 years ago
Comapct Sparse Image @info:mac
2 Hits, Last modified: 10 years ago
Oracle: EXP @info:oracle
2 Hits, Last modified: 13 years ago
Thunderbird Extendsions
2 Hits, Last modified: 13 years ago
Specify Java VM for Eclipse @info:code:eclipse
2 Hits, Last modified: 12 years ago
URL Encoding @info:webdesign
1 Hits, Last modified: 12 years ago
ISO 3166-1 @info:db:iso:3166-1
1 Hits, Last modified: 13 years ago
OpenSSL @info:cryptography:openssl
1 Hits, Last modified: 13 years ago
Shadows @info:webdesign:css
1 Hits, Last modified: 13 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki