October, 2009Archive for

Snow Leopard Mail “Copy Address” Preferences

After being frustrated about the "Copy Address" function within Mail 4 in Mac OS X 10.6, I have found a solution: http://macdaddyworld.com/2009/09/14/fixing-copy-address-in-mail-on-10-6 Basically, the trick is to go to Terminal and do the following: defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool NO Hope that helps someone!

Debian Key Updates

If you are trying to do a Debian "apt-get update" or equiv. and you get a key issue... try the following commands: gpg --keyserver pgpkeys.mit.edu --recv-key 9AA38DCD55BE302B gpg -a --export 9AA38DCD55BE302B | sudo apt-key add - Note you might need to change the key identifier to get the particular key you are missing!