学习是一种乐趣~
分享是一种美德~

Debian9 更换专用内核安装锐速

Debian 8 进入 old stable 分支,Debian 9 开始成为了新的稳定版,不过随之而来的是锐速暴力开心版的内核匹配问题。不过感谢 Hostloc论坛萌咖大佬Vicer的及时更新,问题得以解决。现在 Debian 9 也可以手动更换内核来安装锐速了。具体来说 Debian 9 上匹配锐速的内核是 4.9.0-4-amd64,下面我们就来手动更换内核安装锐速。

注意小白请按顺序执行就行,老鸟请按取所需。

#更新系统:

apt update

#下载内核:

wget https://debian.sipwise.com/debian-security/pool/main/l/linux/linux-image-4.9.0-4-amd64_4.9.65-3+deb9u1_amd64.deb

下载时候如遇以下错误请安装ca-certificates

报错:

ERROR: The certificate of `url' is not trusted.
ERROR: The certificate of `url' hasn't got a known issuer.

命令:

apt-get install ca-certificates

#安装内核:

dpkg -i linux-image-4.9.0-4-amd64*.deb

#查看所有内核

dpkg -l|grep linux-image

#卸载其他内核

apt-get purge <旧内核名称,除了下载的那个其余全部删除>

#内核更新

update-grub

#重启

reboot

安装锐速:

bash <(wget --no-check-certificate -qO- https://github.com/iiiiiii1/lotServer/raw/master/Install.sh) install 4.9.0-4-amd64

锐速使用命令:

#启动命令
/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'

还可以一键开启BBR,命令:

wget --no-check-certificate -O /opt/bbr.sh https://github.com/teddysun/across/raw/master/bbr.sh
chmod 755 /opt/bbr.sh
/opt/bbr.sh

安装启动状态查询:

sysctl net.ipv4.tcp_congestion_control

返回命令:

net.ipv4.tcp_congestion_control = bbr

说明状态正常!

 

版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
网站名称:CNBoy 四海部落
文章名称:《Debian9 更换专用内核安装锐速》
文章链接:https://cnboy.org/962

本站资源仅供个人学习交流,不允许用于商业或违反国家法律法规之用途,否则法律问题自行承担。如有转载需注明文章来源。