Stop Spotlight From Indexing External Drives
Posted on 28/02/2010 under Computing
touch /Volumes/CAMERA/.metadata_never_index
Now if only there was a setting to block all external drives…
Posted on 28/02/2010 under Computing
touch /Volumes/CAMERA/.metadata_never_index
Now if only there was a setting to block all external drives…
Posted on 08/02/2010 under Computing
Command ('Apple Key') + Shift + YWindows :
Ctrl + Shift + YThis will put the text back to sentence case or lower case (whatever it should be before it was being forced into all caps)
Posted on 18/01/2009 under Computing
Working with OS X is a pleasure for me, but there are some things that really frustrate me, like having no easy way to show/hide hidden files. Whenever I wanted to do this in the past I had to first Google it, then open up terminal and change the Finder config before relaunching Finder:
defaults write com.apple.Finder AppleShowAllFiles YES
But no more! Tim Fletcher has written a small application that can be dragged into your finder toolbar which runs the command. So no more Googling necessary.
Continue reading