TGINSIGHT CHAT
VmShell VPS Channel
@vmshell
科技Vmshell INC 美国🇺🇸云计算数据中心服务。现注册有自有网络运营ASN号:27182。官网产品订购:https://vmshell.com 本频道为通知/优惠/活动等资讯,管理员邮箱: [email protected] ;在线客服:https://t.me/vmsus 沟通
最近帖子
标签筛选 #redhat · 共 1 条
如何把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