Download and install Ubuntu 8.10 AMD64 (or x86_64):
Ubuntu download screen

Download 64-bit flash from here.
Adobe Labs Logo

If you have flashplugin-nonfree installed, now is a good time to remove it as we will be using the labs version:

~$ sudo apt-get remove flashplugin-nonfree

This leaves behind some junk. To remove them:

cd /usr/lib
sudo find . -name "npwrapper.libflashplayer.so" | xargs rm

And now install the plugin:

cp path_to_so_file_you_extracted.so /usr/lib/firefox/plugins

Start firefox and have fun. Pandora.com no longer crashes:

Pandora.com website

And Hulu.com is working awesome:

Hulu.com website

Related posts:

  1. Installing Groupwise 8 Client in Ubuntu Jaunty AMD64 Download the Groupwise 8 Linux Client Tarball from Novell:...
  2. Connecting to Ubuntu from Windows Recently I needed to connect to a Ubuntu box from...
  3. Dropbox on Ubuntu Often times you want to keep a file in sync,...