请注意,本文编写于 1462 天前,最后修改于 1106 天前,其中某些信息可能已经过时。
安装curl
# Ubuntu/Debian 系统安装 Curl 方法:
apt update -y && apt install -y curl && apt install -y socat
# Centos 系统安装curl方法:
yum update -y && yum update -y && yum install -y socatbbrplus(可选):
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh一键脚本:
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
mack-a大佬基于Xray的八合一版本,支持vless、vmess、Trojan、Trojan-go
Linux服务器综合测试工具 LemonBench (Beta)
- 快速测试
如果你的服务器上安装有 curl 工具,请使用以下命令执行脚本:
curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast如果你的服务器上安装有 wget 工具,请使用以下命令执行脚本:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast- 完整测试
如果你的服务器上安装有 curl 工具,请使用以下命令执行脚本:
curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s full如果你的服务器上安装有 wget 工具,请使用以下命令执行脚本:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full