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

相关推荐
mubeibeinv17 分钟前
项目搭建+图片(添加+图片)
java·服务器·前端
dessler22 分钟前
Docker-如何启动docker
运维·docker·云原生·容器·eureka
zhy2956322 分钟前
【DOCKER】基于DOCKER的服务之DUFS
运维·docker·容器·dufs
秋名山小桃子36 分钟前
Kunlun 2280服务器(ARM)Raid卡磁盘盘符漂移问题解决
运维·服务器
与君共勉1213837 分钟前
Nginx 负载均衡的实现
运维·服务器·nginx·负载均衡
努力学习的小廉44 分钟前
深入了解Linux —— make和makefile自动化构建工具
linux·服务器·自动化
MZWeiei1 小时前
Zookeeper基本命令解析
大数据·linux·运维·服务器·zookeeper
Arenaschi1 小时前
在Tomcat中部署应用时,如何通过域名访问而不加端口号
运维·服务器
小张认为的测试1 小时前
Linux性能监控命令_nmon 安装与使用以及生成分析Excel图表
linux·服务器·测试工具·自动化·php·excel·压力测试
waicsdn_haha1 小时前
Java/JDK下载、安装及环境配置超详细教程【Windows10、macOS和Linux图文详解】
java·运维·服务器·开发语言·windows·后端·jdk