- CentOS如有安装困难可参照: CentOS不换内核安装锐速.
- GitHub项目地址: https://github.com/MoeClub/lotServer/
- 官方更新日志: http://download.appexnetworks.com.cn/releaseNotes/
- Install:
-
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
=============================================================================================================
CentOS不换内核安装锐速
如果你是CentOS用户,肯定为换内核头疼过.
这篇文章将解决这个问题.
- 使用锐速安装脚本,得知不能匹配到内核.
- 通过
uname -r
查看到的版本号为2.6.32-642.el6.x86_64
, - 去查看锐速版本库发现有个内核版本很接近
2.6.32-573.1.1.el6.x86_64
. - 执行安装命令:
-
CentOS用户如遇内核不能匹配,
请参照以下示例:
wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/0oVicero0/serverSpeeder_Install/master/appex.sh && chmod +x appex.sh && bash appex.sh install ‘2.6.32-573.1.1.el6.x86_64‘
- 锐速安装脚本就会强制安装内核版本为
2.6.32-573.1.1.el6.x86_64
的锐速.
安装命令中的2.6.32-573.1.1.el6.x86_64
可自行更改. - 启动锐速
- 如果启动成功,恭喜你!
- 如果启动失败,请重复 2-5 步骤!
不要害怕失败,安装失败并不会影响系统运行.
安装锐速:[锐速] [serverSpeeder] [lotServer]
声明:
毕竟你都要换内核了,就不要谈稳不稳定.
如因此造成损失,本人不负任何责任.