侧边栏壁纸
  • 累计撰写 22 篇文章
  • 累计创建 14 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

VPS常用脚本收集

空空如也
2023-02-02 / 0 评论 / 0 点赞 / 234 阅读 / 101 字 / 正在检测是否收录...

更新系统

apt update -y

安装常用的组件

apt install wget curl sudo vim git htop lsof -y

服务器回程路由测试

wget --no-check-certificate https://tutu.ovh/bash/returnroute/route && chmod +x route && clear && ./route
或者
curl http://tutu.ovh/bash/returnroute/test.sh|bash

1675313859378

三网测速

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

1675318456270

融合怪测评脚本

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

1675318661603

0

评论区