脚本准备
1号脚本 萌咖
-- 镜像文件在OneDrive wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh
-- 镜像文件在GoogleDrive wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh && chmod +x dd-gd.sh && ./dd-gd.sh
该脚本提供的系统版本偏老,没有debian12和ubuntu22或者ubuntu24及以上系统
#国外机器dd
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -p 自定义密码 -port 自定义端口
#国内机器dd
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a --mirror 'http://mirrors.ustc.edu.cn/debian/' -p 自定义密码 -port 自定义端口
#参数解释
- d debian系统 通过在后面跟的是版本号 (比如 -d 12 就是dd到debian12)
- c 同上 centos系统
- v 系统位数 64位 或者 32位
- a 不清楚这个干啥的但是每个脚本都带
--mirror 自定义源地址(国内机很有用)
- p 自定义密码
-–ip-addr 自定义ip (一般通过 `ifconfig -a` 获取)
-–ip-gate 自定义网关(一般通过命令 `route -n` 获取)
-–ip-mask 自定义子网掩码 (255.255.xxx.xx)
-port 自定义ssh端口
-firmware 额外的驱动支持(老机器可能需要,一般不需要)
#演示 --dd到debian12
#国外机器
bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 12 -v 64 -p 自定义密码 -port 自定义端口
#国内机器加速
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a --mirror 'https://mirrors.huaweicloud.com/debian/' -p 自定义密码 -port 自定义端口1~65535
2号脚本-推荐
-- 简易脚本
curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh
bash reinstall.sh debian
-- dd到debian12
debian 12
Username: root
Password: 123@@@
Reboot to start the installation.
3号脚本 秋水逸冰
-- 于一号脚本基本一致只是镜像位置不同罢了
bash <(wget --no-check-certificate -qO- 'qiu.sh/dd') -d 11 -v 64 -a --mirror 'http://mirrors.cloud.tencent.com/debian/' -p 自定义密码 -port 自定义端口
4号脚本-推荐
wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 11 -pwd 密码 -port 端口
5号综合脚本博客
该博客记录了大多服务商可用脚本
查看系统当前版本
lsb_release -a
cat /proc/version
cat /etc/issue