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

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install tasksel
$ sudo tasksel

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

            network:
              version: 2 
              renderer: NetworkManager
 
            Note: Just above text only no ; or rem
 
    c. test new configuration
        $ sudo netplan try

    d. Appply new setting

        $ sudo netplan apply
        $ sudo reboot        

    e.Open GUI

        Change IP address

Alternative Way Below link
Reference:
 

4. Install Japanese input

    a. Install mozc

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install ibus-mozc
$ sudo apt-get install mozc-utils-gui
$ sudo reboot

    b. Apply mozc

        Open Region & Language and Add Japanese(Mozc) to input source

Reference:
 

5. Create user and group

    a. Create user and add password

    b. Change password

        $ sudo passwd <user>

    c. Create Group

        $ sudo groupadd <group>

    d. Add user to group

        $ sudo gpasswd -a <user> <group>
 

User および Group 一覧は、/etc/フォルダーの group ファイルに記載されています。

 

6. Samba Server Setup

        workout-it-project Samba

7. Install Webmin

6. Samba Server Setup

        workout-it-project Webmin

8. Install Gparted

    $ sudo apt-get install gparted

9.

 

Comments

Popular posts from this blog

Google: How to disable Auto Licensing

Microsoft 365で多要素認証の設定を解除したい