流媒体脚本
奈菲解锁检测,github项目地址https://github.com/sjlleo/netflix-verify
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf
流媒体解锁检测,github项目地址https://github.com/lmc999/RegionRestrictionCheck
bash <(curl -L -s check.unlock.media)
x-ui脚本
原版x-ui一键脚本,github项目地址https://github.com/vaxilu/x-ui
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
改版x-ui一键脚本,github项目地址https://github.com/FranzKafkaYu/x-ui/
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
WARP脚本
WARP一键脚本,gitlab项目地址https://gitlab.com/fscarmen/warp
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh
服务器性能测试脚本
YABS性能一键脚本,github项目地址https://github.com/masonr/yet-another-bench-script
curl -sL yabs.sh | bash #默认GB6
curl -sL yabs.sh | bash -5 #使用GB5
curl -sL yabs.sh | bash -s -- -i -5 #GB5剔除带宽测试
网络IO测试脚本,github项目地址https://github.com/teddysun/across/blob/master/bench.sh
curl -Lso- bench.sh | bash
回程路由脚本
回程路由详细
wget -qO- git.io/besttrace | bash
回程路由简单,github项目地址https://github.com/zhanghanyun/backtrace
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
BBR脚本
秋水逸冰一键开启bbr
wget --no-check-certificate -O /opt/bbr.sh https://github.com/teddysun/across/raw/master/bbr.sh
chmod 755 /opt/bbr.sh
/opt/bbr.sh
Debian开启bbr
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
显示为下面结果,代表成功
net.ipv4.tcp_available_congestion_control = bbr cubic reno