-
Notifications
You must be signed in to change notification settings - Fork 185
重装vps debian 通过dd 命令行 方式 正确用法
JacyL4 edited this page Feb 25, 2020
·
5 revisions
Debian 9 = stretch
Debian 10 = buster
- 装依赖组件
apt-get install -y xz-utils openssl gawk file
- 查看机子原来ip
cat /etc/network/interfaces
- 修改好ip整段丢进终端运行
wget --no-check-certificate -c http://moeclub.org/attachment/LinuxShell/InstallNET.sh
sed -i 's/8.8.8.8/1.1.1.1/g' InstallNET.sh
bash InstallNET.sh -d 9 -v amd64 -a \
-p amin \
--mirror "http://deb.debian.org/debian/debian" \
--ip-addr 10.10.10.10 \
--ip-mask 255.255.255.0 \
--ip-gate 10.10.10.1
注:
第一行,下脚本
第二行,改dns为1.1.1.1
第四行,改root预设密码为admin
第五行,改镜像源