一键DD纯净系统脚本 CentOS/Debian/Ubuntu

#Debian/Ubuntu:
apt-get update

#RedHat/CentOS:
yum update

#Debian/Ubuntu:
apt-get install -y xz-utils openssl gawk file

#RedHat/CentOS:
yum install -y xz openssl gawk file

架构:KVM/XEN,不支持OpenVZ。
系统:Debian/Ubuntu/CentOS

注意事项:

  • Vicer脚本目前不支持重装为CentOS 7系统,支持CentOS 6.9以下版本。
  • 重装的系统源自官方发行版。
  • 安装过程全自动进行,无需VNC操作,无需进入救援模式。
  • 系统安装完成后的默认用户名为root,默认密码为: MoeClub.org
重装为Debian:

以下命令中的 -d 后面为Debian版本号,-v 后面为64位/32位,可根据需求进行替换。

# Debian 9 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 9 -v 64 -a
# Debian 10 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 10 -v 64 -a
# Debian 11 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a

重装为Ubuntu:

以下命令中的 -u 后面为Ubuntu版本号,-v 后面为64位/32位,可根据需求进行替换。

# Ubuntu 16.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 16.04 -v 64 -a
# Ubuntu 18.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 18.04 -v 64 -a
# Ubuntu 20.04 64位:
bash <(wget --no-check-certificate -qO- 'https://www.moeelf.com/attachment/LinuxShell/InstallNET.sh') -u 20.04 -v 64 -a

安装时指定密码

# 所有脚本都可以加入参数 -p 来设置默认密码,如:

bash InstallNET.sh -d 9 -v 64 -p 123456 -a --mirror 'https://mirrors.cloud.tencent.com/debian/'

安装后默认端口: 22
安装后默认用户名: root
安装后默认密码: MoeClub.org

 

DD Linux systems on VPS with support for Debian 9, 10, 11 and Ubuntu 18.04, 20.04.

Installed the common software 'wget curl git vim net-tools'. Some other simple system settings.

Download and run the DD script:

wget https://raw.githubusercontent.com/yeahwu/InstallOS/main/InstallOS.sh && bash InstallOS.sh

Default root password: 111111.online

Tagged on: ,

One thought on “一键DD纯净系统脚本 CentOS/Debian/Ubuntu

  1. inst.sh

    有显示进度的一键dd脚本可以用了《利用可显进度的一键DD脚本1keydd安装win10(同时支持bios,uefi,支持vps,独服,计算实例)》https://www.bilibili.com/video/BV17B4y1b79Y 命令:wget -qO- inst.sh|bash

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.