Skip to content

Latest commit

 

History

History

setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Linux Setup

Linux Environment Building

INSTALLATION

Select your Linux distribution to download and execute the installer as below:

You can make installer executable by $ chmod +x ./installer then $ ./installer.

Ubuntu 16.04 LTS

IPv6 Disabling
SSH PasswordAuthentication enabling
Sudoer User creating

$ bash <(wget -qO- https://raw.githubusercontent.com/yidas/server-installers/master/setup/ubuntu16.04.sh)

Ubuntu 18.04 LTS

IPv6 Disabling
SSH PasswordAuthentication enabling
Sudoer User creating

$ bash <(wget -qO- https://raw.githubusercontent.com/yidas/server-installers/master/setup/ubuntu18.04.sh)