Ubuntu Server Install Procedure
1. Create USB boot image
a. Download iso image
b. Run Start up disk creator from application menu
c. Boot and Install Ubuntu Server
2. GUI install
3. Set Static IP address
a. Install network-manager
$ sudo apt-get install network-manager
b. Edit configuration file
$ sudo nautilus
edit "00-installer-config.yaml"
version: 2
d. Appply new setting
e.Open GUI
Change IP address
4. Install Japanese input
a. Install mozc
b. Apply mozc
Open Region & Language and Add Japanese(Mozc) to input source
5. Create user and group
a. Create user and add password
b. Change password
$ sudo passwd <user>
c. Create Group
d. Add user to group
User および Group 一覧は、/etc/フォルダーの group ファイルに記載されています。
6. Samba Server Setup
7. Install Webmin
6. Samba Server Setup
8. Install Gparted
$ sudo apt-get install gparted
9.
Comments
Post a Comment