How to get Live Video from Fox News on Ubuntu
Lately a bunch of sites have been moving from Flash to either Silverlight or Adobe AIR for their video feeds. Unfortunately, neither are officially supported yet on the Linux platform in general, or on Ubuntu in particular (that said, there is a lot of hard work being done to change this: check out mono and Adobe AIR for Linux ). Its easy to feel left behind. For example, I wanted to watch the live feed from foxnews.com on the huricane Ike. Unfortunately, it requires Adobe AIR. What could I do? I'm not one to feel sorry for myself, so I figured I'd do some hacking and tinkering around and see if I could get it to work anyway. And I did! Here is what you need to do: First, download the alpha of Adobe AIR for Linux here . Using the command line navigate to the download, and type: chmod 755 adobeair_linux_*.bin Type: ./adobeair_linux_*.bin [this will execute gksu automatically] Follow the directions. Once it is installed: close and restart Firefox [I'm not sure this step is...