| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
install Linux OS or Windows on linux server
Project short url: https://git.io/installnet
Table of Contentsapt update apt install -y xz-utils openssl gawk file wget
#yum update yum install -y xz openssl gawk file wget
bash <(wget -qO- 'https://git.io/installNET.sh') -d 10 -v 64 -a -p 'mypass' -firmware
Linux default user & password: root / MoeClub.org
Windows default user & password: Administrator / Vicer
Usage:
bash <(wget -qO- 'https://git.io/installNET.sh') -d/--debian [dist-name]
-u/--ubuntu [dist-name]
-c/--centos [dist-version]
-v/--ver [32/i386|64/amd64]
--ip-addr/--ip-gate/--ip-mask
-apt/-yum/--mirror
-dd/--image
-a/-m
-p [default password]
Automatically install using the default mirror
bash <(wget -qO- 'https://git.io/installNET.sh') -d 8 -v 64 -a
Automatically install using custom mirror
bash <(wget -qO- 'https://git.io/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 <(wget -qO- 'https://git.io/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 <(wget -qO- 'https://git.io/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'
BSD 2-Clause © tonywww
Credit: Vicer - MoeClub.org
| Back | FazBrowse Home | New Git URL |