项目
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/"