zhangsanfeng88 发表于 2016-1-10 17:35:09

Install Ubuntu Desktop 9.04 in VirtualBox 3

  Vritual Box
========
Install the latest version from http://www.virtualbox.org/. In this article,
Virtual Box 3.0 is used.

Ubuntu
======
Download the latest version from http://www.ubuntu.com/. In this article, Ubuntu
Desktop 9.04 is used.

Place ubuntu-9.04-desktop-i386.iso into a CDROM and start the installation.

Select ``Devices->Install Guest Additions...`` in Virtual Box running instance.
Install the Guest Addon by running ``sudo
/media/cdrom/VBoxLinuxAdditions-x86.run``.

After doing this, display resolution can be adjusted to a higher resolution.

In Ubuntu, select ``System->Administration->Update Manager`` to update the
system.

SSH Server
---------
sudo apt-get install openssh-server

Remote Desktop
--------------
http://www.ubuntugeek.com/share-your-ubuntu-desktop-using-remote-desktop.html

JDK
---
sun-java6-jdk

vim
----
vim-gnome
configure vim

~/vimrc
set gfn=Bitstream\ Vera\ Sans\ Mono\ 12
set hls
                           

Git
---
git-core

ncurses
-------
sudo apt-get install libncurses5-dev
页: [1]
查看完整版本: Install Ubuntu Desktop 9.04 in VirtualBox 3