One-click script to install pure Debian/Ubuntu version under Linux network

One-click script to install pure Debian/Ubuntu version under Linux network

If you need a pure CentOS system, please see: One-click script to install a pure CentOS version on Linux

Only works with KVM, not OpenVZ.
The default root password is Vicer

1. Make sure the required software is installed :

Debian/Ubuntu:

 apt-get install -y gawk sed grep

RedHat/CentOS:

 yum install -y gawk sed grep

2. Download the one-click script :

 wget --no-check-certificate https://zhujiwiki.com/wp-content/uploads/2017/11/DebianNET.sh chmod -x DebianNET.sh

3. Use :
1. Installing Debian versions
1. Install Debian 7 x32

 bash DebianNET.sh -d 7 -v 32

2. Install Debian 7 x64

 bash DebianNET.sh -d 7 -v 64

3. Install Debian 8 x32

 bash DebianNET.sh -d 8 -v 32

4. Install Debian 8 x64

 bash DebianNET.sh -d 8 -v 64

5. Install Debian 9 x32

 bash DebianNET.sh -d 9 -v 32

6. Install Debian 9 x64

 bash DebianNET.sh -d 9 -v 64

(II) Installing various versions of Ubuntu
1. Install Ubuntu 14.04 x32

 bash DebianNET.sh -d trusty -v 32

2. Install Ubuntu 14.04 x64

 bash DebianNET.sh -d trusty -v 64

3. Install Ubuntu 16.04 x32

 bash DebianNET.sh -d xenial -v 32

4. Install Ubuntu 16.04 x64

 bash DebianNET.sh -d xenial -v 64

5. Install Ubuntu 17.04 x32

 bash DebianNET.sh -d zesty -v 32

6. Install Ubuntu 17.04 x64

 bash DebianNET.sh -d zesty -v 64

via: https://moeclub.org/2017/03/25/82/

<<:  Cloudflexy/dedicenter 2GB RAM Los Angeles KVM VPS Review

>>:  Cenmax: $5/month/2GB RAM/50GB SSD space/10TB traffic/Openvz/US

Recommend

Server Complete: $7.5/month/2 vCPU/1G/50G/1T/2 IP/Windows

Server Complete is an American hosting company fo...

Chicago VPS: $3.5/month/1GB memory/35GB space/1TB traffic/KVM/Los Angeles

ChicagoVPS has launched a 50% discount on its ent...

How to turn off Google's SafeSearch feature

In March this year, Google's withdrawal from ...

Digital Landscape: $30/month/Dual L5420/24GB RAM/1TB HDD/10TB bandwidth/Dallas

Digital Landscape should be a new merchant, provi...

ichost: 12 yuan/month/512MB/30GB space/unlimited traffic/30Mbps/OpenVZ/Hong Kong

ichost, a newly established Chinese hosting provi...

CrownCloud: $18/year/256MB memory/2GB space/500G traffic/KVM

Introduction CrownCloud is a Canadian hosting com...

One-click installation script for OpenVPN under Linux VPS

condition: TUN/TAP is enabled 1. OpenVPN one-clic...