返回

linux vps重装系统,dd

   
摘要GPT
摘要小助理暂时失联跑路啦……😜

项目

https://github.com/leitbogioro/Tools

Debian系列(Debian / Ubuntu / Kali):

apt update -y
apt install wget -y

下载:

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

默认用户名和密码

用户名:root

密码:LeitboGi0ro

Debian 12

bash InstallNET.sh -debian

Debian 11

bash InstallNET.sh -debian 11

ubuntu 22.04

bash InstallNET.sh -ubuntu

ubuntu 20.04

bash InstallNET.sh -ubuntu 20.04

启用BBR

通过向 /etc/sysctl.d/99-sysctl.conf 添加参数和值来为当前内核启用 BBR

curl -sS -O https://raw.githubusercontent.com/woniu336/open_shell/main/enable_bbr.sh && chmod +x enable_bbr.sh && ./enable_bbr.sh

检查 BBR 是否启动

lsmod | grep bbr

更新系统

apt update -y
apt install -y curl

推荐脚本

curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh

docker安装

curl -fsSL https://get.docker.com | sh && ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin

地区自选,重装Debian 11(推荐大陆以外的服务器)

日本:

bash InstallNET.sh -debian 11 -mirror "http://ftp.riken.jp/Linux/debian/debian/"

香港:

bash InstallNET.sh -debian 11 -mirror "http://ftp.hk.debian.org/debian/"

新加坡:

bash InstallNET.sh -debian 11 -mirror "http://ftp.sg.debian.org/debian/"

韩国:

bash InstallNET.sh -debian 11 -mirror "http://ftp.kaist.ac.kr/debian/"

台湾:

bash InstallNET.sh -debian 11 -mirror "http://ftp.tw.debian.org/debian/"

美国:

bash InstallNET.sh -debian 11 -mirror "https://mirrors.ocf.berkeley.edu/debian/"

加拿大:

bash InstallNET.sh -debian 11 -mirror "http://ftp.ca.debian.org/debian/"

英国:

bash InstallNET.sh -debian 11 -mirror "http://ftp.uk.debian.org/debian/"

德国:

bash InstallNET.sh -debian 11 -mirror "http://ftp.de.debian.org/debian/"

法国:

bash InstallNET.sh -debian 11 -mirror "http://ftp.fr.debian.org/debian/"

荷兰:

bash InstallNET.sh -debian 11 -mirror "http://ftp.nl.debian.org/debian/"

瑞士:

bash InstallNET.sh -debian 11 -mirror "http://ftp.ch.debian.org/debian/"

俄罗斯:

bash InstallNET.sh -debian 11 -mirror "http://ftp.ru.debian.org/debian/"

澳大利亚:

bash InstallNET.sh -debian 11 -mirror "http://ftp.au.debian.org/debian/"
知识共享许可证 CC BY-NC-SA 4.0
最后更新于 2024-07-17 18:28
使用 Hugo 构建
主题 hugo-magic小洋葱 魔改 由 Jimmy 设计
Written by Human, Not by AI