Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- groups showvminfo <uuid>|<name> [--details] [--machinereadable] 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
- /pci@2/network@0" 0 "e1000g"'' * logical device name: ''e1000g0'' * logical device path: ''/dev/e100... _to_inst]]'' maps physical device paths to driver name and driver instance number. Example: "/pci@0/p... pci@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 the
- 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> === Credits
- 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<CreateDate"
- Generate a Test Key @info:cryptography:openssl
- eyout|-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. * ''... ut testkey.crt]]'': this specifies the output filename to write to or standard output by default. Now y... cs12.html#item__out|-out testkey.p12]]'': the filename to write certificates and private keys to, standa
- 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}}
- Print all certificates in a file @info:cryptography:openssl
- in|-in file.pem]]'': This specifies the input filename to read from or standard input if this option is ... _out|-out certs.pem]]'': specifies the output filename to write to or standard output by default. {{tag
- MySQL: Create User @info:mysql:user
- ive: <code sql> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SET = 'utf8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; <
- Git @info:code
- = Hotfix === git flow hotfix start VERSION [BASENAME] git flow hotfix finish VERSION ===== Diff ====... want the changes files between branches, you can user this: git diff --name-status branchA..branchB
- DynDNS Updates without a Client @info:script
- .domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain in ${DOMAINS}; do echo -n... ror --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First, the login credent
- fstyp @info:solaris
- fstyp -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
- Make your Mac feel at Home @info:mac
- ces/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'air... code, set the ''HOMESSID'' to your ''SSID'' (the name of the wireless network) and replace the two echo
- jps - Java Virtual Machine Process Status Tool @info:java
- orm7 -Dcom.apple.mrj.application.apple.menu.about.name=visualvm -Xms24m -Xmx192m -Dnetbeans.accept_licen
- MySQL: Change Password @info:mysql:user
- word of the user. * Replace ''{user}'' with the name of the user. <code sql> GRANT USAGE ON *.* TO '{
- Oracle: EXP @info:oracle
- Objects from an Account ===== Enter the account name insteand of ''{user}''. <code bash> exp USERID=\