Tip of the week
Allgemein 10:42 AMChromium is one of the most interesting new web browsers that is avaiable for the different platfforms.
As you might know there is also a development version for linux that you might use in ZevenOS too.
Here are the instructions:
Open up a terminal (STRG+ALT+T) and type in:
sudo su
echo “deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main #chromium-browser” > /etc/apt/sources.list.d/chromium.list
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
sudo apt-get update && sudo apt-get install chromium-browser
Then you will have the newest chromium Webbrowser on your system.
But wait you’re misssing a feature ? Flash doesn’t work ? No problem just follow this instruction to get also the flashplugin working:
cd /usr/lib/chromium-browser/plugins
sudo ln -s ../../flashplugin-installer/libflashplayer.so
To start now chromium with enabled flash plugin type in:
chromium-browser –enable-plugins
Tuesday July 28th, 2009 at 09:53 PM
🙂 find ich gut 🙂