谷歌云DDwin教程

1、安装依赖

SSH链接上谷歌云中你的实例

获得权限

Bash
sudo -i
2、更新系统

Bash
#Debian/Ubuntu:

Bash
apt-get update

3、安装依赖

Bash
#Debian/Ubuntu:

Bash
apt-get install -y xz-utils openssl gawk file
Bash
apt-get install wget
4、DD一键安装脚本

Bash
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'
&& bash InstallNET.sh --ip-addr X.X.X.X --ip-mask X.X.X.X --ip-gate X.X.X.X -dd 'DD包 直链地址'
windows7系统

Bash
# DD Windows7 sp1 64位 [账户Administrator密码nat.ee]
Bash
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'
&& bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz'
windows10系统

Bash
# DD Windows10_2021LTSC _64 [账户Administrator密码nat.ee]
Bash
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'
&& bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz'
例:debian10安装Win_Server2022_64_Administrator_nat.ee.gz

Bash
[账户Administrator密码nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh --ip-addr 10.140.0.2 --ip-mask 255.255.240.0 --ip-gate 10.140.0.1 -dd 'https://oss.sunpma.com/Windows/Win_Server2022_64_Administrator_nat.ee.gz'

纯一键安装windows10[Administrator 密码:nat.ee]

Bash
apt-get update && apt-get install -y xz-utils openssl gawk file wget && wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh --ip-addr 10.140.0.3 --ip-mask 255.255.240.0 --ip-gate 10.140.0.1 -dd 'https://oss.sunpma.com/Windows/Aliyun_Win10_2021LTSC_64_Administrator_nat.ee.gz'
镜像仓库:https://oss.sunpma.com/?Windows

在线网络计算器

https://www.sojson.com/convert/subnetmask.html