How to install ubuntu 9.04 1. connect keyboad insert the ubuntu 9.04 boot the system follow the instruction complete 2. configure the network interface (by https://help.ubuntu.com/9.04/serverguide/C/index.html) a) static IP address (sudo nano /etc/network/interfaces) iface eth0 inet static address 192.168.1.x netmask 255.255.255.0 gateway 192.168.1.1 b) specify DNS servers (sudo nano /etc/resolv.conf) domain icc-computer.com search icc-computer.com nameserver 192.168.1.101 nameserver 207.69.188.185 nameserver 207.69.188.186 nameserver 207.69.188.187 c) manage hosts (sudo nano /etc/hosts) ubuntu9.earthlink.net -> ubuntu9.icc-computer.com d) restart sudo /etc/init.d/networking restart 3. Access ubuntu system via ssh setting ======= protocol ssh2 hostname 192.168.1.x port 22 username xxx authentication password password xxxxxxx