1.融合怪
ShellScript
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh2.宝塔开心版(bt.sy)
ShellScript
curl -sSO http://io.bt.sy/install/install_panel.sh && bash install_panel.sh3.杜甫脚本集合
ShellScript
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh4.换源
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 | sh8.一键 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
发表回复