甲骨文实例dd Linux教程
金箍棒#dd #DD #ddlinux
本文不区分amd和arm,都可以运行
1.我个人最喜欢的-天权璇玑/LeitboGi0ro版
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh
Ubuntu
bash InstallNET.sh -ubuntu 20.04
Debian
bash InstallNET.sh -debian 12
注:
默认密码是:[LeitboGi0ro](不含方括号)
GitHub->https://github.com/leitbogioro/Tools?tab=readme-ov-file
论坛帖子->https://hostloc.com/forum.php?mod=viewthread&tid=1159839
2.龘龘最喜欢的-萌咖/MoeClub版
Debian
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 12 -v 64
Ubuntu
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -u 20.04 -v 64
注:
默认密码是:[MoeClub.org](不含方括号)
GitHub->https://github.com/MoeClub/Note
3.bin456789版本
curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh
bash reinstall.sh centos 7|9 (9 为 stream 版本)
oracle 7|8|9
alma 8|9
rocky 8|9
fedora 39|40
debian 10|11|12
ubuntu 20.04|22.04|24.04
alpine 3.17|3.18|3.19|3.20
opensuse 15.5|15.6|tumbleweed
kali
arch
gentoo
GitHub->https://github.com/bin456789/reinstall
如果系统的ssh未开启
需要运行下面的语句
echo root:你的密码 | chpasswd root sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config rm -rf /etc/ssh/sshd_config.d/* && rm -rf /etc/ssh/ssh_config.d/* /etc/init.d/ssh* restart
更多的DD教程
请查看->甲骨文实例dd/救砖/vnc/教程
dd完成后做什么->甲骨文实例(主机)创建完之后必须应该做的几件事情
如果dd之后变砖了怎么办?
请查看->甲骨文实例dd/救砖/vnc/教程