Stuff I Liked or Use

Take it easy, but take it.

OSX Tips

without comments


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

Written by Brad

August 25th, 2008 at 10:50 am

Posted in Uncategorized

Leave a Reply