Locating the desire of Themes

The Desire of any kind of themes in the world of blogs and search the perfect things

Welcome to my blog again. I have many blog with many kind of topic. I like blogging and its inspiring me to keep living in the NetWorld. So, do not get bored with all my post and have a nice read.


09.11

2008

The Easy way to Install VirtualBox 2.0 to Ubuntu 8.04 as a host

There are many ways to install this VirtualBox 2.0 that has been release this september 4, 2008. You can easily download here at VirtualBox.org and follow the step by step. But, you download by repository too and you don’t have to download manually. Here’s how it works :

1. Add the virtualbox repository to /etc/apt/sources.list
gksu gedit /etc/apt/sources.list
Add these lines at the bottom :
# Innotek repository for VirtualBox
deb http://download.virtualbox.org/virtualbox/debian hardy non-free

2. Update your sources and install. You may use Synaptic or the following commands.
Enabled it first the third party of repository.
sudo apt-get update
sudo apt-get install virtualbox

And then follow the rest of installation.

3. Add your user to the vboxusers group
GUI System ? Administration ? Users and Groups ? Manage groups
CLI :
sudo groupadd vboxusers
sudo usermod -G vboxusers -a
Change with your username.

4. Launch VirtualBox via Applications ? System Tools ? Sun xVM VirtualBox
Change to the user name you wish to allow to run VirtualBox
If the link wasn’t shows up, you need to reboot you linux.



2 Trackbacks & Pingbacks

  1. 17 September 2008
    4:16

    Upgrading Virtualbox 2.0.2 at Ubuntu 8.0.4 | Locating the desire of Themes:

    [...] Virtualbox 2.0.2 at Ubuntu 8.0.4The Easy way to Install VirtualBox 2.0 to Ubuntu 8.04 as a hostGoogle Chrome crash with PlurkThe Spirit of Independence dayFirst Fasting day 1429HMrs. Plank and [...]

  2. 17 October 2008
    10:12

    Mounting ISO Image files as Virtual Drive in Ubuntu 8.0.4 | Locating the desire of Themes:

    [...] have try several application in Ubuntu Hardy Heron 8.0.4 to mount ISO Image files as Virtual Drive in my Ubuntu. But if you want to know how to create ISO [...]

3 COMMENTS


  1. nice tips…kl mo install kesini lagi nanti ach ..


  2. I get gksu: command not found on Ubuntu 8.0.4.


  3. @kevina48
    If you can’t use gksu you directly edited at terminal using root password like this :
    sudo gedit /etc/apt/sources.list
    and then do the rest code above.

Leave a Reply