Linux常用的脚本


最快的三网回程测试脚本

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

vps测试网络节点测速脚本

bash <(curl -Lso- https://git.io/Jlkmw)

流媒体测试脚本

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)

VLESS 八合一脚本

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

一键套WARP,解锁Netflix

bash <(curl -fsSL git.io/warp.sh) d

d 双栈 menu 菜单

LINUX开启BBR加速

wget -O tcp.sh "https://git.io/coolspeeda" && chmod +x tcp.sh && ./tcp.sh

新装debian curl报错,证书找不到的解决方法

apt-get install ca-certificates

声明:A8|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - Linux常用的脚本


Carpe Diem and Do what I like