<?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>baalchina &#187; centos</title>
	<atom:link href="http://www.baalchina.net/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baalchina.net</link>
	<description>baalchina技术日志</description>
	<lastBuildDate>Tue, 27 Sep 2011 07:12:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS 5使用国内镜像的方法</title>
		<link>http://www.baalchina.net/2008/08/centos-yum/</link>
		<comments>http://www.baalchina.net/2008/08/centos-yum/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 05:31:23 +0000</pubDate>
		<dc:creator>baalchina</dc:creator>
				<category><![CDATA[服务器管理]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://baalchina.nau.edu.cn/?p=121</guid>
		<description><![CDATA[修改CentOS-Base.repo

?View Code BASHcd /etc/yum.repos.d
mv CentOS-Base.repo  CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo.5
mv CentOS-Base.repo.5 CentOS-Base.repo

就可以方便的yum了。
第一次用好像会提示你导入一个key。
参考：
http://centos.ustc.edu.cn/
]]></description>
			<content:encoded><![CDATA[<p>修改CentOS-Base.repo</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p121code2'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p1212"><td class="code" id="p121code2"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>yum.repos.d
<span style="color: #c20cb9; font-weight: bold;">mv</span> CentOS-Base.repo  CentOS-Base.repo.save
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>centos.ustc.edu.cn<span style="color: #000000; font-weight: bold;">/</span>CentOS-Base.repo.5
<span style="color: #c20cb9; font-weight: bold;">mv</span> CentOS-Base.repo.5 CentOS-Base.repo</pre></td></tr></table></div>

<p>就可以方便的yum了。</p>
<p>第一次用好像会提示你导入一个key。</p>
<p>参考：<br />
http://centos.ustc.edu.cn/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.baalchina.net/2008/08/centos-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

