# Tools Something about scripts # Linux reinstall useage ## Features and updates: - "InstallNET.sh" will give you a clean, safe, official Linux system, and help you escape of your server providers' monitoring. - The operation is easy, several minutes installation will be complated. - Support install to Debian 8+, Ubuntu 14.04~20.04, Redhat series(including CentOS 7+, Almalinux 8+, Rockylinux 9+, Fedora 34+). - Can also run in mainline version of other redhat series(Oracle Linux, VzLinux) to install supported system. - Support major cloud providers, especially support Oracle Cloud ARM machine. - Detect the CPU architecture of current os automatically, you need not to add parameter '-v' to comfirm architecture manually. - Can handle boot item automatically of grub2 in different hardware platforms(AMD64 legacy/AMD64 UEFI/ARM64 UEFI) to make sure all supported bootfile can be loaded correctly. - Support install from Linux to Windows. details refer to "How to install Windows?" section. - Support single-stack(only have IPv6 public address) server like Vultr 2.5$/mo model, only for DHCP. - Support network auto configurations in bio-stack(have both IPv4 and IPv6 public address), after log into system, you don't have to config IPv6 address manually, only for Debian, DHCP. - You can modify architecture, mirror, firmware, ssh port, password etc. - Friendly to low memory machine, for debian series, recommend RAM is above 512MB, for redhat series, recommend RAM is above 2GB. - Ubuntu 22.04 has cancelled net boot start features, so this program don't support Ubuntu 22.04 and above reinstallation(source: https://www.reddit.com/r/Ubuntu/comments/uroape/is_there_a_netbootiso_equivalent_for_2204_jammy/). - South Korea debian official mirror(http://ftp.kr.debian.org/debian/) is usually crashed down, so I change recommend mirror for Jaist University to replace it. Japan recommend debian mirror is from https://www.riken.jp/, a science research organization in Japan. America recommend debian mirror is from University of California, Berkeley: https://www.berkeley.edu/. - Completely modified debian, such as support terminal files colorful displaying, permanently change dns server, disable expired certificates, add on a cute welcome introduction, pre-install many complements in preseeding progress, now enjoy a newly, comfortable, graceful debian experience! - Support grub2 boot file modify, it can switch debian to Redhat or switch Redhat to debian smoothly, in old version if you installed from debian to redhat, you will no more switch to debian. - Support xfs file system(only for Debian 9 and later), it's better than the old ext2 and it's the default option of redhat series. - Detect if the machine is operating in mainland of China or outside and switch mirror automatically. - Support the parameter of '-port' to modify ssh port of redhat series. - Detect the network of machine is DHCP or static automatically. - For windows DD package, default compression method is "gz", if your package is ".xz", you can add parameter -filetype "xz" to decompress it. - Support Raid 0, to add parameter -raid "0", the validation need to be certificated. - Disable ntp clock setup for static network in Debian/Ubuntu installation otherwise it may cause static network failed. ![1](1.jpg) - Change name server for Debian permanently is provided by "resolvconf", related configuration files has been written. you just need to logging in new installed system, and install "resolvconf":
echo "O" | apt install resolvconf -y
to make changes validating!
## Defects:
- Don't support Ubuntu 22.04(jammy) and later, because Canonical deprecated netboot file and force users to use its fuckin cloud-init, it must virtualization demanded but most of VPS can't support.
- For redhat series 8, the minimum memory requirement is 2.5GB, for redhat series 9, the minimum memory requirement is 2GB.
- Because the syntax of grub1 in CentOS 6 is different from other version of grub1 or grub2 completely, so I removed support to CentOS6 or Oracle Linux 6.
## Download:
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
## Dependences:
Debian series(Debian/Ubuntu):
apt update -y
apt install xz-utils dnsutils wget file efibootmgr -y
Redhat series(CentOS/Almalinux/Rockylinux/Oraclelinux/Fedora):
yum update --allowerasing -y
yum install xz dnsutils wget file efibootmgr -y
## Quickly start
If you need to add other parameters, version number must be assigned!
### Debian 11
bash InstallNET.sh -debian
### CentOS 9 stream
bash InstallNET.sh -centos
### Almalinux 9
bash InstallNET.sh -almalinux
### RockyLinux 9
bash InstallNET.sh -rockylinux
### Fedora 37
bash InstallNET.sh -fedora
### Ubuntu 20.04
bash InstallNET.sh -ubuntu
## Fully useage sample
bash InstallNET.sh -debian/ubuntu/centos/almalinux/rockylinux/fedora(os type) 11(os version) -v 64(os bit) -port "your server port" -pwd "your server password" -a(auto install)/m(manually in VNC) -mirror "a valid url for OS image source" --dhcp-static --ip-addr 'x.x.x.x'(ip address) --ip-mask 'x.x.x.x'(subnet mask) --ip-gate 'x.x.x.x'(gateway) -firmware(with hardware drivers)
## Parameters Descriptions
**-debian 9/10/11** : Debian 9 and later
https://www.debian.org/mirror/list.html
https://www.centos.org/download/mirrors/
https://mirrors.almalinux.org/
https://mirrors.rockylinux.org/mirrormanager/mirrors
https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora
https://launchpad.net/ubuntu/+cdmirrors
bash InstallNET.sh -debian 11 -mirror "http://ftp.riken.jp/Linux/debian/debian/"
HongKong:
bash InstallNET.sh -debian 11 -mirror "http://ftp.hk.debian.org/debian/"
Singapore:
bash InstallNET.sh -debian 11 -mirror "http://ftp.sg.debian.org/debian/"
South Korea:
bash InstallNET.sh -debian 11 -mirror "https://ftp.jaist.ac.jp/pub/Linux/debian/"
Taiwan:
bash InstallNET.sh -debian 11 -mirror "http://ftp.tw.debian.org/debian/"
America:
bash InstallNET.sh -debian 11 -mirror "https://mirrors.ocf.berkeley.edu/debian/"
Canada:
bash InstallNET.sh -debian 11 -mirror "http://ftp.ca.debian.org/debian/" -firmware
British:
bash InstallNET.sh -debian 11 -mirror "http://ftp.uk.debian.org/debian/" -firmware
Germany:
bash InstallNET.sh -debian 11 -mirror "http://ftp.de.debian.org/debian/" -firmware
France:
bash InstallNET.sh -debian 11 -mirror "http://ftp.fr.debian.org/debian/" -firmware
Russia:
bash InstallNET.sh -debian 11 -mirror "http://ftp.ru.debian.org/debian/" -firmware
Australia:
bash InstallNET.sh -debian 11 -mirror "http://ftp.au.debian.org/debian/" -firmware
## Default Configurations
### Time zone
Asia Shanghai
### Time zone
Asia Tokyo
### Default User name
root
### Default Password
LeitboGi0ro
### Default Port
22
bash InstallNET.sh -dd "DD image download URL"
### Servers based on physical hardware, Intel network adapter, kimsufi etc:
Change netboot to rescue mode, receive mail, get temporary username and password, log into linux, execute:
wget -O- "DD download URL" | xzcat | dd of=/dev/sda
### Available Windows DD images:
#### Windows Server series from TeddySun(https://teddysun.com/):
Username: Administrator
rm -rf ~/.bashrc
## Download .bashrc and reboot your system
wget --no-check-certificate -qO ~/.bashrc 'https://raw.githubusercontent.com/leitbogioro/Tools/master/.bashrc' && chmod a+x .bashrc
reboot
# GroupPolicy import and export
This ".bat" script can only run in Windows. Although only one group-policy rule in Windows can be exported at a time and not support a global one and also have no GUI entrance to import another backuped group policy which exported from another computer. It can help you import or export GroupPolicy conveniently.
## Attentions