侧边栏壁纸
博主头像
泉哥博客 博主等级

行动起来,活在当下

  • 累计撰写 780 篇文章
  • 累计创建 349 个标签
  • 累计收到 129 条评论

目 录CONTENT

文章目录

linux-脚本分享(长期更新)

Administrator
2021-12-07 / 0 评论 / 0 点赞 / 3 阅读 / 0 字

我这访问不了github,改hosts的办法也试了,太慢了,就用 7ED 提供的 GHUCS 加速服务

我服务器 centos7

 

 

 

bbr加速脚本

wget -N --no-check-certificate "https://raw.githubusercontents.com/chiakge/Linux-NetSpeed/master/tcp.sh"

chmod +x tcp.sh

./tcp.sh

 

speedtest一键国内三网测速脚本

wget -N --no-check-certificate "https://raw.githubusercontents.com/coolaj/sh/main/speedtest.sh"

chmod +x speedtest.sh

./speedtest.sh

 

VPS融合怪测评脚本

Github:https://github.com/spiritLHLS/ecs

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
测试了下,挺不错的,整合大部分的脚本
0

评论区