学习心得 · 2023年6月4日 0

谷歌云一键DD重装系统脚本

原文转自科技lion 官方博客

系统更新

apt update -y && apt install -y wget sudo

一键脚本

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') --ip-addr 10.170.0.4 --ip-gate 10.170.0.1 --ip-mask 255.255.255.0 -d 11 -v 64 -p 123456 -port 22 

网络参数

10.170.0.4  谷歌云VPS内网IP 谷歌云后台去找

10.170.0.1  谷歌云VPS内网IP的网关 前三位数和IP相同 第四位数为1

系统参数

-d 10  【7、8、9、10,11】Debian

-u 20.04 【14.04、16.04、18.04、20.04】Ubuntu

密码参数,可以改成别的

-p 12345

端口参数

port 22

系统更新

apt update -y && apt full-upgrade -y && apt install -y curl wget sudo socat