Hello World from OSS Silicon Valley


HowToUse/UbuntuServer/16.04


_ Prerequisite

_ Install&Setup

_ Install UbuntuServer

Step.1
Select Language
Install_fig1.png
Step.2
Start installation
Install_fig2.png
Step.3
Select Language and location
Install_fig3.png
Install_fig4.png
Step.4
Setup Keyboard layout
Install_fig5.png
Install_fig6.png
Install_fig7.png
Step.5
Setup network and user account
Install_fig8.png
Install_fig9.png
Install_fig10.png
Install_fig11.png
Install_fig12.png
Install_fig13.png
Install_fig14.png
Step.6
Setup partitioning
Install_fig15.png
Install_fig16.png
Install_fig17.png
Install_fig18.png
Step.7
Setup package manager
Install_fig19.png
Install_fig20.png
Install_fig21.png
Install_fig22.png
Step.8
Finish installation
Install_fig23.png

_ Setup GUI

Step.1
Launch and login the system.
Step.2
Install Ubuntu Desktop.
$ sudo apt-get -y install ubuntu-desktop
SetupGUI_fig1.png

_ 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