VPS一键安装各种版本WIN系统(各种转载)
linux系统内查看是bios启动的还是uefi启动
在系统内运行shell命令:
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
说明:
BIOS -------返回此结果,说明是BIOS方式启动的
2. UEFI -------返回此结果,说明是UEFI方式启动的
-d 判断目录是否存在,存在为真,不存在为假。
也可以F1-》进入主机的BIOS,查看启动方式。
Linux系统安装wget命令
debian 或者 ubuntu : sudo apt-get install wget centos : sudo yum -y install wget(常用)
Linux系统安装sudo命令
apt-get install sudo yum install sudo
#无论什么时候安装养成良好习惯,更新下源 yum update #更新会提示你is that OK?(y/n),记得选择y #安装下wget yum -y install wget
#Debian/Ubuntu: apt-get update #RedHat/CentOS: yum update
安装完默认为:administrator和root
忘了密码的
试试下面几个
空密码
cxthhhhh.com
nat.ee
无限制全自动DD安装Windows系统 转载自:http://dcoet.com/wordpress/zlinuxxtsddazwindo.html
突破没有VNC、没有救援模式、内存比dd包小的限制。使用Debian Live CD中的busybox做中间媒介,经过复杂的处理,使本机的网络参数传进Windows操作系统中。即使没有DHCP能够让Windows获取网络参数,也能让Windows操作系统在开机的第一时间能够连通网络。
无DHCP时额外需求:iconv
#Debian/Ubuntu 一般自带 #RedHat/CentOS yum install glibc-common
使用方法
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'Windows dd包直连地址'
DD包直连地址
# 推荐使用带有 /GoogleDrive/ 链接, 速度更快. # 该包只添加了VirtIO驱动,理论上仅能在KVM,Hyper-V构架下正常运行. # 安装完毕后, 请尽快更新账户信息. 远程登陆账号为: Administrator 远程登陆密码为: Vicer # win7emb_x86.tar.gz: https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7 https://moeclub.org/onedrive/IMAGE/Windows/win7emb_x86.tar.gz # win8.1emb_x64.tar.gz: https://image.moeclub.org/GoogleDrive/1cqVl2wSGx92UTdhOxU9pW3wJgmvZMT_J https://moeclub.org/onedrive/IMAGE/Windows/win8.1emb_x64.tar.gz # win10ltsc_x64.tar.gz: https://image.moeclub.org/GoogleDrive/1OVA3t-ZI2arkM4E4gKvofcBN9aoVdneh https://moeclub.org/onedrive/IMAGE/Windows/win10ltsc_x64.tar.gz
使用实列
#在你的机器上全新安装,如果你有VNC,可以看到全部过程. #在dd的过程中,会卡在分区的界面上,不会走进度条.完成后将会自动重启. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7'
指定网络参数
# Linux执行下面命令可查看IP信息 /sbin/ifconfig # 将X.X.X.X替换为自己的网络参数. # --ip-addr :IP Address /IP地址 # --ip-mask :Netmask /子网掩码 # --ip-gate :Gateway /网关 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 'https://image.moeclub.org/GoogleDrive/1srhylymTjYS-Ky8uLw4R6LCWfAo1F3s7'
注意!
1.安装完成后C盘空间并未完全分配,需要执行执行一下:右击我的电脑-管理-磁盘管理中-点击'C'盘-右键选择'扩展卷',可以直接'增加'C盘的空间
2.可能会违反VPS商家TOS(Terms of Service)协议(服务条款)
参考:https://moeclub.org/2018/12/03/714/
傻瓜式一键DD脚本---更新OD和GD源 转载自:https://www.hostloc.com/thread-583956-1-1.html
食用方法:
##镜像文件在OneDrive wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh ##镜像文件在GoogleDrive wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh && chmod +x dd-gd.sh && ./dd-gd.sh
DD Windows 一键脚本(包含GCP谷歌云Oracle甲骨文)转载自:https://www.zhzz.org/asp/346
说明
无限制全自动dd安装Windows
突破没有VNC,没有救援模式,内存比dd包小的限制
使用Debian Live CD中的busybox做中间媒介,经过复杂的处理使本机的网络参数传进Windows操作系统中
即使没有DHCP能够让Windows获取网络参数,也能让Windows操作系统在开机的第一时间能够连通网络
特别注意:OpenVZ构架不适用
安装
#Debian/Ubuntu: apt-get install -y xz-utils openssl gawk file #RedHat/CentOS: yum install -y xz openssl gawk file
如果出现错误,请运行
#Debian/Ubuntu: apt-get update #RedHat/CentOS: yum update
一键脚本
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '[Windows dd包直连地址]'
精简版DD包
选择好版本,输入以下一键脚本即可
#DD Windows Server 2003 32位 精简版 [账户Administrator密码cxthhhhh.com] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1j9ow8dsIA7DucsGpDI-kzJwiNW9kMceT' #DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码WinSrv2008x64-Chinese] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1DTps9WwC6RZ8szflais8YazpkCVdqdI7' #DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码WinSrv2012r2x64-Chinese] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1KTzROA2eWTHC8qWUG2Vr-onuRTwaIOSe' #DD Windows Server 2019 Datacenter 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1NbOzolHsDGbp3gJ3TeQ9_4qkmSLIuO07' #DD Windows7 32位 精简版 [账户Administrator密码Windows7x86-Chinese] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/15NkZxVdkcx2P9cFez9gxkqVEQksKMrx1' #DD Windows7 sp1 64位 旗舰精简版 自带IIS [账户Administrator密码www.nat.ee] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1KA9PDH4T2ODbxS97T6MtTk5TwifQQoIp' #DD Windows7 64位 旗舰精简版 [账户Administrator密码www.nat.ee] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1C9Y0Iu1pGX4-blb_3G49jOqv13Zeka6-' #DD Windows10 64位 企业精简版 2019LTSC [账户Administrator密码www.nat.ee] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1pUNKV0nQvFXDZYJnfq2FzEfQNCZ3_5g7'
完整版DD包
#DD Windows Server 2012 R2 Datacenter 64位 完整版 [账户administrator密码Password147] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1bfXS59h0y8Ibz5o84DvcBMfqhP0d12Ib' #DD Windows Server 2016 Datacenter 64位 完整版 [账户administrator密码Password147] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1CElbDjEXrjPIX4GpdRBwRXBWTtSHOwzi' #DD Windows Server 2019 Datacenter 64位 完整版 [账户administrator密码Password147] wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1gRIT702MrVzLr8Bmk8OF-_Ckp02_tOxE'
Oracle甲骨文
此DD包仅适用于Oracle甲骨文DD Win使用
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://api.moeclub.org/GoogleDrive/1NHKdm3xfQ3HySNCGvrzgdz7RMVCI1qGy'
网路参数安装
比如GCP谷歌云Azure微软云OVH云服务器等需要指定网络参数安装的方式,示例为GCP谷歌云
# 将X.X.X.X替换为自己的网络参数. # --ip-addr :IP Address/内网IP地址 # --ip-mask :Netmask /子网掩码 # --ip-gate :Gateway /网关 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包 直链地址'
例:
DD Windows 7 64位 精简旗舰版 只需替换--ip-addr
后面的X.X.X.X为你自己的内网IP即可,其他不变
在GCP谷歌云Debian
Ubuntu
测试成功CentOS
未测试
默认账户Administrator
密码www.nat.ee
GCP谷歌云-台湾
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 255.255.255.0 --ip-gate 10.140.0.1 -dd 'https://api.moeclub.org/GoogleDrive/1C9Y0Iu1pGX4-blb_3G49jOqv13Zeka6-'
GCP谷歌云 香港
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 255.255.255.0 --ip-gate 10.170.0.1 -dd 'https://api.moeclub.org/GoogleDrive/1C9Y0Iu1pGX4-blb_3G49jOqv13Zeka6-'
连接上后如果遇到无法打开网页的情况,修改DNS即可
8.8.8.8 8.8.4.4
关于激活
试试下面的Key(不一定都能成功激活)
RHTBY-VWY6D-QJRJ9-JGQ3X-Q2289
右键以管理员身份运行CMD(命令提示符),依次执行下面的命令
slmgr.vbs -upk slmgr.vbs -ipk RHTBY-VWY6D-QJRJ9-JGQ3X-Q2289 slmgr.vbs -ato slmgr.vbs -dlv
Windows服务器开启Ping功能
进入服务器后点击 开始 → 运行 输入如下命令:
开启Ping:
netsh firewall set icmpsetting 8
关闭Ping:
netsh firewall set icmpsetting 8 disable
备用链接
备用链接存储在Dropbox
国内需要科学上网,国外机器可以直接使用;
精简版
#DD Windows Server 2003 32位 精简版 [账户Administrator密码cxthhhhh.com] https://dl-web.dropbox.com/s/ajqa1vwxfqulazd/Win-Server-2003-X32%5BAdministrator-cxthhhhh.com%5D.gz #DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码WinSrv2008x64-Chinese] https://dl-web.dropbox.com/s/jhxp38eeu9quu12/Win-Server-2008R2-X64%5BAdministrator-WinSrv2008x64-Chinese%5D.gz #DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码WinSrv2012r2x64-Chinese] https://dl-web.dropbox.com/s/9r7v27hmmbytur1/Win-Server-2012R2-X64%5BAdministrator-WinSrv2012r2x64-Chinese%5D.gz #DD Windows Server 2019 Datacenter 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese] https://dl-web.dropbox.com/s/y675vyr04egz2xs/Win-Server2019-Datacenter-X64%5BAdministrator-WinSrv2019dc-Chinese%5D.gz #DD Windows7 32位 精简版 [账户Administrator密码Windows7x86-Chinese] https://dl-web.dropbox.com/s/6wqa2tf51rtojdh/Win7-X86%5BAdministrator-Windows7x86-Chinese%5D.gz #DD Windows7 sp1 64位 旗舰精简版 自带IIS [账户Administrator密码www.nat.ee] https://dl-web.dropbox.com/s/4ouiqrddtajk1c8/Win7%20X64%20sp1%20IIS%5BAdministrator-www.nat.ee%5D.gz #DD Windows7 64位 旗舰精简版 [账户Administrator密码www.nat.ee] https://dl-web.dropbox.com/s/fzoaonaj9fbxatg/Win7-X64%5BAdministrator-www.nat.ee%5D.gz #DD Windows10 64位 企业精简版 2019LTSC [账户Administrator密码www.nat.ee] https://dl-web.dropbox.com/s/ra7m1zm0fevjuby/Win10-2019LTSC-X64%5BAdministrator-www.nat.ee%5D.gz #Oracle专用 DD Windows7 64位 精简版 [账户Administrator密码www.nat.ee] https://dl-web.dropbox.com/s/x5f23j6qhp1dneq/Oracle-Win7-X64%5BAdministrator-www.nat.ee%5D.gz #OVH专用 DD Windows7 64位 精简版 [账户administrator密码www.80host.com] https://dl-web.dropbox.com/s/knhw80grm9o3b35/OVH-Win7-X64%5Badministrator-www.80host.com%5D.gz
完整版
#DD Windows Server 2012 R2 Datacenter 64位 完整版 [账户administrator密码Password147] https://dl-web.dropbox.com/s/3y3mvht0u6fm34g/cn_windows2012r2%5Badministrator-Password147%5D.gz #DD Windows Server 2016 Datacenter 64位 完整版 [账户administrator密码Password147] https://dl-web.dropbox.com/s/wk3zltm9kepfg99/cn_windows2016%5Badministrator-Password147%5D.gz #DD Windows Server 2019 Datacenter 64位 完整版 [账户administrator密码Password147] https://dl-web.dropbox.com/s/bp92z37ae4hlnd0/cn_windows2019%5Badministrator-Password147%5D.gz
一键网络重装系统 – 魔改版(适用于Linux / Windows / ISO安装 / PXE安装)
转载自:https://www.815494.com/html/734.html
所有系统除特殊说明外,安装完毕的默认密码是cxthhhhh.com,为了防止暴力破解,你必须在安装完毕立刻修改默认密码!
重装系统前环境需求
1. 当前已安装任意由GRUB or GRUB2引导Linux系统(RedHat/CentOS/Debian/Ubuntu/Etc.)
2. 安装重装系统的前提组件
①. RedHat/CentOS:
yum install -y xz openssl gawk file wget
②. Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file wget
下载自动安装脚本
wget http://shell.p1e.cn/reinstall/dd.sh && chmod +x dd.sh && ./dd.sh
###########################################################
# #
# 雨落星辰自动dd一键脚本 V2.5 #
# #
# 最后更新: 2021-08-16 www.815494.com #
# 交流QQ群: 7766900 #
# 所有系统无特殊说明默认密码:815494.com #
# #
# #
###########################################################
IP: 0
网关: 10.0.5.1
网络掩码: 255.255.255.0
请选择您需要的镜像包,甲骨文请选择EFI安装包:
Which System do you want to Install:
11) Latest 【CentOS 8】(推荐)(passwd:cxthhhhh.com)
12) Latest 【CentOS 7】(passwd:cxthhhhh.com)
21) Latest 【Debian 11】
22) Latest 【Debian 10】(推荐)
23) Latest 【Debian 9】
31) Latest 【Ubuntu 20.04】(推荐)
32) Latest 【Ubuntu 18.04】
33) Latest 【Ubuntu 16.04】
41) Microsoft 【Windows Server 2019】(passwd:cxthhhhh.com)
42) 【Windows Server 2016】数据中心版 64位 精简(Password:空密码)
43) Microsoft 【Windows Server 2012】(passwd:cxthhhhh.com)
44) 【Windows Server 2012】-数据中心版-精简(Password:WinSrv2012r2x64-Chinese)
45) 【Windows Server 2016】数据中心版 64位 精简-EFI(Password:空密码)
======以下系统已经过时,失去官方技术支持,不推荐使用。======
====== The system is outdated and is not recommended. ======
81) Latest 【CentOS 6】
82) Latest 【Debian 8】
83) Latest 【Debian 7】
84) Latest 【Ubuntu 14.04】
85) Microsoft 【Windows 10 Lite】(passwd:cxthhhhh.com)
86) Windows Server 2008R2 数据中心版 64位 简体中文(Password:nat.ee)
87) Windows 7 企业版 SP1 简体中文 X64位(Password:nat.ee)
88) Microsoft 【Windows_Server_2003】(passwd:cxthhhhh.com)
89) Windows Server 2008R2 数据中心版 64位 简体中文-EFI(Password:nat.ee)
90) Windows 7 企业版 SP1 简体中文 X64位-EFI(Password:nat.ee)
91) WindowsServer2003x86-精简-仅291MB-系统占用内存小(Password:WinSrv2003x86-Chinese)
自定义安装请使用:bash Reinstall.sh -DD "%URL%"
================================================================
请输入编号:
下载手动安装脚本(通过root用户运行)
wget http://shell.p1e.cn/reinstall/Network-Reinstall-System-Modify.sh && chmod a+x Network-Reinstall-System-Modify.sh
2. 安装系统(任选其一)
【安装Linux系统】
①. 一键网络重装纯净 CentOS 8(推荐)
bash Network-Reinstall-System-Modify.sh -CentOS_8
②. 一键网络重装纯净CentOS 7
bash Network-Reinstall-System-Modify.sh -CentOS_7
③. 一键网络重装纯净CentOS 6
bash Network-Reinstall-System-Modify.sh -CentOS_6
④. 一键网络重装纯净Debian 9(推荐)
bash Network-Reinstall-System-Modify.sh -Debian_9
⑤. 一键网络重装纯净Debian 8
bash Network-Reinstall-System-Modify.sh -Debian_8
⑥. 一键网络重装纯净Debian 7
bash Network-Reinstall-System-Modify.sh -Debian_7
⑦. 一键网络重装纯净Ubuntu 18.04(推荐)
bash Network-Reinstall-System-Modify.sh -Ubuntu_18.04
⑧. 一键网络重装纯净Ubuntu 16.04
bash Network-Reinstall-System-Modify.sh -Ubuntu_16.04
⑨. 一键网络重装纯净Ubuntu 14.04
bash Network-Reinstall-System-Modify.sh -Ubuntu_14.04
【安装Windows系统】
*警告:你需要购买来自Microsoft或其合作伙伴正版系统授权并激活系统使用。继续安装即代表您知悉并已经购买正版授权。
①. 一键网络重装纯净Windows Server 2019(推荐)
bash Network-Reinstall-System-Modify.sh -Windows_Server_2019
②. 一键网络重装纯净Windows Server 2016
bash Network-Reinstall-System-Modify.sh -Windows_Server_2016
③. 一键网络重装纯净Windows Server 2012 R2
bash Network-Reinstall-System-Modify.sh -Windows_Server_2012R2
④. 一键网络重装纯净Windows Server 2008 R2
bash Network-Reinstall-System-Modify.sh -Windows_Server_2008R2
⑤. 一键网络重装纯净Windows 7
bash Network-Reinstall-System-Modify.sh -Windows_7_Vienna
⑥. 一键网络重装纯净Windows Server 2003
bash Network-Reinstall-System-Modify.sh -Windows_Server_2003
⑦. 一键网络重装纯净Windows10(Password: www.nat.ee)
bash Network-Reinstall-System-Modify.sh -Windows_10
【安装DD系统】
*如果您不了解这意味着什么,请不要进行操作。%ULR%应该替换为您自己的映像地址。
bash Network-Reinstall-System-Modify.sh -DD "%URL%"
DD包-WindowsServer2003x86-精简-仅291MB-系统占用内存小!
转载自:https://www.815494.com/html/345.html
采用原版母盘封装制作
Windows server 2003 Enterprise Edition SP2 简体中文企业版
DD文件: WinSrv2003x86-Chinese.vhd.gz
大小: 305854439 字节(291M)
修改时间: 2018年7月20日, 23:08:57
MD5: 6BF2C88256554849205A000895489C0B
SHA1: BC33687A979FA8D24971E158B44E2C26B51F81F2
CRC32: 83A65B46
账户:Administrator
密码:WinSrv2003x86-Chinese
系统占用内存不超100M!
DD方法:
wget --no-check-certificate -qO InstallNET.sh "http://shell.p1e.cn/reinstall/InstallNET.sh" && bash InstallNET.sh -dd 'http://os.086.ink/windows/2003/WinSrv2003x86-Chinese.vhd.gz'
Linux一键DD安装各种系统总结
转载自:https://shikey.com/2020/01/01/linux-one-click-dd-installation-of-various-systems-summary.html
##镜像文件在OneDrive wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh ##镜像文件在GoogleDrive wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-gd.sh && chmod +x dd-gd.sh && ./dd-gd.sh
建议有条件的,打开sh代码,把里面所有的系统镜像到自己的云存储里面,用的会方便一点,国内的onedrive被和谐基本上也是早晚的事情了。
功能补充
执行后会提示以下,友情提示,国内用onedrive镜像,国外的无所谓。
[root@minecn ~]# wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh && chmod +x dd-od.sh && ./dd-od.sh --2019-12-31 11:59:01-- https://raw.githubusercontent.com/veip007/dd/master/dd-od.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6026 (5.9K) [text/plain] Saving to: ‘dd-od.sh’ ########################################################### # # # Auto DD # # # # Last Modified: 2019-12-05 # # Linux默认密码:MoeClub.org or cxthhhhh.com # # Supported by MoeClub # # # ########################################################### IP: 155.xxx.xx.xx 网关: 155.xx.xx.x 网络掩码: 255.255.255.0 请选择您需要的镜像包: 1) CentOS 7 (DD) 用户名:root 密码:Pwd@CentOS 2) CentOS 6 (阿里云镜像) 用户名:root 密码:MoeClub.org 3) CentOS 6 用户名:root 密码:MoeClub.org 4) Debian 7 x32 用户名:root 密码:MoeClub.org 5) Debian 8 x64 用户名:root 密码:MoeClub.org 6) Debian 9 x64 用户名:root 密码:MoeClub.org 7) Debian 10 x64 用户名:root 密码:cxthhhhh.com 8) Ubuntu 14.04x64 用户名:root 密码:MoeClub.org 9) Ubuntu 16.04x64 用户名:root 密码:MoeClub.org 10) Ubuntu 18.04x64 用户名:root 密码:MoeClub.org 11) 萌咖Win7x64 用户名:Administrator 密码:Vicer 12) Win2019 By:MeowLove 密码:cxthhhhh.com 13) Win2016 By:MeowLove 密码:cxthhhhh.com 14) Win2012 R2 By:MeowLove 密码:cxthhhhh.com 15) Win2008 R2 By:MeowLove 密码:cxthhhhh.com 16) Windows 7 Vienna By:MeowLove 密码:cxthhhhh.com 17) Windows 2003 Vienna By:MeowLove 密码:cxthhhhh.com 18) Win7x32 By:老司机 用户名:Administrator 密码:Windows7x86-Chinese 19) Win-2003x32 By:老司机 用户名:Administrator 密码:WinSrv2003x86-Chinese 20) Win2008x64 By:老司机 用户名:Administrator 密码:WinSrv2008x64-Chinese 21) Win2012R2x64 By:老司机 用户名:Administrator 密码:WinSrv2012r2 22) CentOS 8 用户名:root 密码:cxthhhhh.com 推荐512M以上使用 自定义安装请使用:bash InstallNET.sh -dd '您的直连' 请输入编号: