Linux VPS 相关脚本

763次阅读
没有评论

X UI 面板

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

3X UI 面板

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

融合怪测试脚本

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

搭建魔法脚本

bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_onekey/master/install.sh) | tee v2ray_ins.log

ip 质量检测脚本

bash <(curl -Ls IP.Check.Place)

国际互联检测脚本

bash <(curl -sL Net.Check.Place)

安装哪吒探针

curl -L https://gitee.com/naibahq/nezha/raw/master/script/install.sh -o nezha.sh && chmod +x nezha.sh && sudo CN=true ./nezha.sh

三网回程测试脚本

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

dd 系统脚本

linux 国内

curl -O https://jihulab.com/bin456789/reinstall/-/raw/main/reinstall.sh || wget -O reinstall.sh $_ && chmod +x ./reinstall.sh && ./reinstall.sh debian 12

linux 国外

curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_ && chmod +x ./reinstall.sh && ./reinstall.sh debian 12

下一代路由跟踪

curl nxtrace.org/nt |bash

debain 系开启 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_congestion_control 
正文完
 0
评论(没有评论)