- 功能:集成系统信息、性能测试、网络检测、流媒体解锁等多种功能,一站式满足多维度测试需求;
- 支持系统:带 bash 环境的 Unix / 类 Unix 系统(Ubuntu、Debian、Arch 等);
- 使用命令:
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
- 功能:快速检测系统信息、CPU / 内存性能、磁盘 IO、网络速度等基础指标;
- 支持系统:主流 Linux 发行版;
- 使用命令:
wget -qO- git.io/superbench.sh | bash
- 功能:专注亚洲地区速度测试,包含系统信息、IO 测试、Speedtest 亚洲节点测速,结果更贴合国内使用场景;
- 支持系统:带 bash 环境的 Unix / 类 Unix 系统;
- 使用命令:
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Asia
- 功能:优化网络测速节点,精准测试服务器上传 / 下载速度,支持多地区节点选择;
- 支持系统:主流 Linux 发行版;
- 使用命令(2 选 1):
bash <(curl -Lso- https://git.io/superspeed_uxh)
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)
- 功能:全面测试 CPU、内存、网络、磁盘等核心性能指标;
- 支持系统:带 bash 环境的 Unix / 类 Unix 系统(Ubuntu、Debian、MacOS 等);
- 使用命令(4 选 1):
bash <(wget -qO- git.io/ceshi)
bash <(curl -Ls git.io/ceshi)
bash -c "$(wget -qO- https://github.com/Aniverse/A/raw/i/a)"
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
- 开源地址:https://github.com/Aniverse/A
- 功能:检测服务器到国内电信、联通、移动三网的回程路由,排查网络链路稳定性问题;
- 支持系统:带 bash 环境的 Unix / 类 Unix 系统;
- 使用命令:
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
- 功能:评估服务器 IP 质量、合规性及网络稳定性;
- 支持系统:带 bash 环境的 Unix / 类 Unix 系统;
- 使用命令:
bash <(curl -Ls IP.Check.Place)
- 功能:检测 Netflix、Disney+、Hulu、Spotify 等主流流媒体平台解锁状态;
- 支持系统:带 bash 环境的 Unix / 类 Unix 系统(Ubuntu、Debian、MacOS、Android Termux 等);
- 使用命令:
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
- 功能:专项检测服务器 IP 是否支持 TikTok 解锁,含地区识别、播放测试等;
- 支持系统:带 bash 环境的 Unix / 类 Unix 系统;
- 使用命令:
curl -fsL -o ./t.sh.x https://github.com/lmc999/TikTokCheck/raw/main/t.sh.x && chmod +x ./t.sh.x && ./t.sh.x && rm ./t.sh.x
- 功能:开启 TCP BBR 拥塞控制算法,优化服务器网络传输速度,降低延迟;
- 支持系统:主流 Linux 发行版(Ubuntu 16+、Debian 10 + 等);
- 使用命令:
bash <(curl -Lso- https://github.com/teddysun/across/raw/master/bbr.sh)
- 执行脚本前确保服务器已安装
curl、wget基础工具,部分命令需root权限(可前缀加sudo);
- 功能选择建议:
- 一站式检测选「BlueSkyXN 综合工具箱」;
- 精准性能测试选「bench.sh」「Aniverse」;
- 国内使用场景选「亚洲节点速度测试脚本」;
- 流媒体 / TikTok 使用选对应专项解锁脚本;
- 脚本均来自开源社区,建议在测试环境或纯净系统中执行,避免与其他工具冲突;
- 部分脚本会持续更新,可通过命令中关联的 GitHub 地址查看最新版本和使用说明。