测试脚本:

https://bench.sh/

wget -qO- bench.sh | bash

Linux VPS一键添加/删除Swap虚拟内存

运行命令:

wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

原文地址:https://www.moerats.com/archives/722/

X-ui:

github: https://github.com/FranzKafkaYu/x-ui

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

开启bbr:

原文地址:https://v2rayssr.com/bbr.html

github:https://github.com/cx9208/Linux-NetSpeed

 wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

流媒体检测脚本

github: https://github.com/sjlleo/netflix-verify

对于amd64x86_64),请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf

对于arm64,请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf

对于部分路由器,其SoC使用了mips架构,请使用如下命令下载运行

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_mips && chmod +x nf && ./nf