bench.sh测试脚本
github:https://github.com/teddysun/across
wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash
wget -qO- 86.re/bench.sh | bash
curl -so- 86.re/bench.sh | bash
Linux性能测试UnixBench一键脚本
github:https://github.com/teddysun/across
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh
一键安装最新内核并开启 BBR 脚本
github:https://github.com/teddysun/across
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
一键备份脚本backup.sh(谷歌网盘)
github:https://github.com/teddysun/across
wget --no-check-certificate https://github.com/teddysun/across/raw/master/backup.sh
chmod +x backup.sh
Linux服务器终端显示语言为中文的脚本
系统支持:
Debian 8 / 9
Ubuntu 14 / 16
CentOS 6 / 7
github:https://github.com/FunctionClub/LocaleCN
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/LocaleCN/master/LocaleCN.sh && bash LocaleCN.sh
Linux VPS测评脚本(Zench)
github:https://github.com/FunctionClub/ZBench
中文版:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
英文版:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh
SuperBench.sh 一键测试服务器的基本参数
github:https://github.com/oooldking/script
wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
或者
curl -Lso- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
文章评论