Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- groups showvminfo <uuid>|<name> [--details] [--machi... nereadable] showvminfo <uuid>|<name> --log <idx> registervm <filename> unregistervm <uuid>|<name> [--delete] createvm --name <name>
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ci@2/network@0" 0 "e1000g"'' * logical device name: ''e1000g0'' * logical device path: ''/dev/e100... o_inst]]'' maps physical device paths to driver name and driver instance number. Example: "/pci@0/p... i@1/pci@0/pci@2/network@0" 0 "e1000g" === /etc/name_to_major === Maps driver name to major device number. Example: e1000g 51 ==== Save and Restore t
- Make your Mac feel at Home @info:mac
- 2010-05-03 16:24~~ ====== Make your Mac feel at Home ====== A small snippet from one of my scripts which tests whether your Mac is in the given (home) WLAN. <code bash> # # Path to 'airport' execute... Current/Resources/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'airport' and search for $HOMESSID SSID=
- jps - Java Virtual Machine Process Status Tool @info:java
- ong listing) and ''-m'' (arguments) most of the time: /usr/java/bin/jps -lm Here are some more examples: List all java processes: ''jps'' <code> 5571... ters: ''jps -v'' <code> 56053 Jps -Dapplication.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home -Xms8m 55719 hourglass.jar 51299 jEdit 51610 Main
- Set a Mac's Hostname @info:mac
- ====== Set a Mac's Hostname ====== To set the permanent hostname, use the ''scutil'' utility (enter the desired hostname instead of ''the_hostname''): <code bash> sudo scutil --set HostName the_hostname </code> === Credi
- Command Line Audio @info:mac
- and Line Audio ====== ===== Change Mac Audio Volume from Command Line ===== To change the audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I've found it he... p://osxdaily.com/2007/04/28/change-the-system-volume-from-the-command-line/|OS X Daily - Change the sy
- DynDNS Updates without a Client @info:script
- earching for a DynDNS client for my OpenSolaris Home Server, but a small bash script does the job as g... <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain in ${DOMAINS}; do echo -n
- Generate a Test Key @info:cryptography:openssl
- out|-keyout testkey.key]]'': this gives the filename to write the newly created private key to. If this option is not specified then the filename present in the configuration file is used. * ''... testkey.crt]]'': this specifies the output filename to write to or standard output by default. Now y... 12.html#item__out|-out testkey.p12]]'': the filename to write certificates and private keys to, standa
- exiftool @info:script
- ====== exiftool ====== ===== Rename Photos ===== Try it first with ''-testname'': exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDat
- fstyp @info:solaris
- 0s0 <file> ufs magic 11954 format dynamic time Wed Dec 23 17:26:29 2009 sblkno 16 cblkn... btodb 1 minfree 1% maxbpg 2048 optim time maxcontig 128 rotdelay 0ms rps 167 csadd... typ -v /dev/rdsk/c7d0s0 <file> zfs version: 14 name: 'rpool' state: 0 txg: 6946 pool_guid: 2570515241943895053 hostid: 876213 hostname: 'workbox' top_guid: 9425194213536263558 guid: 94
- Oracle: List Accounts with Objects @info:oracle
- you can query them with: <code sql> SELECT USERNAME FROM ALL_USERS ORDER BY USERNAME; </code> Or, if you only want the DBAs: <code sql> SELECT USERNAME FROM DBA_USERS ORDER BY USERNAME; </code> {{tag>admin oracle sqlplus}}
- Debug Server Certificate from Client @info:cryptography:openssl
- y: None PSK identity hint: None SRP username: None TLS session ticket lifetime hint: 300 (seconds) TLS session ticket: 0000 - a0 74 cd... de 18 c6 d0 8b 82 ..F...v......... Start Time: 1398672406 Timeout : 300 (sec) Verify
- Cursor Size @info:linux:gnome
- ize ====== To change the mouse cursor size in GNOME, use this command. Substitute the value ''32'' wi... prefered size. <code bash> gsettings set org.gnome.desktop.interface cursor-size 32 </code> {{tag>desktop gnome linux mouse cursor settings}}
- Print all certificates in a file @info:cryptography:openssl
- |-in file.pem]]'': This specifies the input filename to read from or standard input if this option is ... ut|-out certs.pem]]'': specifies the output filename to write to or standard output by default. {{tag
- Print Information about a Key @info:cryptography:openssl
- n testkey.cer]]'': This specifies the input filename to read a certificate from or standard input if t... a file (with "''> testkey_info.txt''") or into some pager (like "''| less''") as this outputs a lot o