Lotserver 安装以及内核 整理
Github地址:https://github.com/MoeClub/lotServer
备份地址:https://github.com/iiiiiii1/LotServer
内核安装 centos 6.9 2.6.32-696.el6.x86_64
rpm -ivh http://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/6.9/x86_64/os/Packages/kernel-firmware-2.6.32-696.el6.noarch.rpm
rpm -ivh http://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/6.9/x86_64/os/Packages/kernel-2.6.32-696.el6.x86_64.rpm --force
2.6.32-642.el6.x86_64
rpm -ivh http://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/6.8/x86_64/os/Packages/kernel-firmware-2.6.32-642.el6.noarch.rpm
rpm -ivh http://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/6.8/x86_64/os/Packages/kernel-2.6.32-642.el6.x86_64.rpm --force
查看内核是否更换成功,使用命令:
rpm -qa | grep kernel
修改内核启动顺序
/etc/grub.conf
删除多余的内核
yum remove -y kernel-3.10.0-957.el7.x86_64
安装锐速
#常规自动安装
bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) install
#指定内核安装
bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) install <Kernel Version>
#完全卸载
bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) uninstall
使用命令
#启动命令
/appex/bin/lotServer.sh start
#状态查询
/appex/bin/lotServer.sh status
#停止加速
/appex/bin/lotServer.sh stop
#更新许可,使用ifconfig查看网卡mac地址,替换00:00:00:00:00:00
wget -qO /appex/etc/apx.lic 'https://api.moeclub.org/lotServer?mac=00:00:00:00:00:00'
更改加速网卡
vi /appex/etc/config
评论已关闭