DD网络重装脚本:

bash <(wget --no-check-certificate -qO- 'qiu.sh/dd') -d 12 -v 64 -a --mirror 'http://mirrors.cloud.tencent.com/debian/' -p 密码 -port 端口

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 10 -v 64 -p 密码 -port 端口

服务器综合测试脚本(融合怪)

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

网络测试脚本

hyperspeed 三网测速(推荐)(未开源)
bash <(curl -Lso- https://bench.im/hyperspeed)

AutoTrace 三网回程线路显示(推荐)
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh

backtrace 三网回程线路直接显示(小白用这个)
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

超售测试脚本
wget --no-check-certificate -O memoryCheck.sh https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh && chmod +x memoryCheck.sh && bash memoryCheck.sh

移除virtio_balloon模块
rmmod virtio_balloon

流媒体测试脚本
RegionRestrictionCheck(推荐)
bash <(curl -L -s check.unlock.media)

bash <(curl -L -s media.ispvps.com)

openai解锁检测
bash <(curl -Ls https://github.com/ludashi2020/OpenAI-Checker/raw/main/openai.sh)

BBR脚本
一键开启BBR(适用于较新的Debian、Ubuntu)
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr

Linux-NetSpeed(锐速/bbrplus/bbr魔改版)
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
chmod +x tcp.sh
./tcp.sh

ylx大佬的锐速/BBRPLUS/BBR2

不卸载内核版本
wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

卸载内核版本

wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

moerats大佬的添加swap脚本
wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

cloudflare warp脚本 添加IPv4/IPv6网络(2023.12.10更新)
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh [option] [lisence/url/token]

宝塔一键挂载硬盘脚本
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh