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 install ubuntu-desktop
SetupGUI_fig1.png

_ Install utilities

Step.1
Install sysv-rc-conf
$ sudo apt-get install sysv-rc-conf
Step.2
Install openssh-server.
$ sudo apt-get install openssh-server

In case you use virtualbox, if you set portforwarding for 22port, you can access ubuntu server from your terminal, now.

Step.3
Launch service.
$ sudo /etc/init.d/ssh start
$ sudo systemctl enable ssh

_ HowToUse

_ Install additional modules

Step.1
$ sudo apt-get install <module name>

If you wish to launch that module as a daemon service, you can execute the following command.

$ sudo update-rc.d <service name> default

_ Author

S.Yatsuzuka

Last-modified: 2019-08-04 (Sun) 12:48:52 (1718d)