TG看到的
到月底了闲置的鸡鸡跑起来
一键测网速
[ol]wget https://github.com/maintell/webBenchmark/releases/download/0.6/webBenchmark_linux_x64 && chmod +x webBenchmark_linux_x64 && ./webBenchmark_linux_x64 -c 999 -s https://static-box.steamboxs.com/files/SteamOnline_360jm2_hz_2.0.0.10.exe -i 42.202.211.129 -i 119.147.159.135 -i 140.249.58.3[/ol]
d2k01 发表于 2023-3-27 03:07
线程开小点就行
原来的
wget https://github.com/maintell/webBenchmark/releases/download/0.6/webBenchmark_linux_x64 && chmod +x webBenchmark_linux_x64 && ./webBenchmark_linux_x64 -c 999 -s https://static-box.steamboxs.com/files/SteamOnline_360jm2_hz_2.0.0.10.exe -i 42.202.211.129 -i 119.147.159.135 -i 140.249.58.3
改良的
curl -LO https://github.com/maintell/webBenchmark/releases/download/0.6/webBenchmark_linux_x64 ; chmod +x webBenchmark_linux_x64 ; ./webBenchmark_linux_x64 -c 999 -s https://static-box.steamboxs.com/files/SteamOnline_360jm2_hz_2.0.0.10.exe -i 42.202.211.129 -i 119.147.159.135 -i 140.249.58.3
# wget
现在一般不用wget,改用curl了,有些系统默认自带curl没有wget。
# &&
现在改用;了