baihongyu.com
博客
关于我
linux-RedHat 升级内核版本
阅读量:
158 次
发布时间:
2019-02-28
本文共 188 字,大约阅读时间需要 1 分钟。
1> 查看内核版本: uname -e
2> 下载rpm:
3> rpm -ivh kernel-lt-3.10.104-1.el6.elrepo.x86_64.rpm
4> 修改配置文件
cp /etc/grub.conf /etc/grub.conf.bak
vi /etc/grub.conf
将default=1 改为 default=0
5> 重启服务器,并查看内核
转载地址:http://dsnc.baihongyu.com/
你可能感兴趣的文章
MySQL之SQL语句优化步骤
查看>>
MYSQL之union和order by分析([Err] 1221 - Incorrect usage of UNION and ORDER BY)
查看>>
Mysql之主从复制
查看>>