侧边栏壁纸
博主头像
奇遇网

上善若水,无为处世

  • 累计撰写 19 篇文章
  • 累计创建 37 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

一键DD纯净系统

Leo
Leo
2024-10-25 / 0 评论 / 0 点赞 / 96 阅读 / 0 字

升级系统安装必要命令

Debian series(Debian / Ubuntu / Kali):

apt update -y

apt install wget -y

RedHat 7+, grub2(CentOS / AlmaLinux / CloudLinux / RockyLinux / OracleLinux / Fedora / VzLinux / ScientificOS / RedHat Enterprise Linux / Tencent OpenCloudOS / AWS AmazonLinux / AlibabaCloudLinux or AliyunLinux / OpenAnolis)

yum install wget -y

or (for Redhat 8+):

dnf install wget -y

Alpine Linux:

apk update
apk add bash wget
sed -i 's/root:\/bin\/ash/root:\/bin\/bash/g' /etc/passwd

下载系统镜像

国外下载地址

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

国内下载地址

wget --no-check-certificate -qO InstallNET.sh 'https://gitee.com/mb9e8j2/Tools/raw/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

快速安装系统

Debian 12

bash InstallNET.sh -debian

Kali Rolling

bash InstallNET.sh -kali

Alpine Linux Edge

bash InstallNET.sh -alpine

CentOS 9 stream

bash InstallNET.sh -centos

Ubuntu 22.04

bash InstallNET.sh -ubuntu

Windows 11 Pro for Workstations

bash InstallNET.sh -windows

用户名

For Linux: root

For Windows: Administrator

密码

For Linux:

LeitboGi0ro

For Windows:

Teddysun.com

端口

For Linux: 22

For Windows: 3389

Linux安装完成后必要设置

升级 packages

apt update -y 

安装常用的软件(Deiban为例)

apt install wget curl sudo vim git -y 

博主关闭了所有页面的评论