标签: kernel

2 篇文章

Centos7.5升级内核至5.10
查看内核版本 [dpl@test1 ~]$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.5 (Maipo) 下载内核 https://elrepo.org/linux/kernel/el7/x86_64/RPMS/ 下载自己所需的内核 更新版本:5.10.81 …
redhat服务器升级内核
前言 按指定要求安装升级内核,保证grub2启动时为默认项目 第一步 确认当前操作系统的内核版本 [root@server0 ~]# uname -r 3.10.0-123.el7.x86_64 第二步 下载准备升级的内核文件,比如说内核已存在于某个 Yum 仓库:http://content.example.com/rhel7.0/x86_64/…