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
- '//driver//, e.g. ''devfsadm -i sd'' ==== Device Names ==== * physical device path: ''"/pci@0/pci@0/... /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 nu
- 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
- 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
- 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"
- 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 ... le. They are preceded by their subject and issuer names in one line format. * ''[[http://www.openssl.o... _out|-out certs.pem]]'': specifies the output filename to write to or standard output by default. {{tag
- Print Information about a Certificate @info:cryptography:openssl
- -in testkey.crt]]'': This specifies the input filename to read a certificate from or standard input if t... lic key, signature algorithms, issuer and subject names, serial number any extensions present and any tr
- 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'; <
- Debug Server Certificate from Client @info:cryptography:openssl
- /CN=PositiveSSL CA 2 --- No client certificate CA names sent --- SSL handshake has read 3229 bytes and w... ity: None PSK identity hint: None SRP username: None TLS session ticket lifetime hint: 300 (
- 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
- Print Information about a Key @info:cryptography:openssl
- -in testkey.cer]]'': This specifies the input filename to read a certificate from or standard input if t... lic key, signature algorithms, issuer and subject names, serial number any extensions present and any tr
- 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
- 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