创建Oracle机器时候,原系统请选择 ubuntu 16 ubuntu 20,ubuntu16已没
准备工作
用shell连接上服务器
#更新apt源
1 |
apt-get update |
#安装需要的工具包
1 |
apt-get install -y xz-utils openssl gawk file |
然后执行以下脚本,脚本全自动运行,dd之后会造成断开链接的情况,不用担心,请耐心等待20分钟或更久。可以通过ping端口来检测是否DD完成
DD安装完毕之后,请立即更新密码。默认用户名为:root,默认密码为:MoeClub.org
Debian
- Debian9
1 |
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a -firmware |
- Debian10
1 |
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 10.3 -v 64 -a -firmware |
- Debian11
1 |
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -firmware |
Windows
- Windows 7 sp1 企业版 64位 精简版(默认用户名:Administrator 密码:www.nat.ee)
1 |
wget --no-check-certificate -qO InstallNET.sh 'http://d.nat.ee/sh/InstallNET.sh' && bash InstallNET.sh -dd 'http://d.nat.ee/oracle/Uefi-gpt-Win7-Ent.gz' |
- Win2012 (默认用户名:Administrator 密码:nat.ee)
1 |
wget --no-check-certificate -qO InstallNET.sh 'https://tutu.bid/bash/InstallNET.sh' && bash InstallNET.sh -dd 'http://a.iplc.best/natee/lite/winsrv2012r2-data-x64-cn/winsrv2012r2-data-x64-cn-efi.vhd.gz' |
至此,等待Oralce自行DD完成之后(大概15-30分钟),就可以通过22或者3389连接管理了。可以通过ping命令查询是否ping的通,来判断是否DD完成。或者通过tcp.ping.pe此工具来判断是否DD完成。
在搜索框内输入ip地址+端口即可。