blog icon indicating copy to clipboard operation
blog copied to clipboard

一键DD常用的三个办法

Open dalaolala opened this issue 4 years ago • 0 comments

很多情况下要换系统,比如一些机器装有监控之类

这里介绍三个方法,详细点击进去看即可

wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh

国内服务器

wget --no-check-certificate -O AutoReinstall.sh https://ghproxy.com/https://raw.githubusercontent.com/hiCasper/Shell/master/AutoReinstall.sh && bash AutoReinstall.sh

默认的登陆密码

CentOS:Pwd@CentOS
其他 Linux 系统:Pwd@Linux
附几个 Windows 镜像:

Windows Server 2019 Datacenter x64(密码:Password147)
Windows Server 2016 Datacenter x64(密码:Password147)
Windows Server 2012 R2 Datacenter x64(密码:Password147)

方法二在这里

wget --no-check-certificate -qO ~/Network-Reinstall-System-Modify.sh 'https://www.cxthhhhh.com/CXT-Library/Network-Reinstall-System-Modify/Network-Reinstall-System-Modify.sh' && chmod a+x ~/Network-Reinstall-System-Modify.sh && bash ~/Network-Reinstall-System-Modify.sh -UI_Options

方法三在这里

方法四

https://github.com/netbootxyz/netboot.xyz

方法五

https://github.com/dalaolala/blog/tree/master/ios

方法六

https://dd.wx.mk/

方法七

2023年10月更新 https://github.com/leitbogioro/Tools

方法八

2023年11月更新 https://github.com/bin456789/reinstall

dalaolala avatar May 30 '21 09:05 dalaolala