说明

无限制全自动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://oss.sunpma.com/Windows/Win_Server2003_86_Administrator_cxthhhhh.com.gz'

# 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://oss.sunpma.com/Windows/Win_Server2008R2_64_Administrator_WinSrv2008x64-Chinese.gz'

# 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://oss.sunpma.com/Windows/Win_Server2012R2_64_Administrator_WinSrv2012r2x64-Chinese.gz'

# 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://oss.sunpma.com/Windows/Win_Server2019_64_Administrator_WinSrv2019dc-Chinese.gz'

# 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://oss.sunpma.com/Windows/Win7_86_Administrator_Windows7x86-Chinese.gz'

# 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://oss.sunpma.com/Windows/Win7_64_sp1_IIS_Administrator_www.nat.ee.gz'

# 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://oss.sunpma.com/Windows/Win7_64_Administrator_www.nat.ee.gz'

#DD Windows8.1 64位 专业精简版 [账户Administrator密码nat.ee]

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win8.1_64_Administrator_nat.ee.gz'

# DD Windows10 2019LTSC 64位 企业精简版 [账户Administrator密码nat.ee]

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Win10_2019LTSC_64_Administrator_nat.ee.gz'

完整版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://oss.sunpma.com/Windows/Whole/cn_windows2012r2_administrator_Password147.gz'

# 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://oss.sunpma.com/Windows/Whole/cn_windows2016_administrator_Password147.gz'

# 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://oss.sunpma.com/Windows/Whole/cn_windows2019_administrator_Password147.gz'

# DD Windows10 2019LTSC 64位 [账户Administrator密码win10ltsc]

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Whole/Win10_2019LTSC_64_Administrator_win10ltsc.gz'

Oracle甲骨文

此DD包仅适用于Oracle甲骨文DD Win使用

# 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://oss.sunpma.com/Windows/Oracle_Win7_64_Administrator_www.nat.ee.gz'

# DD Windows7 sp1 64位 企业精简版 [账户Administrator密码www.nat.ee]

wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/Oracle_Win7_sp1_64_Administrator_www.nat.ee.gz'

OVH

OVH

此DD包仅适用于OVH云服务器DD Win使用

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

# DD Windows7 64位 精简版 [账户administrator密码www.80host.com]

https://oss.sunpma.com/Windows/win/OVH_Win7_64_administrator_www.80host.com.gz

网络参数安装

比如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包 直链地址'

例:

替换--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.170.0.1 -dd 'https://oss.sunpma.com/Windows/Win7_64_Administrator_www.nat.ee.gz'

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://oss.sunpma.com/Windows/Win7_64_Administrator_www.nat.ee.gz'

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

8.8.8.8

8.8.4.4

Windows服务器开启Ping功能,打开系统运行服务 Win+R 输入命令

# 开启Ping

netsh firewall set icmpsetting 8

# 关闭Ping

netsh firewall set icmpsetting 8 disable

本文出自:https://sunpma.com/137.html

谷歌云oracle,DD Windows 一键脚本(包含GCP谷歌云Oracle甲骨文)相关推荐

  1. android端接入腾讯云直播全过程详解(包含腾讯云点播、腾讯云IM)直播+弹幕+录制直播视频

    前言 为什么想到对接腾讯云直播SDK呢?答案很简单--公司需要.从开始着手对接SDK,到现在直播全程流畅跑通,花了两周零几天的时间.为了帮后续也需要接入腾讯云直播SDK的朋友节省不必要的时间.少走点弯 ...

  2. 阿里云国际版Windows服务器磁盘空间不足该怎么办?

    本文主要介绍Windows实例磁盘空间不足时对应的解决方法以及磁盘日常维护的最佳实践,下面和87cloud一起了解阿里云国际版Windows服务器磁盘空间不足解决办法: 背景信息 本文中的方法适用于W ...

  3. 【bat批处理脚本命令】2分钟看懂,一键主机windows系统远程连接控制阿里云等windows系统的云服务器(保姆级图文+实现代码)

    目录 1.实现效果 2.实现代码 3.使用代码新建一个bat脚本文件 总结 欢迎关注 『bat批处理脚本命令』 系列,持续更新中 欢迎关注 『bat批处理脚本命令』 系列,持续更新中 本来阿里云服务器 ...

  4. 腾讯云轻量应用服务器DD Windows教程

    腾讯云轻量应用服务器DD Windows教程 前言 最近腾讯的活动非常的大,腾讯云轻量一样服务器,直接免费升级,有兴趣的可以自己去看, 连接如下: 腾讯云轻量应用服务器,百万用户回馈,轻量免费升配! ...

  5. 【PC工具】windows批处理脚本一键bat脚本编辑器,bat转exe工具使用方法,附helloworld参考例程...

    今天给大家分享一个windows的批处理文件(.bat文件)转exe可执行文件的工具.先感谢开源大神们为我们提供这些NB的软件(下边那个F..K..的名字好像是作者哈) 先向大神致敬,感谢大神的辛苦付 ...

  6. 阿里云PolarDB发布重大更新 支持Oracle等数据库一键迁移上云

    5月21日,阿里云PolarDB发布重大更新,提供传统数据库一键迁移上云能力,可以帮助企业将线下的MySQL.PostgreSQL和Oracle等数据库轻松上云,最快数小时内迁移完成.据估算,云上成本 ...

  7. easypanel安装php5.4,kangle一键脚本-凌梦云

    脚本简介本脚本是一键安装Kangle+Easypanel+MySQL的集合脚本. 脚本本身集成:PHP5.3.PHP5.4.PHP5.5.PHP5.6.PHP7.1.PHP7.2.PHP7.3.MYS ...

  8. Linux系统VPS云服务器硬件/网速/性能/延迟测试一键脚本分享

    一些常用的VPS性能测试脚本,部分经过实际测试,基本可以正常使用,关于脚本测试出来数据的准确性,需要自行甄别,仅供参考. 本站所收集的一键脚本均来自网络,不对其收集的脚本负责,请注意保管并备份资料,建 ...

  9. Ubuntu/Linux Terraform oci 一键脚本抢购​ 甲骨文Oracle VM.Standard.A1.Flex​ 4个OCPU,24 GB 内存的vps

    Oracle甲骨文的机器被撸爆了,导致小伙伴都开不到免费的机器,于是写个脚本,放到服务器自己抢,资源出来基本就能开到.此脚本,是利用Terraform调用API来执行任务,下面简单的说明一下. 甲骨文 ...

最新文章

  1. 技术类人员的职业发展的4大方向
  2. 在loadrunner中使用winsocket协议编写脚步三部曲
  3. [转]【高并发】高并发秒杀系统架构解密,不是所有的秒杀都是秒杀!
  4. VS2010 Resource view为空的解决办法
  5. 俗语:“生不睡柳,死不睡杨”,有什么道理?
  6. Pytorch模型构造方法
  7. ubuntu系统配置双网卡方法
  8. 关于Eclipse配置Tomcat8的问题
  9. 三月月赛 1005 wuli通通和doge(细节处理)
  10. 生活如此美好 我却如此暴躁
  11. [转载]NFC问题分析
  12. 治五气,艺五种,抚万民,度四方
  13. Codeforces 1326 E. Bombs (线段树)
  14. java设计中国象棋_Java课程设计—象棋
  15. javaweb_会话管理(sessionCookie)
  16. 【微机原理笔记】第 1 章 - 微型计算机基础概论
  17. 帝国时代3java_帝国时代3-亚洲王朝
  18. 安搭Share——人不要怕“变”,要守住自己的“常”
  19. [逆向工具] 详解pbtk解析steam中的protobuf协议
  20. AutoFac使用笔记以及操作技巧(保姆级操作)

热门文章

  1. $.getJSON异步请求和同步请求
  2. 有没有想一场甜甜的恋爱?python带你采集相亲网站数据~
  3. 相控阵天线(十):波束跃度、虚位技术、幅度相位误差分析(含代码)
  4. 使用Pushlet实现后台信息推送(二)
  5. 大数据专业成新宠, 232 所高校竞相布局大数据相关专业
  6. 如何理解归一化(normalization)?
  7. 归一化(Normalization)
  8. codemirror 执行PHP,CodeMirror 使用大全
  9. 使用axel多线程批量下载文件
  10. go语言程序逆向整理