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

相关推荐
蓝狐社4 分钟前
一张被低估的芯片版图——中兴通讯
运维·服务器
网络小白不怕黑11 分钟前
13.SSH服务相关配置
服务器·网络·ssh
Jtti15 分钟前
站群服务器多IP能不能分散DDoS攻击流量?
服务器·tcp/ip·ddos
hanxiuchao27 分钟前
告别客户端臃肿!网页端 M3U8 播放调试方案,适配全办公场景
运维·python·django·m3u8·m3u8播放
weixin_3077791335 分钟前
Linux下Docker Compose里运行Milvus向量数据库故障诊断Shell脚本
linux·运维·数据库·docker·milvus
素心如月桠43 分钟前
windows系统使用https://lnmp.org/的LNMP一键安装包,来打开我的服务器Linux
linux·运维·服务器
运维大师1 小时前
【Linux运维极简教程】03-用户与用户组管理
linux·运维·服务器
Zhu7581 小时前
在Docker环境部署ApacheGuacamole,对接MySQL数据库
运维·docker·容器
Bruce_Liuxiaowei1 小时前
一次内网横向移动实战:从一个 5900 端口到穿越防火墙
运维·网络·安全
云计算-Security2 小时前
同(异)主机 Linux NAT 最佳实践
linux·服务器·网络