Contents
Applications
- /System/Library/CoreServices/Wi-Fi Diagnostics.app
Issues
- Fine tune volume control – In Snow Leopard volume could be fine tuned with Alt/Option + Shift shortcut. Unfortunally that isn't working anymore with the Lion.
mac – Is fine volume adjustment possible in OS X Lion? – Apple – Stack Exchange
Fine Tune Volume in Lion – MacRumors Forums
Fine Tuned Volume Controls Gone?: Apple Support Communities
Maintainance
AppleScripts
Shortcut Keys
- Show path in Spotlight: Alt + Cmd
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