DD资源库

参考教材

创建自己的DD镜像

DDwin10教程

[DD包]Win10 LTSC21H2适度精简&PRO22H2极限精简


DD WIN7

1
wget --no-check-certificate -qO InstallNET.sh 'https://d.02es.com/InstallNET.sh' && bash InstallNET.sh -dd 'https://d.02es.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'

win7的,密码nat.ee

WIN10TLSC

1
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://dd.591592.xyz/nat.ee/guajibao/guajibao-win10-ent-ltsc-2021-x64-cn/guajibao-win10-ent-ltsc-2021-x64-cn.vhd.gz'

密码 nat.ee

DD Debian11

1
bash <(wget --no-check-certificate -qO- 'https://huyal.com/scripts/InstallNET.sh') -d 11 -v 64 -a -p 你的密码

DD Debian11

1
bash <(wget --no-check-certificate -qO- 'https://huyal.com/scripts/InstallNET.sh') -d 11 -v 64 -a -p 你的密码 --mirror 'http://mirrors.163.com/debian/'

其中你的密码为root账户密码。随你自己喜欢。不要太简单即可。DD好后记得修改SSH端口。默认为:22

DD Debian11

1
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -a

centos/fedora/ubuntu

在1g小鸡上重装centos/fedora/ubuntu的脚本

1
2
3
curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh
bash reinstall.sh centos-7/8/9 alma-8/9 rocky-8/9 fedora-36/37/38 ubuntu-20.04/22.04
reboot
1
2
Username: root
Password: 123@@@

参考网站