Geek Stuff

Options to obtain IEEE PDFExpress compatible pdfs

Just use the following options in the ps2pdf:

ps2pdf -dPDFSETTINGS=/printer -dSubsetFonts=true -dEmbedAllFonts=true -dMaxSubsetPct=100

It worked for me... can't promise it will work for you! ;-)

Automatic SSH Login ... in 2 commands!

Damn fast! :D

1. ssh-keygen -t dsa
2. ssh-copy-id user@machine

...now enjoy logging in with ssh user@host without any password hassles!