Acrobat Reader for Ubuntu Hardy

Posted by John
on Monday, 22 September 2008

After reading this article, it's pretty easy to install Adobe's PDF reader on Ubuntu Hardy 8.04

sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

This will add the medibuntu repository & and it's keyring to your system.

Now run,

sudo apt-get install acroread

After the 75mb download you'll now have Acrobat Reader 8.12 installed on your linux machine.

Accessible in => Applications / Office / Adobe Reader 8

Adding Acrobat as the Default for PDF's

Now to make Acrobat Reader the default for PDF files, find one on your machine.

  • Right-click Properties
  • Click the Open-With tab
  • Click Add
  • Scroll Down the list of applications to see if Acrobat Reader is available, if not,
  • Click Use a Custom Command
  • And type in acroread
  • Click Add

Close that dialog, now every time you double-click on a PDF it'll open in Adobe's PDF reader and not the standard one.

Good stuff,

Unix Cheat Sheet

Posted by John
on Sunday, 23 March 2008

What a find, one heck of a comprehensive Unix Cheat Sheet!

Thanks goes to Digg.com and embeemb for posting this, great work!

MooTools

Posted by John
on Wednesday, 31 October 2007

"MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API."

Downloads (book + cheatsheet)

Unfortunately the one bad thing about MooTools is the lack of any kind of reading material other than the documentation on the site.

However with the miracles of Screen Grabbing and some crafty PhotoShop batch processing I've managed to build a little PDF version of the brilliant MooTorial on ClientSide's site.

...all praise goes to Aaron Newton at ClientSide, you are a genius!

...praise here goes to mediaVROG for updating Snook's original work, you guys rock!

Web Resources

Links

How-To

Examples