<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>内核 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e5%86%85%e6%a0%b8/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Mon, 12 Jul 2021 10:27:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Linux升级时不升级内核的方法</title>
		<link>https://moneyslow.com/linux%e5%8d%87%e7%ba%a7%e6%97%b6%e4%b8%8d%e5%8d%87%e7%ba%a7%e5%86%85%e6%a0%b8%e7%9a%84%e6%96%b9%e6%b3%95.html</link>
		
		<dc:creator><![CDATA[Jkfkgnrk]]></dc:creator>
		<pubDate>Mon, 24 Apr 2017 06:55:29 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[内核]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=7349</guid>

					<description><![CDATA[RedHat/CentOS使用 yum update 更新时，默认会升级内核。但有些服务器硬件在升级内核后，新的内核可能会认不出某些硬件，要重新安装驱动，很麻烦。所以在生产环境中不要轻易的升级内核，除非您确定升级内核后不会出现麻烦的问题。 如果使用yum update更新时不升级内核，有两种方法： 方法一 直接在yum的命令后面加参数，这个命令只生效一次： # yum update --exclude=kernel* 方法二 修改yum命令的配置文件，永久生效。 这里以 CentOS 6.6 为例来进行说明： 1、首先检查内核版本以及系统版本。 [root@localhost ~]# uname -r 2.6.32-504.el6.x86_64 [root@localhost ~]# cat /etc/issue CentOS release 6.6 (Final) Kernel \r on an \m 2、将配置文件保存备份。 [root@localhost ~]# cp /etc/yum.conf /etc/yum.conf.bak 3、编辑/etc/yum.conf文件。 [root@localhost ~]# vi /etc/yum.conf 4、在[main]的后面加入如下内容： exclude=kernel* 5、按下Esc，输入下面命令进行保存：wq。 6、使用 yum update更新。 [root@localhost yum.repos.d]# yum [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
