侧边栏壁纸
博主头像
科技美南博客 博主等级

科技改变生活,分享创造快乐

  • 累计撰写 67 篇文章
  • 累计创建 258 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

VPS测试脚本收集分享

科技美南
2024-02-27 / 0 评论 / 0 点赞 / 231 阅读 / 0 字
温馨提示:
本文最后更新于2024-02-27,若内容或图片失效,请留言反馈。 部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

测试CPU性能脚本

apt update -y && apt install -y curl wget sudo
curl -sL yabs.sh | bash -s -- -i -5

OpenAI解锁状态查看

curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh

流媒体解锁测试脚本

curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh

三网回程延迟测试脚本

wget -qO- git.io/besttrace | bash

三网回程测试脚本

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh | bash

三网测速脚本

bash <(curl -Lso- https://git.io/superspeed_uxh)

测速命令

wget -qO- bench.sh | bash

0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin
  3. QQ打赏

    qrcode qq

评论区