<?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>张文兴的博客 &#187; 我的关注</title>
	<atom:link href="http://www.neters.cn/archives/category/%e6%88%91%e7%9a%84%e5%85%b3%e6%b3%a8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neters.cn</link>
	<description>进退有度，才不至进退维谷；宠辱皆忘，方可以宠辱不惊。</description>
	<lastBuildDate>Thu, 05 Jan 2012 06:44:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>linux(centos) 卸载Xwindow</title>
		<link>http://www.neters.cn/archives/553.html</link>
		<comments>http://www.neters.cn/archives/553.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 01:20:36 +0000</pubDate>
		<dc:creator>Neters.CN</dc:creator>
				<category><![CDATA[我的关注]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://www.neters.cn/?p=553</guid>
		<description><![CDATA[centos作服务器用途，不使用xwindow，但已安装，遂卸载！

不必使用rpm -e，这样会有很多依赖等麻烦]]></description>
		<wfw:commentRss>http://www.neters.cn/archives/553.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>下辈子，无论爱与不爱，都不会再见</title>
		<link>http://www.neters.cn/archives/551.html</link>
		<comments>http://www.neters.cn/archives/551.html#comments</comments>
		<pubDate>Tue, 10 May 2011 11:47:31 +0000</pubDate>
		<dc:creator>Neters.CN</dc:creator>
				<category><![CDATA[我的关注]]></category>
		<category><![CDATA[备忘录]]></category>

		<guid isPermaLink="false">http://www.neters.cn/?p=551</guid>
		<description><![CDATA[我儿 , 写这备忘录给你，基于三个原则：
(一）人生福祸无常，谁也不知可以活多久，有些事情还是早一点说好。
(二）我是你的父亲，我不跟你说，没有人会跟你说。
(三）这备忘录里记载的，都是我经过惨痛失败得回来的体验]]></description>
		<wfw:commentRss>http://www.neters.cn/archives/551.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用DenyHosts阻止SSH暴力破解</title>
		<link>http://www.neters.cn/archives/543.html</link>
		<comments>http://www.neters.cn/archives/543.html#comments</comments>
		<pubDate>Thu, 15 Jul 2010 06:38:36 +0000</pubDate>
		<dc:creator>Neters.CN</dc:creator>
				<category><![CDATA[我的关注]]></category>
		<category><![CDATA[DenyHosts]]></category>
		<category><![CDATA[SSH暴力破解]]></category>

		<guid isPermaLink="false">http://www.neters.cn/?p=543</guid>
		<description><![CDATA[DenyHosts是Python语言写的一个程序，它会分析SSHD的日志文件，当发现重复的攻击时就会记录IP到/etc/hosts.deny文件，从而达到自动屏蔽IP的功能。]]></description>
		<wfw:commentRss>http://www.neters.cn/archives/543.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.4 yum安装Apache+php+Mysql</title>
		<link>http://www.neters.cn/archives/526.html</link>
		<comments>http://www.neters.cn/archives/526.html#comments</comments>
		<pubDate>Sat, 10 Jul 2010 17:37:03 +0000</pubDate>
		<dc:creator>Neters.CN</dc:creator>
				<category><![CDATA[我的关注]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[CentOS 5.4]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.neters.cn/?p=526</guid>
		<description><![CDATA[Centos 里的 yum 在线安装很慢.以下是替换为中国CentOS镜像服务器!
中国官方镜像网站: http://centos.ustc.edu.cn/
/* 使用说明 */
cd /etc/yum.repos.d  [进入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     [下载后的文件更名]]]></description>
		<wfw:commentRss>http://www.neters.cn/archives/526.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>快速入门PHP面向对象编程</title>
		<link>http://www.neters.cn/archives/473.html</link>
		<comments>http://www.neters.cn/archives/473.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:00:30 +0000</pubDate>
		<dc:creator>Neters.CN</dc:creator>
				<category><![CDATA[我的关注]]></category>
		<category><![CDATA[PHP面向对象编程]]></category>

		<guid isPermaLink="false">http://www.neters.cn/?p=473</guid>
		<description><![CDATA[面向对象博大精深，对于从未接触过得的人，会觉得一头雾水。
学习的资料很多，但大多比较抽象，所以我用经典的游戏-星际争霸来讨论PHP面向对象。]]></description>
		<wfw:commentRss>http://www.neters.cn/archives/473.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

