Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| hostcpuids|hddbackends|hdds|dvds|floppies|
- 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> === Cre
- Debug Server Certificate from Client @info:cryptography:openssl
- nnect www.andunix.net:443]]'': This specifies the host and optional port to connect to. If not specified then an attempt is made to connect to the local host on port 443. ===== Example Output ===== <file>
- fstyp @info:solaris
- state: 0 txg: 6946 pool_guid: 2570515241943895053 hostid: 876213 hostname: 'workbox' top_guid: 9425194213536263558 guid: 9425194213536263558 vdev_tree: ty
- DynDNS Updates without a Client @info:script
- == DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was searching ... w-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First, the login cre
- jps - Java Virtual Machine Process Status Tool @info:java
- ttp_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=bin/..//visualvm:bin/..//profil
- MySQL: Create User @info:mysql:user
- = 'utf8'; GRANT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin dat