Friday, October 4, 2013

Install Wine1.7

  1. $ sudo add-apt-repository ppa:ubuntu-wine/ppa
  2. $ sudo apt-get update
  3. $ sudo apt-get install wine1.7 winetricks

Howto from here.

Saturday, August 3, 2013

Get Amazon Prime Working on Chromium with Ubuntu 13.04: (Work around)
  1. sudo apt-get install hal
  2. sudo mkdir /etc/hal/fdi/preprobe
  3. sudo mkdir /etc/hal/fdi/information
  4. /usr/sbin/hald --daemon=yes --verbose=yes
  5. rm -rf ~/.adobe
Got this hack from here