一键网络重装系统 - 魔改版(适用于Linux / Windows)
一键网络重装系统 – 魔改版,从萌咖Vicer进行分支,由Technical Blog | 技術博客提供技术支持和维护,魔改版更多功能不断增加中。
重要
- 所有系统安装完毕的默认密码是[
cxthhhhh.com
],为了防止暴力破解,你必须在安装完毕立刻修改默认密码! - 因硬件配置和网络环境不同,安装全程需要15-60分钟,请耐心等待。安装完成即可通过
IP:22(Linux SSH)/IP:3389(Windows RDP)
进行连接。 - 为了稳定性和安全性,我建议所有网站管理员/开发者/公司使用最新的系统,同时我只为最新的系统提供技术支持。
- 所有镜像托管于Open Disk CDN,你应该访问以下文章了解镜像,使用时应校对
MD5
和SHA1
是否正确。
[原创] Windows系统DD磁盘(VHD)映像(添加驱动程序Virtio,Xen,Hyper)(独立服务器+全虚拟化支持)
- 一些没有DHCP的VPS/云平台/独立服务器,安装后无法访问网络,你需要登陆VNC/IPIM/KVM后手动进行网卡IP配置。
- 源码安全,并托管在Github:
https://github.com/MeowLove/Network-Reinstall-System-Modify
重装系统前环境需求
- 当前已安装任意由
GRUB
orGRUB2
引导Linux
系统(RedHat/CentOS/Debian/Ubuntu/Etc.)
- 安装重装系统的前提组件
①. RedHat/CentOS:yum install -y xz openssl gawk file
②. Debian/Ubuntu:apt-get install -y xz-utils openssl gawk file
让我们开始吧
1. 下载SHELL脚本(通过root用户运行)
wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://tech.cxthhhhh.com/tech-tools/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh
2. 安装系统(任选其一)
【安装Linux系统】
①. 一键网络重装纯净CentOS 7(推荐)bash ~/Network-Reinstall-System-Modify.sh -CentOS_7
②. 一键网络重装纯净CentOS 6bash ~/Network-Reinstall-System-Modify.sh -CentOS_6
③. 一键网络重装纯净Debian 9(推荐)bash ~/Network-Reinstall-System-Modify.sh -Debian_9
④. 一键网络重装纯净Debian 8bash ~/Network-Reinstall-System-Modify.sh -Debian_8
⑤. 一键网络重装纯净Debian 7bash ~/Network-Reinstall-System-Modify.sh -Debian_7
⑥. 一键网络重装纯净Ubuntu 18.04(推荐)bash ~/Network-Reinstall-System-Modify.sh -Ubuntu_18.04
⑦. 一键网络重装纯净Ubuntu 16.04bash ~/Network-Reinstall-System-Modify.sh -Ubuntu_16.04
⑧. 一键网络重装纯净Ubuntu 14.04bash ~/Network-Reinstall-System-Modify.sh -Ubuntu_14.04
安装Windows系统
警告:你需要购买来自Microsoft或其合作伙伴正版系统授权并激活系统使用。继续安装即代表您知悉并已经购买正版授权
①. 一键网络重装纯净Windows Server 2019(推荐)bash ~/Network-Reinstall-System-Modify.sh -Windows_Server_2019
②. 一键网络重装纯净Windows Server 2016bash ~/Network-Reinstall-System-Modify.sh -Windows_Server_2016
③. 一键网络重装纯净Windows Server 2012 R2bash ~/Network-Reinstall-System-Modify.sh -Windows_Server_2012R2
④. 一键网络重装纯净Windows Server 2008 R2bash ~/Network-Reinstall-System-Modify.sh -Windows_Server_2008R2
⑤. 一键网络重装纯净Windows 7 Viennabash ~/Network-Reinstall-System-Modify.sh -Windows_7_Vienna
⑥. 一键网络重装纯净Windows Server 2003bash ~/Network-Reinstall-System-Modify.sh -Windows_Server_2003
安装DD系统
如果您不了解这意味着什么,请不要进行操作。%ULR%
应该替换为您自己的映像地址。
bash ~/Network-Reinstall-System-Modify.sh -DD "%URL%"
恭喜,你已经完成了系统重装,享受当下的美好
当您执行完上面的2行命令,你的服务器将开始网络重装纯净系统。在完成安装前,您将无法进行连接管理。
因硬件配置和网络环境不同,安装全程需要15-60
分钟,请耐心等待。安装完成即可通过IP:22(Linux SSH)/IP:3389(Windows RDP)
进行连接。
这篇文章转自:CXT Technical Blog | 技術博客,如果您需要转发分享,请注明出处。