常规我们在给服务器安装系统的时候都是用服务器自带的系统镜像安装,比如有常见的Linux和Windows系统。如果我们有服务器不支持Windows,或者没有合适的系统版本,我们是否也可以安装需要的镜像呢?从技术角度是可以实现的,比如我们可以用DD的方式进行挂载安装,但是不是所有服务商都支持的,所以我们如果商家不支持那就不要安装。
这里,老左不定期整理网上支持DD一键安装Linux系统和Windows系统镜像的脚本和镜像ISO地址,如果有需要可以参考。这里信息都来自网上,我们不提供镜像和系统,我们仅仅是整理。
1、Windows7
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/Windows7x86-Chinese.vhd.gz'
看看用户和密码:
登陆用户名:Administrator
密码:Windows7x86-Chinese
2、Windows Server2012
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2012r2x64-Chinese.vhd.gz'
用户信息:
登陆用户名:Administrator
密码:WinSrv2012r2x64-Chinese
3、Windows Server2008
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2008x64-Chinese.vhd.gz'
用户信息:
登陆用户名:Administrator
密码:WinSrv2008x64-Chinese
4、Windows Server2003
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'http://down.80host.com/iso/dd/WinSrv2003x86-Chinese.vhd.gz'
用户信息:
登陆用户名:Administrator
密码:WinSrv2003x86-Chinese