最近在使用debian 9的时候,发现锐速脚本大佬vicer的lotServer更新了,支持更高的版本和算法。
说明:脚本支持完全的卸载,不支持自动更换内核,请自行更换.(网上教程非常多),不支持OpenVZ
,不需要尝试,会告诉你找不到网卡.所以,如果你使用debian 7,8依然可以使用原来的脚本:搬瓦工CN2KVM新手图文购买教程及BBR与锐速优化流程,并参考5.1章节使用。
Debian9/Unbuntu 更换自动内核 (运行后需重启reboot):
先更换内核
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/Debian_Kernel.sh')
再次运行重启命令
reboot
新版lotServer使用方法:
锐速安装
bash <(wget --no-check-certificate -qO- https://github.com/bakuniverse/lotServer/raw/master/Install.sh) install
锐速卸载
bash <(wget --no-check-certificate -qO- https://github.com/bakuniverse/lotServer/raw/master/Install.sh) uninstall
锐速运行常用的命令:
启动命令 /appex/bin/lotServer.sh start
停止加速 /appex/bin/lotServer.sh stop
状态查询 /appex/bin/lotServer.sh status
重新启动 /appex/bin/lotServer.sh restart
具体的参数设置,需要我们编辑文件 vi /appex/etc/config 这个文件进行设置。调教手册参考:https://github.com/MoeClub/lotServer/blob/master/lotServer.pdf
另附一个个人修改版仅对maxmode参数进行了设置,其他与原作者一样。
bash <(wget --no-check-certificate -qO- https://github.com/bakuniverse/lotServer/raw/master/Install.sh) install