Do something about YOUR digital rights.

Electronic Frontier Foundation (EFF) EFF is the leading civil liberties group defending your rights in the digital world.

 

 

Tips & Tricks

 

 

 

Mac OS

Enable iTunes track notifications in the Dock

Although there are 3rd party utilities which will display the track iTunes is playing, here's a hidden setting in OS X Lion provided by Keir Thomas (an award-winning author with over ten computing books to his name) which will do the same. First, quit iTunes and open the Terminal window and type the following (go to /applications/utilities before pasting in the command):

defaults write com.apple.dock itunes-notifications -bool TRUE;killall Dock

Hit return.

Restart iTunes and start playing a track. You will note a popup notification over the iTunes icon which identifies the track currently playing.

To add the iTunes icon to the popup, follow the instructions above and copy and paste the following command in the Terminal window:

defaults write com.apple.dock notification-always-show-image -bool TRUE;killall Dock

To deactivate the popup, copy and paste the following two lines in the Terminal window (/applications/utilities). Close iTunes before doing this.

defaults delete com.apple.dock itunes-notifications
defaults delete com.apple.dock notification-always-show-image;killall Dock

 

Keir Thomas's newest book is Mac Kung Fu: Over 300 Tips, Tricks, Hints, and Hacks for OS X Lion.

 

 


How to create a screenshot on the Mac OS