[不花钱站长]:从免费域名开始[0元] Oracle永久免费VPS[0元] VPS环境搭建免费脚本[0元] 秒变大盘挂载免费网盘[0元] 小白免费采集器1天500W[0元] CF免费DNS+CDN服务[0元]
[零基础网赚]:撸本站免费源码[0元] 网站强引免费蜘蛛法[0元] 图片视频文件免费存储[0元] 外链轻松发布免费友链[0元] 入坑免费教程学习源代码[0元] 网上百种+赚钱联盟推荐[?元]

↑↑主机测评网牛逼个人站长零成本从白嫖到精通指南↑↑


您现在的位置是:首页 > WINDOWS >  资源,资源,国外永久免费VPS

DD Windows 一键脚本,包含GCP谷歌云Oracle甲骨文

WINDOWS来源:主机测评网2022-12-24点击:1340
【性价之王】【线路之王】【价格之王】【配置之王】
【免费之王】【香港首推】【梯子之王】【独服之王】
DD Windows 一键脚本,包含GCP谷歌云Oracle甲骨文

说明

无限制全自动dd安装Windows突破没有VNC,没有救援模式,内存比dd包小的限制使用Debian Live CD中的busybox做中间媒介,经过复杂的处理使本机的网络参数传进Windows操作系统中即使没有DHCP能够让Windows获取网络参数,也能让Windows操作系统在开机的第一时间能够连通网络

特别注意:OpenVZ构架不适用

安装运行库

<span class="hljs-meta">#</span><span class="bash">Debian/Ubuntu:</span>apt-get install -y xz-utils openssl gawk file<span class="hljs-meta">#</span><span class="bash">RedHat/CentOS:</span>yum install -y xz openssl gawk file
12345 <span class="hljs-meta">#</span><span class="bash">Debian/Ubuntu:</span>apt-get install -y xz-utils openssl gawk file<span class="hljs-meta">#</span><span class="bash">RedHat/CentOS:</span>yum install -y xz openssl gawk file

如果出现错误,运行以下代码

<span class="hljs-meta">#</span><span class="bash">Debian/Ubuntu:</span>apt-get update<span class="hljs-meta">#</span><span class="bash">RedHat/CentOS:</span>yum update
12345 <span class="hljs-meta">#</span><span class="bash">Debian/Ubuntu:</span>apt-get update<span class="hljs-meta">#</span><span class="bash">RedHat/CentOS:</span>yum update

一键脚本

示例脚本,补全DD包直连地址后运行即可;

<span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'[Windows dd包直连地址]'</span>
1 <span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'[Windows dd包直连地址]'</span>

精简版DD包

选择好版本,输入以下一键脚本即可

<span class="hljs-comment"># DD Windows Server 2003 32位 精简版 [账户Administrator密码cxthhhhh.com]</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2003_86_Administrator_cxthhhhh.com.gz'</span><span class="hljs-comment"># DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码WinSrv2012r2x64-Chinese]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2012R2_64_Administrator_WinSrv2012r2x64-Chinese.gz'</span><span class="hljs-comment"># DD Windows Server 2019 Datacenter 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz'</span><span class="hljs-comment"># DD Windows7 32位 精简版 [账户Administrator密码Windows7x86-Chinese]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_86_Administrator_Windows7x86-Chinese.gz'</span><span class="hljs-comment"># DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment">#DD Windows8.1 64位 专业精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment">#DD Windows8.1 64位 适量精简版 [账户Administrator密码Vicer]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_Vicer.gz'</span><span class="hljs-comment"># DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win10_2016LTSB_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows10 2019LTSC 64位 企业适量精简版 [账户Administrator密码Vicer]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win10_2019LTSC_64_Administrator_Vicer.gz'</span>
1234567891011121314151617181920212223242526272829 <span class="hljs-comment"># DD Windows Server 2003 32位 精简版 [账户Administrator密码cxthhhhh.com]</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2003_86_Administrator_cxthhhhh.com.gz'</span> <span class="hljs-comment"># DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码WinSrv2012r2x64-Chinese]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2012R2_64_Administrator_WinSrv2012r2x64-Chinese.gz'</span> <span class="hljs-comment"># DD Windows Server 2019 Datacenter 64位 精简版 [账户Administrator密码WinSrv2019dc-Chinese]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz'</span> <span class="hljs-comment"># DD Windows7 32位 精简版 [账户Administrator密码Windows7x86-Chinese]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_86_Administrator_Windows7x86-Chinese.gz'</span> <span class="hljs-comment"># DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment">#DD Windows8.1 64位 专业精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment">#DD Windows8.1 64位 适量精简版 [账户Administrator密码Vicer]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_Vicer.gz'</span> <span class="hljs-comment"># DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win10_2016LTSB_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows10 2019LTSC 64位 企业适量精简版 [账户Administrator密码Vicer]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win10_2019LTSC_64_Administrator_Vicer.gz'</span>

完整版DD包

<span class="hljs-comment"># DD Windows Server 2012 R2 Datacenter 64位 完整版 [账户administrator密码Password147]</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/cn_windows2012r2_administrator_Password147.gz'</span><span class="hljs-comment"># DD Windows Server 2016 Datacenter 64位 完整版 [账户administrator密码Password147]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/cn_windows2016_administrator_Password147.gz'</span><span class="hljs-comment"># DD Windows Server 2019 Datacenter 64位 完整版 [账户administrator密码Password147]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/cn_windows2019_administrator_Password147.gz'</span><span class="hljs-comment"># DD Windows7 sp1 64位 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows8.1 64位 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/Win8.1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows10 LTSC 64位 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/Win10_LTSC_64_Administrator_nat.ee.gz'</span>
1234567891011121314151617 <span class="hljs-comment"># DD Windows Server 2012 R2 Datacenter 64位 完整版 [账户administrator密码Password147]</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/cn_windows2012r2_administrator_Password147.gz'</span> <span class="hljs-comment"># DD Windows Server 2016 Datacenter 64位 完整版 [账户administrator密码Password147]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/cn_windows2016_administrator_Password147.gz'</span> <span class="hljs-comment"># DD Windows Server 2019 Datacenter 64位 完整版 [账户administrator密码Password147]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/cn_windows2019_administrator_Password147.gz'</span> <span class="hljs-comment"># DD Windows7 sp1 64位 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/Win7_sp1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows8.1 64位 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/Win8.1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows10 LTSC 64位 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Whole/Win10_LTSC_64_Administrator_nat.ee.gz'</span>

Oracle甲骨文

此DD包仅适用于Oracle甲骨文DD Win使用 (注意:不适用于新出的ARM框架机型)

<span class="hljs-comment"># DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win7_sp1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows8.1 64位 企业精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win8.1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win10_2016LTSB_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'</span><span class="hljs-comment"># DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win_Server2012R2_64_Administrator_nat.ee.gz'</span>
1234567891011121314 <span class="hljs-comment"># DD Windows7 sp1 64位 企业精简版 [账户Administrator密码nat.ee]</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win7_sp1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows8.1 64位 企业精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win8.1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows10 2016LTSB 64位 企业深度精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win10_2016LTSB_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows Server 2008 R2 64位 精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win_Server2008R2_sp1_64_Administrator_nat.ee.gz'</span> <span class="hljs-comment"># DD Windows Server 2012 R2 64位 精简版 [账户Administrator密码nat.ee]</span>wget --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Oracle_Win_Server2012R2_64_Administrator_nat.ee.gz'</span>

OVH

此DD包仅适用于OVH云服务器DD Win使用
说明:OVH需要使用网络参数进行安装,需要的可以参考下面的安装方法,博主并未进行测试,这里仅提供直链包;

<span class="hljs-meta"># DD Windows7 64位 精简版 [账户administrator密码www.80host.com]</span>https:<span class="hljs-comment">//oss.sunpma.com/Windows/win/OVH_Win7_64_administrator_www.80host.com.gz</span>
12 <span class="hljs-meta"># DD Windows7 64位 精简版 [账户administrator密码www.80host.com]</span>https:<span class="hljs-comment">//oss.sunpma.com/Windows/win/OVH_Win7_64_administrator_www.80host.com.gz</span>

网络参数安装

比如GCP谷歌云Azure微软云OVH云服务器等需要指定网络参数安装的方式,示例为GCP谷歌云

<span class="hljs-comment"># 将X.X.X.X替换为自己的网络参数.</span><span class="hljs-comment"># --ip-addr :IP Address/内网IP地址</span><span class="hljs-comment"># --ip-mask :Netmask /子网掩码</span><span class="hljs-comment"># --ip-gate :Gateway /网关</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh --ip-addr X.X.X.X --ip-mask X.X.X.X --ip-gate X.X.X.X -dd <span class="hljs-string">'DD包 直链地址'</span>
12345 <span class="hljs-comment"># 将X.X.X.X替换为自己的网络参数.</span><span class="hljs-comment"># --ip-addr :IP Address/内网IP地址</span><span class="hljs-comment"># --ip-mask :Netmask   /子网掩码</span><span class="hljs-comment"># --ip-gate :Gateway   /网关</span><span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh --ip-addr X.X.X.X --ip-mask X.X.X.X --ip-gate X.X.X.X -dd <span class="hljs-string">'DD包 直链地址'</span>

例:
替换--ip-addr后面的X.X.X.X为你自己的内网IP即可;
在GCP谷歌云 Debian / Ubuntu 测试成功, CentOS 未测试;
账户:Administrator 密码:nat.ee
GCP谷歌云 香港

<span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh --ip-addr X.X.X.X --ip-mask <span class="hljs-number">255.255.255.0</span> --ip-gate <span class="hljs-number">10.170.0.1</span> -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'</span>
1 <span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh --ip-addr X.X.X.X --ip-mask <span class="hljs-number">255.255.255.0</span> --ip-gate <span class="hljs-number">10.170.0.1</span> -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'</span>

GCP谷歌云-台湾

<span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh --ip-addr X.X.X.X --ip-mask <span class="hljs-number">255.255.255.0</span> --ip-gate <span class="hljs-number">10.140.0.1</span> -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'</span>
1 <span class="hljs-attribute">wget</span> --<span class="hljs-literal">no</span>-check-certificate -qO InstallNET.sh <span class="hljs-string">'https://moeclub.org/attachment/LinuxShell/InstallNET.sh'</span> &amp;&amp; bash InstallNET.sh --ip-addr X.X.X.X --ip-mask <span class="hljs-number">255.255.255.0</span> --ip-gate <span class="hljs-number">10.140.0.1</span> -dd <span class="hljs-string">'https://oss.sunpma.com/Windows/Win7_sp1_64_Administrator_nat.ee.gz'</span>

连接上后如果遇到无法打开网页的情况,修改DNS即可

8<span class="hljs-selector-class">.8</span><span class="hljs-selector-class">.8</span><span class="hljs-selector-class">.8</span>8<span class="hljs-selector-class">.8</span><span class="hljs-selector-class">.4</span><span class="hljs-selector-class">.4</span>
12 8<span class="hljs-selector-class">.8</span><span class="hljs-selector-class">.8</span><span class="hljs-selector-class">.8</span>8<span class="hljs-selector-class">.8</span><span class="hljs-selector-class">.4</span><span class="hljs-selector-class">.4</span>

备用VPSZJW.SITE

百度网盘
VPSZJW.SITE:https://pan.baidu.com/s/1afwD0Is8MrvSiL8wkjoXhA
提取码:qynd

原文来至:https://sunpma.com/137.html

 


[资源]历史优惠活动内容
  • 可在WebUI查看进度的一键DD脚本2022-12-24
  • kimsufi:通过救援系统虚拟KVM安装任意ISO镜像教程2022-12-24
  • kimsufi:使用proxmox开IPv4nat+IPv6小鸡,ks-le可开2022-12-24
  • Kimsufi服务器使用Proxmox7创建Windows11小鸡2022-12-24
  • #分享#解决宝塔面板7.8版本强制绑定账号求方法2022-12-24
  • 2022年国内外PT站排名及邀请方式2022-12-24
  • VPS常用脚本大全,包含测配置、测速、DD系统,应有尽有2022-12-24
  • EasyNode:一款LOC大佬开发的开源个人Linux服务器管理面板2022-12-24
  • 恒速云:八月特惠活动,香港/美国不限流量VPS仅需16元每月,香港物理机独享资源2022-12-24
  • #福利#阿里云网盘公测了,更新云盘福利码,随便就可以搞几T的网盘2022-12-24
  • Telegram RSS机器人-Flowerss bot比较全面的安装教程2022-12-24
  • 集测速、路由、跑分、性能测试为一体的VPS测试脚本2022-12-24
  • #笔记#Docker命令大全2022-12-24
  • DD Windows 一键脚本,包含GCP谷歌云Oracle甲骨文2022-12-24
  • Windows11升级检测工具开源版【可查看不能升级原因】2022-12-24
  • 宝塔:堡塔724运维节活动,助力最高可抽Linux的永久授权,最少7天2022-12-24
  • #福利#PayPal:可撸$10的代金券,可撸多次,推荐几个撸VPS的方案2022-12-24
  • Linux一键重装脚本,Centos、Debain、Ubuntu随意安装2022-12-24
  • 织梦Dedecms一键完美转换wellcms工具,应对DEDE收费2022-12-24
  • 免费申请一年的泛域名SSL证书2022-12-24
  • 小白教程:手把手教你购买Buyvm家的G口不限流量VPS、挂载硬盘,刷PT2022-12-24
  • 轻量云配合Openwrt/Padavan实现内网穿透教程,可远程管理自己的NAT2022-12-24
  • 可在WebUI查看进度的一键DD脚本2022-12-24
  • kimsufi:通过救援系统虚拟KVM安装任意ISO镜像教程2022-12-24
  • kimsufi:使用proxmox开IPv4nat+IPv6小鸡,ks-le可开2022-12-24
  • Kimsufi服务器使用Proxmox7创建Windows11小鸡2022-12-24
  • #分享#解决宝塔面板7.8版本强制绑定账号求方法2022-12-24
  • 2022年国内外PT站排名及邀请方式2022-12-24
  • VPS常用脚本大全,包含测配置、测速、DD系统,应有尽有2022-12-24
  • EasyNode:一款LOC大佬开发的开源个人Linux服务器管理面板2022-12-24
  • 恒速云:八月特惠活动,香港/美国不限流量VPS仅需16元每月,香港物理机独享资源2022-12-24
  • 站长们注意:宝塔面板疑似漏洞或Nginx异常2022-12-24
  • @PT党/资源占用狂→rytechhosting-G口不限量/1.5g内存/852022-12-20
  • crissic-KVM VPS 6折/openv双倍资源2022-12-20
  • urpad-72小时/VPS资源”不可描述”倍/2022-12-20
  • urpad-72小时/VPS资源”不可描述”倍/2022-12-20
  • urpad-72小时/VPS资源”不可描述”倍/2022-12-20
  • hostnine-VPS资源”不可描述”倍/reseller半价/虚拟主机6.52022-12-20
  • ethernetservers-VPS低至7.5美元/年 免费资源”不可描述”倍2022-12-20
  • #独享资源-Vultr全新VDS,适合需求较高的用户2022-12-20
  • 推荐→bandwagonhost-最新特价版VPS(2015/8)/资源加大/支2022-12-20
  • hiformance – VPS低至$10年/KVM/1T流量/5机房/wind2022-12-20
  • digitalocean全面免费升级提高VPS资源配置2022-12-20
  • hostmybytes -$21年付→给3个666M内存的VPS 资源池VPS2022-12-20
  • digitalocean→VPS资源免费双倍升级 免费送100美元2022-12-20
  • #推荐# hostwinds→资源”不可描述”倍/价格下降/windows仅5美2022-12-20
  • #推荐# hostwinds→资源”不可描述”倍/价格下降/windows仅5美2022-12-20
  • hosteons→新增OpenVZ7 VPS 免费双倍升级资源2022-12-20
  • hosteons→不限流量VPS 4月5折优惠 还有Windows/双倍资源奉送2022-12-20
  • hosteons→上新产品资源池 不限流量 允许用户在后台划分多个VPS 7折优2022-12-20
  • vpsyc→重新测评VPS效果 cn2 gia网络已提高至300Mbps 资源充2022-12-20
  • vpszi→晚高峰22:19第4次测试cn2 gia系列VPS 可以跑满带宽 资2022-12-20
  • #推荐# contabo→全新VDS系列 独享资源 €36.99/月 24G内存2022-12-20
  • #推荐# contabo→全新VDS系列 独享资源 €36.99/月 24G内存2022-12-20
  • akkocloud→新年促销 德国VPS 原生IP 三网 cn2 gia网络 可2022-12-19
  • 深圳速云→移动1Gbps带宽 云服务器+VDS(独享资源 不限流量) 8折优惠 2022-12-19
  • 欧路云→全场8折 香港cn2、美国200G高防、加拿大480G高防 资源自由定制2022-12-19
  • pacificrack→新政策 5折续费 升级到正常版套餐 资源更加宽松!2022-12-19
  • raksmart→香港-日本-美国云服务器7折优惠 低至$12.15/年 独享带2022-12-19
  • vaicdn→免备案+全行业+大厂带宽资源(香港单个节点最低1G带宽) 带高防的2022-12-19

  • 猜你可能想看的VPS


    转载请注明原文地址:https://motoll.com/read-17754.html

    使用该VPS服务器的演示站:

    下一篇       上一篇