Article Title: VirtualBox, a virtual machine used under UbuntuLinux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Many people use windows virtual machines to access linux.
In ubuntu, we do the opposite. in linux, virtual machines run windows.
First introduce the main character: VirtualBox. http://www.virtualbox.org/wiki/Downloads
This is. There is an installation package for ubuntu.
Note that for ubuntu, at least I have tried it. for 7.10 cannot run on 7.04.
After installation.
I used ubuntu 7.04, so this is an example.
If an error occurs: Dependency is not ......
That is, the software environment required for installation is not properly configured. You need to execute this command apt-get installgcc g ++ bcc iasl unzip tproc xalan libxalan110-dev uuid-dev \ zlib1g-devlibidl-dev libsdl1.2-dev libxcursor-dev \ libqt3-headers libqt3-mt-devlibasound2-dev libstdc ++ 5 libhal-dev
These are the environments required for installation.
For details, refer to this web site http://www.virtualbox.org/wiki/Linux%20build%20instructions
After installation.
Enter the command: VirtualBox
You can start the graphic interface.
You must add the current user to the vbousers group to start the virtual machine.
Use this command to sudo gpasswd-a my_username vboxusers
Here, my_username is your current user name. If this is not easy to use, you can use the windows mode Main Menu-system management-after setting the user and group, log out of the system and re-enter.