The archives for December 3rd, 2007


Dic 3

Installation and configuration of virtualbox.

This guide proposes itself to explain with accessible words also to “niubbo” the use of virtualbox, to my opinion one of the best systems than virtualizzazione in circulation. The version of virtualbox is the 1.5.2, while the distro chosen for the installation it is Ubuntu 7,10 (with the opportune sagacities goes on all the distributions well). virtualbox1.png Via!

Installation

  1. To qualify the repository: (from root) I sudo gedit /etc/apt/sources.list - to insert in the rows these two lines:
    # VirtualBox
    deb http://www.virtualbox.org/debian gutsy non-free
  2. To import the key of innotek:
    $ wget - q http://www.virtualbox.org/debian/innotek.asc - Or | I sudo apt-key add -
  3. To dawn apt:
    $ I sudo apt-get update
  4. To install virtualbox and the demanded bookcases:
    $ I sudo apt-get install virtualbox libxalan110 libxerces27

Configuration
(more…)