欢迎您访问 最编程 本站为您分享编程语言代码,编程技术文章!
您现在的位置是: 首页

常见的 VPS 服务器检测脚本

最编程 2024-04-01 09:01:02
...

流媒体解锁检查
bash <(curl -L -s check.unlock.media)
https://github.com/lmc999/RegionRestrictionCheck

一键安装WRAP脚本
wget -N https://raw.githubusercontent.com/fscarmen/warp/main/menu.sh && bash menu.sh

BBR+BBR2+BBRplus
https://github.com/Chikage0o0/Linux-NetSpeed

检查CHATGPT解锁
wget -O chat.sh https://raw.githubusercontent.com/Netflixxp/chatGPT/main/chat.sh && chmod +x chat.sh && clear && ./chat.sh


获取当前公网IP地址
curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'

新版脚本:bash <(curl -Lso- https://git.io/kernel.sh)
老版脚本:wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"
                 chmod +x tcp.sh
                 ./tcp.sh
魔改脚本:https://github.com/ylx2016/Linux-NetSpeed
bash <(curl -Lso- https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh)
 

乌班图系统20.04内核升级脚本
wget https://raw.githubusercontent.com/pimlie/ubuntu-mainline-kernel.sh/master/ubuntu-mainline-kernel.sh

三网回程路由测试脚本
wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route

网络优化脚本TCP窗口调优+BBR
wget https://paolu.metaidc.net/sh/tools.sh -O tools.sh && bash tools.sh

推荐阅读