Code Monkey home page Code Monkey logo

installnet's Introduction

installNET

This is tool to install Linux OS or Windows on linux server

You take your own risk to use this tools

It's not created by me, just reupload here to save it for my personal use.

Credit: Vicer - moeclub

Instructions:

1. Install required tools on:

a. Debian/Ubuntu:

apt-get update
apt-get install -y xz-utils openssl gawk file

b. RedHat/CentOS:

yum update
yum install -y xz openssl gawk file

2. Download script

wget --no-check-certificate https://raw.githubusercontent.com/leonguyen52/installNET/master/InstallNET.sh && chmod -x InstallNET.sh

3. Install OS via script

a. Linux: Default password is "root1234". Please change it after finishing installation.

Debian 7 x32:

bash InstallNET.sh -d 7 -v 32

Debian 7 x64:

bash InstallNET.sh -d 7 -v 64

Debian 8 x32:

bash InstallNET.sh -d 8 -v 32

Debian 8 x64:

bash InstallNET.sh -d 8 -v 64

Debian 9 x32:

bash InstallNET.sh -d 9 -v 32

Debian 9 x64:

bash InstallNET.sh -d 9 -v 64

Ubuntu 14.04 x32:

bash InstallNET.sh -u trusty -v 32

Ubuntu 14.04 x64:

bash InstallNET.sh -u trusty -v 64

Ubuntu 16.04 x32:

bash InstallNET.sh -u xenial -v 32

Ubuntu 16.04 x64:

bash InstallNET.sh -u xenial -v 64

Ubuntu 17.04 x32:

bash InstallNET.sh -u zesty -v 32

Ubuntu 17.04 x64:

bash InstallNET.sh -u zesty -v 64

CentOS 6.8 32:

bash InstallNET.sh -c 6.8 -v 32 -a

CentOS 6.8 64:

bash InstallNET.sh -c 6.8 -v 64 -a

CentOS 6.9 32:

bash InstallNET.sh -c 6.9 -v 32 -a

CentOS 6.9 64:

bash InstallNET.sh -c 6.9 -v 64 -a

b. Windows (you might need the Windows image to install)

bash InstallNET.sh -dd 'link-to-vhd-image'

Advance Example

# Automatically install using the default mirror
bash InstallNET.sh -d 8 -v 64 -a
 
# Automatically install using custom mirror
bash InstallNET.sh -c 6.9 -v 64 -a --mirror 'http://mirror.centos.org/centos'
 
 
# In the following example, replace X.X.X.X with its own network parameters.
# --ip-addr :IP Address
# --ip-gate :Gateway
# --ip-mask :Netmask
 
#Use custom mirror and custom Network Parameters
#bash InstallNET.sh -u 16.04 -v 64 -a --ip-addr x.x.x.x --ip-gate x.x.x.x --ip-mask x.x.x.x --mirror 'http://archive.ubuntu.com/ubuntu'
 
#Use the custom network parameters to install windows
#bash InstallNET.sh --ip-addr x.x.x.x --ip-gate x.x.x.x --ip-mask x.x.x.x -dd 'link-to-image-vhd'

installnet's People

Contributors

leonguyen52 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.