Mac OS X 10.7 Lion
Applications
- /System/Library/CoreServices/Wi-Fi Diagnostics.app
Issues
Maintainance
AppleScripts
Terminal Commands
- Select and copy text within Quick Look previews:
Enable: defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder
Disable: defaults delete com.apple.finder QLEnableTextSelection; killall Finder
[Macworld]
- Show Library folder:
chflags nohidden ~/Library
Hide Library folder: chflags hidden ~/Library
- Compact sparse bundle image:
hdiutil compact image.sparsebundle
- Flush DNS cache:
dscacheutil -flushcache