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
    
  2. NetFlix 解锁检测
    # https://github.com/sjlleo/netflix-verify
    # x86_64
    wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf
    # arm64
    wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_arm64 && chmod +x nf && ./nf
    # mips
    wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.0/nf_linux_mips && chmod +x nf && ./nf
    
  3. DisneyPlus 解锁检测
    # https://github.com/sjlleo/VerifyDisneyPlus
    wget -O dp https://github.com/sjlleo/VerifyDisneyPlus/releases/download/1.01/dp_1.01_linux_amd64 && chmod +x dp && clear && ./dp
    
  4. 流媒体平台及游戏区域限制综合检测
    # https://github.com/lmc999/RegionRestrictionCheck
    # x86_64
    bash <(curl -L -s check.unlock.media)
    
  5. 网络测速
    wget -qO- bench.sh | bash
    
  6. 性能测试
    curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
    
  7. 回程路由测试
    wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/goback.sh && bash goback.sh
    
  8. 硬件信息查看
    wget -q https://github.com/Aniverse/A/raw/i/a && bash a
    

Never give up your dreams.