A very quick screenshot is taken and saved to your Desktop by the following keyboard shortcut:
CMD+Shift+3
A very quick screenshot is taken and saved to your Desktop by the following keyboard shortcut:
CMD+Shift+3
In case you wish for certain events to take place on sleep or wake of you Mac, the software sleepwatcher is your friend. You can install it from Macports with the following line:
sudo port install sleepwatcher
To launch it on system startup, do this:
sudo port load sleepwatcher
If e.g. you want to show a login window on wakeup, create an executable file called ~/.sleep with the following contents:
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend
With iTunes 10 Apple introduced a new annoyance: Ping. It’s a new music-centric social network, for which at least I don’t have a use for. Therefore, the following line helped me disabling it:
defaults write com.apple.iTunes hide-ping-dropdown -bool TRUE
defaults write com.apple.iTunes disablePingSidebar 1