<?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>鸡鸡哥的聪明伶俐的儿子和如花似玉的老婆</title>
	<atom:link href="http://www.hardwork.cn/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.hardwork.cn</link>
	<description>简单说就是鸡鸡哥，儿子和老婆</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:38:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.hardwork.cn/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>openssl的编译</title>
		<link>http://www.hardwork.cn/?p=286</link>
		<comments>http://www.hardwork.cn/?p=286#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:38:34 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[监控系统]]></category>
		<category><![CDATA[Cannot find ssl libraries]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nrpe]]></category>
		<category><![CDATA[nrpe openssl]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=286</guid>
		<description><![CDATA[问题：编译nrpe的时候，提示libssl找不到，但是inc文件可以找到，已经编译了openssl，并且成功，但就是找不到libssl
出错信息如下：
checking for socklen_t&#8230; yes
checking for type of socket size&#8230; size_t
c... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=286</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>今天搞网卡千兆，花费一天时间，不总结对不起自己，以下是ethtool的一些总结</title>
		<link>http://www.hardwork.cn/?p=283</link>
		<comments>http://www.hardwork.cn/?p=283#comments</comments>
		<pubDate>Thu, 02 Sep 2010 09:49:37 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[系统管理]]></category>
		<category><![CDATA[eth]]></category>
		<category><![CDATA[ethtool]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=283</guid>
		<description><![CDATA[ethtool -s speed 1000 duplex full autoneg off  ；强制千兆双工
ethtool eth0                                   ；查看eth0状态
ethtool -s eth0 advertise 0&#215;020         ；设置为全双工1000M
可... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=283</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一些思路，好文章，网上找的，标题是“关闭rpc.statd服务 ”，我自己也加了一些自己的东西</title>
		<link>http://www.hardwork.cn/?p=280</link>
		<comments>http://www.hardwork.cn/?p=280#comments</comments>
		<pubDate>Wed, 01 Sep 2010 10:20:58 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[一些经验]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux一些经验]]></category>
		<category><![CDATA[rpc]]></category>
		<category><![CDATA[rpc.statd]]></category>
		<category><![CDATA[关闭端口]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=280</guid>
		<description><![CDATA[关闭rpc.statd服务
为了让linux主机少一些隐患，我们要尽可能把一些不需要的服务取消或者删掉。
我们可以先来看看目前有哪些端口是开着的
[root@localhost linsc]# nmap 127.0.0.1
Starting nmap 3.70 ( http://ww... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=280</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>check_ping用法 nagios</title>
		<link>http://www.hardwork.cn/?p=278</link>
		<comments>http://www.hardwork.cn/?p=278#comments</comments>
		<pubDate>Tue, 31 Aug 2010 02:54:00 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[监控系统]]></category>
		<category><![CDATA[check ping]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nagios check_ping]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=278</guid>
		<description><![CDATA[nagios的check_ping命令：
用法：
./check_ping
Usage: check_ping -H <host_address> -w <wrta>,<wpl>% -c <crta>,<cpl>%
                      [-p packets] [-t timeout] [-L] [-4&#124;-6]
具体如下：
-H    主机地址
-w     WARNING 状态：... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=278</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>df -i ,inode,删除小文件</title>
		<link>http://www.hardwork.cn/?p=273</link>
		<comments>http://www.hardwork.cn/?p=273#comments</comments>
		<pubDate>Fri, 27 Aug 2010 10:40:34 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[其它]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=273</guid>
		<description><![CDATA[df -i
-i, &#8211;inodes          list inode information instead of block usage
看到这个错误，第一个反应是磁盘空间满了；但df一看，每个分区的空间都还富余的很。从munin 的监控图表上看 Filesystem usage ... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=273</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>男性健身</title>
		<link>http://www.hardwork.cn/?p=270</link>
		<comments>http://www.hardwork.cn/?p=270#comments</comments>
		<pubDate>Wed, 25 Aug 2010 13:09:50 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[增强性欲]]></category>
		<category><![CDATA[男人健身]]></category>
		<category><![CDATA[男性健身]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=270</guid>
		<description><![CDATA[性爱，妙不可言。和谐的性爱让压力释放烦恼凋落情感升华。但随着生活方式的变化、工作压力的加大，越来越多的人年纪轻轻便陷入到“性爱尴尬”当中：他们失去了能力、失去了欲望、失... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=270</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>给nagios监控服务器添加图标</title>
		<link>http://www.hardwork.cn/?p=266</link>
		<comments>http://www.hardwork.cn/?p=266#comments</comments>
		<pubDate>Wed, 25 Aug 2010 09:30:25 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[监控系统]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nagios主机图标]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=266</guid>
		<description><![CDATA[
今天看了学校总部的Nagios 2.0 statusmap，感觉其中的图标配置很不错，于是开始研究把自己配置的3.0版本也加上。默认安装完成后的Nagios并没有对Statusmap做较好的美化，图标显示都是疑问符号。... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=266</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nagios自定义变量问题，用户自定制对象变量</title>
		<link>http://www.hardwork.cn/?p=263</link>
		<comments>http://www.hardwork.cn/?p=263#comments</comments>
		<pubDate>Wed, 25 Aug 2010 08:02:36 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[监控系统]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[nagios自定义变量]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=263</guid>
		<description><![CDATA[用户通常想在主机、服务或联系人的对象里加入自已定制的变量，这些变量象SNMP共同体名、MAC地址、AIM用户名、Skype帐号和街道名称等等，可能有各种各样的东西无法列完。这样会使Nagios不具... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=263</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>find . -type -f -size +100M  查找大于100m的文件</title>
		<link>http://www.hardwork.cn/?p=257</link>
		<comments>http://www.hardwork.cn/?p=257#comments</comments>
		<pubDate>Mon, 23 Aug 2010 14:55:47 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[系统管理]]></category>
		<category><![CDATA[find . -size +100M 查找大于100m的文件]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=257</guid>
		<description><![CDATA[find . -type f -size +100M  查找大于100m的文件... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=257</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>配置apache虚拟主机的下载&#8212;-手记</title>
		<link>http://www.hardwork.cn/?p=254</link>
		<comments>http://www.hardwork.cn/?p=254#comments</comments>
		<pubDate>Thu, 19 Aug 2010 07:41:19 +0000</pubDate>
		<dc:creator>鸡哥</dc:creator>
				<category><![CDATA[环境搭建]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache indexes]]></category>
		<category><![CDATA[apache 虚拟主机]]></category>

		<guid isPermaLink="false">http://www.hardwork.cn/?p=254</guid>
		<description><![CDATA[apache已经配置了两个虚拟主机，现在要求使用ip来访问呢，把根目录下的文件列表出来
apache虚拟主机配置完毕后，当通过ip访问时，因为不能匹配任何一个基于域名的虚拟主机，apache会把第一个... ]]></description>
		<wfw:commentRss>http://www.hardwork.cn/?feed=rss2&amp;p=254</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
