VPS服务器最新优惠
云主机最新促销分享

Linux系统一键DD重新安装Ubuntu/Debian/CentOS/Windows脚本,含Windows各版本镜像

对于一键脚本来说,真的是小白的福音,不用再去弄一些过于复杂的设置和繁杂的参数,更加的简单方便。

系统环境要求

当前已安装任意由GRUB or GRUB2
引导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

使用方法

一键脚本,如果需要重装成windows系统,需要使用高级模式自定义参数:

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/installNET/master/Install.sh"
chmod +x Install.sh
./Install.sh

 

一键DD脚本

 

选择高级模式后,输入参数-dd “http://ip/w2008.vhd.gz”,即可重装为Windows系统。

这里贴一个能下载Windows镜像的地方:https://github.com/F-Feng/Memo/issues/76

原文标题:Linux系统一键DD重新安装Ubuntu/Debian/CentOS/Windows脚本,含Windows各版本镜像

原文地址:https://www.vpsjyz.com/3411.html