常用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 分钟前
滚珠导轨在汽车自动化装配线中的核心传动
运维·自动化·汽车
玩转4G物联网20 分钟前
零基础玩转物联网-串口转以太网模块如何快速实现与HTTP服务器通信
服务器·网络·物联网·网络协议·tcp/ip·http·fs100p
倔强的石头1061 小时前
【Linux指南】文件系统基础操作与路径管理
linux·运维·服务器
中科三方2 小时前
如何通过DNS解析实现负载均衡?有哪些优势?
运维·负载均衡
安科瑞刘鸿鹏2 小时前
双碳时代,能源调度的难题正从“发电侧”转向“企业侧”
大数据·运维·物联网·安全·能源
小呆瓜历险记3 小时前
ubuntu 22.04搭建SOC开发环境
linux·运维·ubuntu
码农101号3 小时前
Linux中shell流程控制语句
linux·运维·服务器
水水沝淼㵘3 小时前
嵌入式开发学习日志(数据库II && 网页制作)Day38
服务器·c语言·网络·数据结构·数据库·学习
程序猿小D3 小时前
第26节 Node.js 事件
服务器·前端·javascript·node.js·编辑器·ecmascript·vim
聪明小萝卜3 小时前
无法与IP建立连接,未能下载VSCode服务器
运维·服务器