Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- er <name>|<ip>] [--target <target>] [--tport <port>] [--lun <lun>] ... X] [--uuid <uuid>] getextradata global|<uuid>|<name> ... add <index,0-N> --target <uuid>|<name>|global
- Cleanup Packages @info:linux:debian
- ) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can f... he packages: <code bash> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code>... aptitude install deborphan </code> Then you can get the list of orphans: <code bash> deborphan </cod... ort PKGS. --keep-file, -k FILE Use FILE to get/store info about kept packages. --list-keep,
- Make your Mac feel at Home @info:mac
- ur Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'airport' and search for $HOMESSID SSID=$(${AIRPORT} --getinfo | grep ' SSID:') SSID=$(echo ${SSID} | grep "
- Debug Server Certificate from Client @info:cryptography:openssl
- = PositiveSSL CA 2 verify error:num=20:unable to get local issuer certificate verify return:0 --- Cert... : 300 (sec) Verify return code: 20 (unable to get local issuer certificate) --- ^C </file> {{tag>c
- Oracle: Resize Instance @info:oracle
- ]]: <code sql> ALTER SYSTEM SET pga_aggregate_target = 2G SCOPE=SPFILE; ALTER SYSTEM SET sga_target = 6G SCOPE=SPFILE; </code> Then, (optionally) export t
- Oracle: Recovery Manager @info:oracle
- Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===== Delet... bash> #!/bin/bash . ${HOME}/.profile rman target / << __EOF__ DELETE NOPROMPT ARCHIVELOG ALL COMPL
- Shell Script Variables @info:script
- ipt Variables ====== ===== Last Character ===== Get the last character of ''$a'': <code bash> ${a: -1
- Compare directories @info:script
- 'LC_ALL=C'' and the option ''-d'' of ''sort'', to get compareable results on different machines. After
- Plaintext @info:cryptography
- ed and unsigned text. It's the payload which then get's signed and/or encrypted. Wikipedia defines [[h
- localeadm @info:solaris
- ck your Solaris Release with cat /etc/release and get a matching DVD or ISO image. If you're using an
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- prtvtoc <source raw device> | fmthard -s - <target raw device> ==== Inodes ==== * Find all hard
- List Open Ports @info:sysadmin
- List Open Ports ====== To list the open ports together with the listening processes: <code bash> net
- rmdir for OSX @info:mac
- ote a small bash function to remove directories together with the contained ''.DS_Store'' file: <code b