Oracle Oracle reinstallation system one-click DD pure system script

Original link: https://mianao.info/2023/06/19/Oracle%E7%94%B2%E9%AA%A8%E6%96%87%E9%87%8D%E8%A3%85%E7 %B3%BB%E7%BB%9F%E4%B8%80%E9%94%AEDD%E7%BA%AF%E5%87%80%E7%B3%BB%E7%BB%9F%E8%84 %9A%E6%9C%AC

I applied for two free VPS in Oracle, installed a lot of things and wanted to clean it, but found that the system could not be reinstalled, which is amazing.
After searching, I found that it may not be possible to start a new machine after deleting it. To be cautious, I used the one-click DD script, and it works well in my personal test.

This is the script source code: https://github.com/MoeClub/Note
Copy the script directly under the root and run it. You can choose one of the two. I have compared the two scripts to be the same, and they should be the same author:

 # 脚本来自GitHub bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 10 -v 64 -p 12345678 -port 2023 -a -firmware # 脚本来自moeclub.org bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -u 20.04 -v 64 -a -firmware -p 12345678 -firmware 额外的驱动支持-d Debian系统后面是系统版本号,例:9、10、11 ... -c Centos系统后面是系统版本号,例:6.9、6.10 ... -u Ubuntu系统后面是系统版本号,例:16.04、18.04 、20.04... -v 系统位数,64位或32位,只写数字-a auto,全自动无人值守安装-p 后面写自定义密码-port SSH 端口

Notice:

  • After the system installation is complete, the default user name is: root, if you do not customize the password, the default password is: MoeClub.org. Remember to modify;
  • If there is no VNC monitoring, it is recommended to wait for a while before restarting, beware of shutting down during the reinstallation process, and the installation will be completed within 20 minutes under normal circumstances;

There is also a one-click DD script, which looks good, but I haven’t tried it yet:
https://hostloc.com/thread-1159839-1-1.html
https://github.com/leitbogioro/Tools

This article is reproduced from: https://mianao.info/2023/06/19/Oracle%E7%94%B2%E9%AA%A8%E6%96%87%E9%87%8D%E8%A3%85%E7 %B3%BB%E7%BB%9F%E4%B8%80%E9%94%AEDD%E7%BA%AF%E5%87%80%E7%B3%BB%E7%BB%9F%E8%84 %9A%E6%9C%AC
This site is only for collection, and the copyright belongs to the original author.