Update: 2019.04.15
* 支持更高版本的内核.
-----
说明:

  1. 支持一键完全卸载(此脚本安装的无残留).
  2. 所需文件均在GitHub,完全公开..
  3. 不支持自动更换内核,请自行更换.
    • Debian/Ubuntu用户可以使用下面提供的脚本自动更换到适配的内核.
    • CentOS可自行搜索教程进行更换.
  4. 不支持OpenVZ虚拟化.
  5. 请查看文章最后调教手册,调教后效果更好.
  6. 除此脚本外,所有内容均来自互联网.
    本人不负任何法律责任,仅供学习使用.

-----

 

bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) install
  • Uninstall: 
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) uninstall
  • Advance Install: 
bash <(wget --no-check-certificate -qO- https://github.com/MoeClub/lotServer/raw/master/Install.sh) install [Kernel Version]
  • Debian/Unbuntu 更换自动内核 (运行后需重启): 
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/Debian_Kernel.sh')

 

-----
使用方法:
启动命令 /appex/bin/lotServer.sh start
停止加速 /appex/bin/lotServer.sh stop
状态查询 /appex/bin/lotServer.sh status
重新启动 /appex/bin/lotServer.sh restart

via。https://moeclub.org/2017/03/09/14/

最后修改:2019 年 12 月 07 日 02 : 32 AM