Fulltext results:
- Cleanup Packages @info:linux:debian
- -version, -v Version information. --show-deps, -d Show dependencies for packages that have them. --show-priority, -P Show priority of packages found. --show-section, -s Show the sections the
- Virtual Network Visualization @info:solaris
- d a perl script which takes the output of ''dladm show-link'' and ''dladm show-linkprop -o link,value -p zone'' and generates a dot-File, which then can be re... "; print "digraph vnet {\n"; open INPUT, "dladm show-link|"; # skip first line <INPUT>; while (defined... $5;\n"; } } } close INPUT; open INPUT, "dladm show-linkprop -o link,value -p zone|"; # skip first li
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- s|extpacks| groups showvminfo <uuid>|<name> [--details] [--machinereadable] showvminfo <uuid>|<name> --log <idx> ... ls|--machinereadable] showvminfo <uuid>|<name> closemedium ... K=kilobyte, M=megabyte, G=gigabyte) showhdinfo <uuid>|<filename> createh
- Debug Server Certificate from Client @info:cryptography:openssl
- tp://langui.sh/|langui.sh]]. openssl s_client -showcerts -connect www.andunix.net:443 Informations a... p://www.openssl.org/docs/apps/s_client.html#item__showcerts|-showcerts]]'': display the whole server certificate chain: normally only the server certificate i... Example Output ===== <file> $ openssl s_client -showcerts -connect www.andunix.net:443 CONNECTED(00000
- MySQL: View Permissions @info:mysql:permissions
- ons ====== ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; </code> {{tag>admin database mysql sql}}
- MySQL: Backup @info:mysql:database
- ysql --batch -u${USER} -p${PASS} mysql --execute='show databases') for db in ${DATABASES} do mysqldu
- Oracle: SQLplus Scripting @info:oracle
- ====== Oracle: SQLplus Scripting ====== To show only data in SQLplus and no header or other stuff, ente
- DynDNS Updates without a Client @info:script
- echo -n " ${domain} - " curl --silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?h
- Firefox Extensions @info:prog:firefox
- /addon/flashblock/|Flashblock]] - Block Flash and shows a play button to enable it once. * [[https://a
- Download a Server Certificate @info:cryptography:openssl
- n from the server: <code bash> openssl s_client -showcerts -connect www.example.org:443 </dev/null </co