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