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

相关推荐

  1. VPS服务器检测脚本

    2024-04-01 07:44:04       17 阅读
  2. Nmap脚本

    2024-04-01 07:44:04       26 阅读
  3. Bash 脚本命令

    2024-04-01 07:44:04       10 阅读
  4. configure脚本参数

    2024-04-01 07:44:04       40 阅读
  5. 10个python自动化脚本

    2024-04-01 07:44:04       31 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-01 07:44:04       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-01 07:44:04       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-01 07:44:04       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-01 07:44:04       20 阅读

热门阅读

  1. 【云开发笔记No.19】关于中台架构(1)

    2024-04-01 07:44:04       18 阅读
  2. 深度选择器/deep/、::v-deep、:deep的区别

    2024-04-01 07:44:04       18 阅读
  3. 深入浅出:语言模型的原理、实战与评估

    2024-04-01 07:44:04       18 阅读
  4. SpringMVC-RESTful

    2024-04-01 07:44:04       14 阅读
  5. 8.并发编程【go】

    2024-04-01 07:44:04       13 阅读
  6. 看懂Spring和Spring Boot的区别与联系

    2024-04-01 07:44:04       17 阅读
  7. golang语言系列:golang基础知识

    2024-04-01 07:44:04       18 阅读
  8. vue做移动端自适应插件实现rem

    2024-04-01 07:44:04       12 阅读
  9. 洛谷 P2895 [USACO08FEB] Meteor Shower S

    2024-04-01 07:44:04       15 阅读