New VLC 1.0 howto get it
Follow these steps :
Ubuntu 8.10 Interpid :
sudo sh -c "echo 'deb http://ppa.launchpad.net/c-korn/vlc/ubuntu intrepid main' >> /etc/apt/sources.list"
Ubuntu 9.04 Jaunty jackalope :
sudo sh -c "echo 'deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main' >> /etc/apt/sources.list"
Then add the verification key GPG
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7613768D
Now install vlc using the command :
sudo apt-get update && sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc
Thanks to Launchpad PPA named vlc from Christoph Korn
Change log : VLC-Change-Log

Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs