Dive into the archives.
- Skype on Linux and green screen instead of video
And solution for Ubuntu If you encounter seeing sluggish broken green screen in your Skype instead of the video, try to run skype like this: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype For 64-bit Ubuntu, the path may vary (probably /usr/lib32/libv4l/v4l1compat.so). If your skype video works using this trick, you can create shell alias and put it into .bashrc. This [...]
- Install Chrome/Chromium in Ubuntu – quick & easy
How to install Chromium daily builds on Ubuntu: UPDATE: Chrome on Linux is not officialy supported. sudo echo “deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main” >>/etc/apt/sources.list sudo echo “deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main” >>/etc/apt/sources.list sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 4E5E17B5 sudo apt-get update sudo apt-get install chromium-browser

