1.融合怪

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

2.宝塔开心版(bt.sy)

ShellScript
curl -sSO http://io.bt.sy/install/install_panel.sh && bash install_panel.sh

3.杜甫脚本集合

ShellScript
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

4.换源

ShellScript
bash <(curl -sSL https://linuxmirrors.cn/main.sh) 

5.流媒体测试

ShellScript
bash <(curl -L -s check.unlock.media)

6.国内测速

ShellScript
bash <(curl -Lso- https://bench.im/hyperspeed)

7.回程路由(快捷)

ShellScript
curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh

8.一键 BBR

ShellScript
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

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

* 特别说明:匿名评论发布后无法自动通过,需审批后才能显示,请勿重复提交
** 匿名评论系统由WordPress提供;