Wednesday, April 29, 2009

Resizing itunes windows

I frequently use different size external monitors and sometimes (quite often) my iTunes window ends up the wrong size such that I can't drag the bottom-right handle.

I was about to write myself an AppleScript to resize the window to a fixed (small) size when I found this post, which answered the problem:

OPTION-CLICK on the green resize button. Done.

One thing I am beginning to get annoyed by with Apple is the undocumented (or hard-to-find) features that make things so much more usable!

Friday, April 17, 2009

Checking SMART status with 3ware RAID cards

smartctl -d 3ware,X --all /dev/twa0

Where X is the index (0...n) of the drive you want to check.

Thanks to Alex at Loho for this info.

Wednesday, April 15, 2009

Deleting iTunes tracks from the library with a playlist

Magic key: CMD+OPTION+DELETE

First found here - Thanks Jason!