海外服务器常用一键测试脚本

  1. BBR 安装

    # CentOS 6+、Debian 8+、Ubuntu 14+
    # 预先准备
    CentOS:yum install ca-certificates wget -y && update-ca-trust force-enable
    Debian/Ubuntu:apt-get install ca-certificates wget -y && update-ca-certificates
     
    # 不卸载内核版本
    wget -N "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
    # 卸载内核版本
    wget -N "https://github.000060000.xyz/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
  1. IP 质量检测

    bash <(curl -Ls IP.Check.Place)
  1. 流媒体平台解锁检测

    bash <(curl -L -s media.ispvps.com)
  1. 网络测速

    bash <(curl -Lso- https://bench.im/hyperspeed)
  1. 回程路由检测

    curl -sSL https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh -o AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
  1. 更换软件镜像源

    bash <(curl -sSL https://linuxmirrors.cn/main.sh)
  1. 配置 WARP 网络

    curl -sSL https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh -o menu.sh && bash menu.sh
  1. 服务器性能测试

    curl -sSL yabs.sh | bash -s -- -5 -i
  1. 服务器综合测试

    curl -sSL https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
评论区
头像