_ Prerequisite
_ Install&Setup
_ Install UbuntuServer
- Step.1
- Select Language
- Step.2
- Start installation
- Step.3
- Select Language and location
- Step.4
- Setup Keyboard layout
- Step.5
- Setup network and user account
- Step.6
- Setup partitioning
- Step.7
- Setup package manager
- Step.8
- Finish installation
_ Setup GUI
- Step.1
- Launch and login the system.
- Step.2
- Install Ubuntu Desktop.
$ sudo apt-get -y install ubuntu-desktop
_ Setup Network Adapter
- Step.1
- Edit network adapter definition file.
# vi /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
# The secondary network interface
auto eth1
allow-hotplug eth1
iface eth1 inet static
address 192.168.56.101
netmask 255.255.255.0
- Step.2
- restart networking module
# /etc/init.d/networking restart
_ HowToUse
- Step.1
- xxx
_ Author
S.Yatsuzuka