OSX Tips
Make hidden applications appear translucent in the dock
defaults write com.apple.Dock showhidden -bool YES killall DOCK
Verbose boot every time:
sudo nvram boot-args="-v"
Single-user mode http://support.apple.com/kb/HT1492
command-s at boot
Disable startup chime:
Create a file, /etc/rc.shutdown.local, with the following contents.
/usr/sbin/nvram SystemAudioVolume=%80
Change Network settings – networksetup. e.g.:
sudo networksetup -getproxybypassdomains AirPort
Display full paths in Finder windows (requires 10.5)
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES killall Finder