<?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>{{caokee}} &#187; centos</title>
	<atom:link href="http://blog.caokee.com/tag/centos/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.caokee.com</link>
	<description>上帝说要有光，于是就有了光</description>
	<lastBuildDate>Sat, 14 Jan 2012 13:07:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>firefox升级</title>
		<link>http://blog.caokee.com/2011/12/base-centos-firefox-upgrade.html</link>
		<comments>http://blog.caokee.com/2011/12/base-centos-firefox-upgrade.html#comments</comments>
		<pubDate>Sat, 17 Dec 2011 14:50:02 +0000</pubDate>
		<dc:creator>soone</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://blog.caokee.com/?p=37</guid>
		<description><![CDATA[firefox最新稳定版本都已经到8.0.1了，可是centos里面默认装的还是老掉牙的3.0.1，现在连firebug都不支持了，无奈只好进行升级，首先卸载3.0.1版本的firefox，如下： yum remove firefox 解压最新的firefox包 tar xvf firefox-8.0.1.tar.bz2 mv firefox /usr/local/ ln -s /usr/local/firefox /usr/share/ ln -s /usr/local/firefox /usr/sbin/ 接着在原来的上网浏览器图标上点右键选择”属性“，在“命令”那行选择浏览，找到/user/local/firefox/firefox这个执行文件，点击“关闭” ok，firefox升级成功！]]></description>
			<content:encoded><![CDATA[<p>firefox最新稳定版本都已经到8.0.1了，可是centos里面默认装的还是老掉牙的3.0.1，现在连firebug都不支持了，无奈只好进行升级，首先卸载3.0.1版本的firefox，如下：</p>
<blockquote><p>yum remove firefox</p>
<p>解压最新的firefox包</p>
<p>tar xvf firefox-8.0.1.tar.bz2</p>
<p>mv firefox /usr/local/</p>
<p>ln -s /usr/local/firefox /usr/share/</p>
<p>ln -s /usr/local/firefox /usr/sbin/</p>
<p>接着在原来的上网浏览器图标上点右键选择”属性“，在“命令”那行选择浏览，找到/user/local/firefox/firefox这个执行文件，点击“关闭”</p></blockquote>
<p>ok，firefox升级成功！</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.caokee.com/2011/12/base-centos-firefox-upgrade.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于centos上的python2.7安装pysvn</title>
		<link>http://blog.caokee.com/2011/12/base-centos-python2-7-pysvn.html</link>
		<comments>http://blog.caokee.com/2011/12/base-centos-python2-7-pysvn.html#comments</comments>
		<pubDate>Sat, 17 Dec 2011 11:58:09 +0000</pubDate>
		<dc:creator>soone</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[pysvn]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://blog.caokee.com/?p=34</guid>
		<description><![CDATA[最近需要用到pysvn扩展包，但在cenos上用easy_install安装不了，说找不到该包，使用yum也不行，无奈只好到官网去下载，我下的是1.7.5的源码包，scp到centos后，执行一下操作： tar zxvf  pysvn-1.7.5.tar.gz cd pysvn-1.7.5/Source python setup.py configure make cp pysvn /usr/local/python2.7/ 安装完成，在终端下使用ipython，输入import pysvn正常，到此该模块安装完成。 ps:源码安装需要你安装subversion-devel包，否则会提示找不到svn_client.h文件]]></description>
			<content:encoded><![CDATA[<p>最近需要用到pysvn扩展包，但在cenos上用easy_install安装不了，说找不到该包，使用yum也不行，无奈只好到<a href="http://pysvn.tigris.org/project_downloads.html" target="_blank">官网</a>去下载，我下的是1.7.5的源码包，scp到centos后，执行一下操作：</p>
<blockquote><p>tar zxvf  pysvn-1.7.5.tar.gz</p>
<p>cd pysvn-1.7.5/Source</p>
<p>python setup.py configure</p>
<p>make</p>
<p>cp pysvn /usr/local/python2.7/</p></blockquote>
<p>安装完成，在终端下使用ipython，输入import pysvn正常，到此该模块安装完成。</p>
<p>ps:源码安装需要你安装subversion-devel包，否则会提示找不到svn_client.h文件</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.caokee.com/2011/12/base-centos-python2-7-pysvn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

