常用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

相关推荐
可可苏饼干几秒前
ELK(Elastic Stack)日志采集与分析
linux·运维·笔记·elk
wangmengxxw2 分钟前
微服务-服务配置
java·运维·微服务·云计算·服务配置
大柏怎么被偷了12 分钟前
【Git】基本操作
linux·运维·git
纯粹的热爱13 分钟前
Windows 10/11解决“无法访问共享文件夹—组织安全策略阻止未经身份验证的来宾访问”
运维
乾元23 分钟前
AI + Jinja2/Ansible:从自然语义到可执行 Playbook 的完整流水线(工程级深度)
运维·网络·人工智能·网络协议·华为·自动化·ansible
飞行增长手记28 分钟前
IP协议从跨境到物联网的场景化应用
服务器·前端·网络·安全
GDAL33 分钟前
客户端与服务器SSL协议/加密套件不兼容:完整解决方案
服务器·ssl
瀚高PG实验室1 小时前
如何将HGDB安全版(RPM包形式)安装在非root用户下
服务器·网络·安全·瀚高数据库
python百炼成钢1 小时前
50.linux_USB驱动
linux·运维·服务器·驱动开发
路由侠内网穿透.1 小时前
本地部署问答社区 Apache Anwser 并实现外部访问
服务器·windows·网络协议·apache·远程工作