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

相关推荐
一心0924 小时前
ubuntu 20.04.6 sudo 源码包在线升级到1.9.17p1
运维·ubuntu·sudo·漏洞升级
好好学习啊天天向上4 小时前
世上最全:ubuntu 上及天河超算上源码编译llvm遇到的坑,cmake,ninja完整过程
linux·运维·ubuntu·自动性能优化
你想考研啊4 小时前
三、jenkins使用tomcat部署项目
运维·tomcat·jenkins
代码老y5 小时前
Docker:容器化技术的基石与实践指南
运维·docker·容器
典学长编程5 小时前
Linux操作系统从入门到精通!第二天(命令行)
linux·运维·chrome
你想考研啊8 小时前
四、jenkins自动构建和设置邮箱
运维·jenkins
Code blocks8 小时前
使用Jenkins完成springboot项目快速更新
java·运维·spring boot·后端·jenkins
snoopyfly~8 小时前
Ubuntu 24.04 LTS 服务器配置:安装 JDK、Nginx、Redis。
java·服务器·ubuntu
饥饿的半导体9 小时前
Linux快速入门
linux·运维
Me4神秘9 小时前
Linux国产与国外进度对垒
linux·服务器·安全