TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
如何把Linux的VPS通过DD变一台Windows服务器 第一步通过SSH登录VPS服务器并执行命令,更新系统和依赖: #Debian/Ubuntu系统: apt -y update && apt install -y xz-utils openssl gawk file curl wget screen && screen -S windows #RedHat/CentOS系统: yum -y update && yum install -y xz openssl gawk file screen && screen -S windows 第二步:选择您需要的windows版本,我们推荐如下两个简洁版本 Windows7版本服务器[默认账户:Administrator ;默认密码是:nat.ee]: wget --no-check-certificate -qO InstallNET.sh 'https://sunpma.com/other/oss/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz' Windows10版本服务器 [默认账户:Administrator ;默认密码是:Vicer]: wget --no-check-certificate… https://linuxword.com/?p=16299