VirtualBox 3.0 on Ubuntu desktop
After the vbox posts , now is the time to update to VB 3.0
P.S:Before installing the new VB , its recommended to remove the other one
Follow the steps below to install VB 3.0 (As Root) :
sudo su
echo "deb http://download.virtualbox.org/virtualbox/debian jaunty non-free" >> /etc/apt/sources.list
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
sudo aptitude update
sudo aptitude install virtualbox-3.0 dkms
# Say yes to questions asked , if you agree and proceed
Run VB : Applications > System Tools > Sun VirtualBox

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