本文主要是介绍常用VPS服务器检测脚本,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
流媒体解锁检查
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
这篇关于常用VPS服务器检测脚本的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!