在我们折腾系统挂的时候,我们就需要给 VPS 重置系统。但是由于有些商家设置了免费重装次数,或者是没有重置系统功能的话,就只能使用 DD 脚本进行 DD 了。以下的文章会以 leitbogioro 的 DD 脚本为基础,详细给大家了解并使用,减少 DD 中途失联的可能。

DD系统前请务必备份数据,做好VPS可能失联的心理准备

准备材料

  • 一台 KVM 的 VPS

部署步骤

  1. 复制以下脚本
shell

1
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh') -debian 11 -pwd 123456 -port 22
  1. 修改以下参数

适用于 KVM IPv4 / IPv6 / 原生双栈 VPS的通用DD脚本

系统参数:

plaintext

1
2
3
4
5
6
7
8
-debian 9/10/11/12 : Debian 9 and later
-kali rolling/dev/experimental : Kali Rolling, Development and Experimental, "Kali Rolling" is most recommend obviously.
-centos 7/8/9-stream: CentOS 7 and later
-alpine 3.18/edge: Alpine Linux 3.18 and later, to keep updating to newest version, "edge" is most recommend obviously.
-almalinux/alma 8/9: AlmaLinux 8 and later
-rockylinux/rocky 8/9: RockyLinux 8 and later
-fedora 37/38: Fedora 37 and later
-ubuntu 20.04/22.04: Ubuntu from 20.04 and later

密码参数,建议改成别的密码

plaintext

1
-pwd 123456

端口参数

plaintext

1
-port 22
  1. 再次复制粘贴至 VPS,运行,等待 15-20 分钟安装即可
  2. 重新登陆至 VPS,发现系统已经 DD 好了