内容简介:lotServer支持内核列表:可以看到支持debian8的主要是3.16.0-4版本:查看自己vps内核版本:
lotServer支持内核列表: https://github.com/0oVicero0/serverSpeeder_kernel/blob/master/serverSpeeder.txt
可以看到支持debian8的主要是3.16.0-4版本:
Debian/8/3.16.0-4-amd64/x64/3.10.61.0/lotServer_6185 Debian/8/3.16.0-4-amd64/x64/3.11.20.4/lotServer_7138 Debian/8/3.16.0-4-amd64/x64/3.11.20.10/lotServer_7942 Debian/8/4.4.10-1-pve/x64/3.11.20.10/lotServer_7920
查看自己vps内核版本:
root@##:~# uname -r 3.16.0-6-amd64
因此需要将debian8的3.16.0-6-amd64版本降级到3.16.0-4-amd64.
下载内核
wget http://security.debian.org/debian-security/pool/updates/main/l/linux/linux-image-3.16.0-4-amd64_3.16.43-2+deb8u5_amd64.deb wget http://security-cdn.debian.org/pool/updates/main/l/linux/linux-headers-3.16.0-4-common_3.16.43-2+deb8u5_amd64.deb
安装内核
dpkg -i *.deb
删除内核
先运行 dpkg -l|grep linux-image
查看所有内核版本,然后删掉自带的3.16.0-6版本:
apt-get remove linux-image-3.16.0-6-amd64 -y
删除内核时会弹出一个确认的,记得选No就对了。
之后执行:
update-grub reboot
重启后通过 uname -r
确认是否修改成功。
以上所述就是小编给大家介绍的《debian8降级内核支持锐速》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Linux kernel 内核升级和降级的方法实践
- 高并发系统三大利器之降级
- 「系统架构」微服务之服务降级
- 分布式熔断降级平台aegis
- CSS动画优雅降级的简单总结
- 限流降级神器:哨兵 (sentinel) 原理分析
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Writing Windows VxDs and Device Drivers, Second Edition
Karen Hazzah / CMP / 1996-01-12 / USD 54.95
Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of "Writing Windows VxDs and Device Drivers." The book and companion disk include the a......一起来看看 《Writing Windows VxDs and Device Drivers, Second Edition》 这本书的介绍吧!