DigitalOcean Abuse Verify Your Account

Thank you for contacting DigitalOcean Support!

We reviewed the information you have shared with us so far and we have come to the conclusion that your deployment and actions were in violation of our Terms of Service Agreement and Acceptable Use Policy and as a result, we are unable to remove the lock from your account.

I sincerely apologize for any inconvenience caused by this.

Additionally, please note that we're unable to share details regarding what factors we considered that led to this decision or how we came to this conclusion as this is critical to maintaining the integrity of our platform security operations.

怎么在Digitalocean上面DD安装Windows系统

怎么在Digitalocean上面DD安装Windows系统

1、创建一个服务器实例(Create Droplets)
Droplets,Create Droplets

2、选择机房

3、选择机择服务器配置

4、输入密码
点击creat droplet,成功创建,然后关机

5、切换到recovery模式
点击新创建的实例,点击【Recovery】,点击【Boot from Recovery ISO】
如果 Boot from Recovery ISO点击不了,可以先点击OFF按钮(可能需要1-2分钟),刷新后既可点击。然后点击ON按钮

6、开机完成,进入实例的控制台(Console)
Access,Recovery Console,Launch Recovery Console,在控制台输入1 挂载根目录。


7、安装DD包
a、使用ssh登陆

# fdisk -l
Disk /dev/loop0: 219.7 MiB, 230313984 bytes, 449832 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/vda: 80 GiB, 85899345920 bytes, 167772160 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: C91FE93A-E275-44BA-8E50-6C3E40EAA3E5

Device     Start       End   Sectors Size Type
/dev/vda1   6144 167772125 167765982  80G Linux filesystem
/dev/vda2   2048      6143      4096   2M BIOS boot

Partition table entries are not in disk order.

b、使用VNC设置密码
wget -O- "https://arv.asuhu.com/dd/S2012R2DATA2018410.vhd.gz" |  gunzip | dd of=/dev/vda bs=512

c、无需VNC设置密码
wget -O- "https://dl.lamp.sh/vhd/cn_win2016.xz" | xzcat | dd of=/dev/vda
用户名 Administrator
密码 Teddysun.com


8、切换到Boot模式
关闭,Droplets,切换到boot from hard drive,右上角开关同样关闭在开启
注意:首先选择boot from hard drive,再去关闭开关。

9、进入实例的控制台(Console)
Access,Recovery Console,Launch Recovery Console

10、进入windows系统,并配置网络

11、电源管理
控制面板,电源选项,设置为从不进入睡眠。

CentOS6和CentOS7 一键更换内核,一键安装锐速[lotServer]

CentOS6和CentOS7 一键更换内核,一键安装锐速[lotServer][serverSpeeder ]

支持KVM VMWARE Hyper-v XEN 虚拟化技术

CentOS6和CentOS7 一键更换内核,完成后会重启
wget --no-check-certificate https://blog.asuhu.com/sh/ruisu.sh
bash ruisu.sh

CentOS6和7 更换内核完成一键安装锐速[lotServer]
wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install

安装完成后检测是否启用
lsmod |grep appex

DigitalOcean 高级技巧使用 内网和初始化篇

在同一个区域的同一个租户(tenants)内网是可以相互通信的,不同区域(网络中心)不能相互通信,类似openstack
1、创建了四个实例(instance)
Amsterdam 3
178.62.193.111 10.133.3.148
178.62.207.51 10.133.17.5

Amsterdam 2
198.211.124.126 10.129.23.8

Frankfurt 1
45.32.255.197 10.99.0.10

2、验证

3、初始化和监控
yum list |grep cloud
cloud-init.x86_64 0.7.5-10.el6.centos.2 @extras
yum list |grep digitalocean
do-agent.x86_64 1493323384:0.4.11-1 @digitalocean-agent


4、应用场景

1、库站分离,数据库使用内网连接
2、负载均衡