Fulltext results:
- Set a Mac's Hostname @info:mac
- ====== 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> === Credit
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- lugcpu <id>] [--cpuexecutioncap <1-100>] [--rtc... nplugcpu <id> | cpuexecutioncap <1-100> discardstate <uuid>
- Print all certificates in a file @info:cryptography:openssl
- rint_certs to print all the certificates and then cut the file and store each certificate in a single f
- MacPorts @info:mac
- equested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports:
- Cleanup Packages @info:linux:debian
- rge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a pa
- MySQL: Backup @info:mysql:database
- ES=$(mysql --batch -u${USER} -p${PASS} mysql --execute='show databases') for db in ${DATABASES} do
- Make your Mac feel at Home @info:mac
- home) WLAN. <code bash> # # Path to 'airport' executeable, as of Mac OS X 10.5. AIRPORT="/System/Libra
- Specify Java VM for Eclipse @info:code:eclipse
- that the ''-vm'' and the path to the ''java'' executeable are specified in two separate lines!</note>