<?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>嘻嘻哈哈的部落格(blog) &#187; Operation System</title>
	<atom:link href="http://www.haw-haw.org/taxonomy/tags/operation-system/feed" rel="self" type="application/rss+xml" />
	<link>http://www.haw-haw.org</link>
	<description>天天部落格，天天向上</description>
	<lastBuildDate>Thu, 05 Jan 2012 08:26:51 +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>mysql的临时文件导致硬盘分区满</title>
		<link>http://www.haw-haw.org/post/1851</link>
		<comments>http://www.haw-haw.org/post/1851#comments</comments>
		<pubDate>Tue, 15 Nov 2011 06:37:42 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1851</guid>
		<description><![CDATA[碰到个问题，某个跑mysql的服务器，经常报/区空间满(使用率大于阀值)，但马上又会报好了。怀疑是mysql的临时文件把根区空间占满了导致的。于是查了查文档，知道如果没有DIRTMP这个环境变量的话，mysql会用/tmp来做自己的临时文件存储目录。于是我们直接改老php.ini，把tmpdir = /xxx/path加到mysqld的下面，重启mysql，这下解决了。 没有相关文章。下面是随机文章2005-08-16 -- redhat as3下做yum server的问题 (0)2005-06-13 -- 怎样在linux(RedHat)上实现802.1Q VLAN (1)2011-06-18 -- 升级浪潮英信服务器rs5220的kernel从2.6.18-128到2.6.18-194 (0)2010-04-03 -- 原来locale设置成“简体中文”不能accept market里的电子协议 (0)2008-04-23 -- 学车日记&#8212;-第十四天：还是复习 (0)]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1851/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>服务器上怪异的crontab</title>
		<link>http://www.haw-haw.org/post/1803</link>
		<comments>http://www.haw-haw.org/post/1803#comments</comments>
		<pubDate>Thu, 22 Sep 2011 03:32:38 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1803</guid>
		<description><![CDATA[某台centos5u3的机器上 发现一个怪异的crontab /tmp/.. /update &#62;/dev/null 2&#62;&#38;1 所属用户是apache跑的用户 严重怀疑被搞 但用rkhunter和chkrootkit等都没检测出问题 没有相关文章。下面是随机文章2009-04-20 -- 海南(三亚)归来 (0)2009-05-31 -- sed的”-i”参数用来回写文件 (1)2005-11-14 -- 一个从xml文件向mysql数据库里倒数据的perl程序 (0)2007-02-07 -- photorec来恢复linux下被误删的文件 (0)2009-08-18 -- /dev/null变成了常规文件的问题 (0)]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1803/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用Safari浏览器5.05安装egroupware1.8时的问题</title>
		<link>http://www.haw-haw.org/post/1773</link>
		<comments>http://www.haw-haw.org/post/1773#comments</comments>
		<pubDate>Sat, 20 Aug 2011 06:52:21 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1773</guid>
		<description><![CDATA[用Safari访问web站点来装eGroupWare1.8的时候，发现了一个bug，不定是谁的bug，也许是egroupware的，也许是Safari的。 具体情况是这样的： 安装到设置完并写入配置文件header.inc.php之后，重新登录并点击按钮“Install” all application后，直接又跳回了原来的登录界面。 折腾了一整天，最早用源码，后来用rpm，都没解决这个问题，最后用ssh x11forward，把服务器上的firefox显示在本地，发现firefox下没有此类似问题 所以，故而我们更倾向于这是Safari的bug 没有相关文章。下面是随机文章2008-01-23 -- cron的配置跑了2份！ (0)2007-01-08 -- 为什么我的live messager beta8.1不能更改图片 (0)2008-08-20 -- 主动汇报而非被动应答 (0)2008-09-06 -- awstatstotals，不错 (0)2009-08-18 -- /dev/null变成了常规文件的问题 (0)]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1773/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle 10gr2增大users表空间</title>
		<link>http://www.haw-haw.org/post/1769</link>
		<comments>http://www.haw-haw.org/post/1769#comments</comments>
		<pubDate>Sat, 09 Jul 2011 05:55:26 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1769</guid>
		<description><![CDATA[都是些简单的oracle维护，记录如下： 1，查看表空间信息(数据文件名、大小，使用情况啥的) SELECT * FROM dba_data_files; 2，往users表空间里增加数据文件 ALTER tablespace USERS ADD datafile '/opt/oracle/oradata/gftdb01/users02.dbf' SIZE 4096M; 相关文章2010-12-19 -- oracle10.2.0.5的enterprise manager起不来的问题 (0)2010-12-18 -- 在oracle enterprise linux 5(x86_64)上静默安装oracle 10Gr2并升级到10.2.0.5 (0)2010-10-03 -- 数据库从oracle迁到mysql (0)2009-09-17 -- oracle带来的linux发布，真是好东东呀 (0)2008-08-12 -- oracle 10g下常用的几个命令 (0)]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1769/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cacti中批量添加设备(linux server)，并画图的脚本</title>
		<link>http://www.haw-haw.org/post/1760</link>
		<comments>http://www.haw-haw.org/post/1760#comments</comments>
		<pubDate>Sat, 02 Jul 2011 12:21:56 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1760</guid>
		<description><![CDATA[公司需要搭一个cacti，把所有服务器的基本性能指标都看起来，那就搞吧。 首先，定制自己需要的host template，由于我们的都是linux server，故而先做个最基本的：linux-server-snmp，这个具体步骤不讲了，反正只要把Host MIB &#8211; Processes、ucd/net &#8211; CPU Usage、ucd/net &#8211; Load Average和ucd/net &#8211; Memory Usage，还有SNMP &#8211; Get Mounted Partitions和SNMP &#8211; Interface Statistics加上去即可。 然后，就是重点了，用脚本添加所有服务器并画图。 这里需要先准备好所有服务器的列表文件，格式是每行一个ip地址，然后 cd /var/www/html/cacti;cd cli;php add_device.php --list-host-templates 这里假设/var/www/html/cacti为cacti系统的主目录，这里是用来列出所有的host template的，我们需要找出我们要用的那个host template（也就是我们刚新建的那个host template）的id号，我们假设它是19，这个很重要，后面会用到。 for i in `cat /tmp/ip_list` do if snmpwalk -v 2c -c community_string $i&#62;/dev/null 2&#62;&#38;1; then php add_device.php --description=$i --ip=$i --template=19 --avail=snmp [...]]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1760/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>dokuwiki的php代码高亮的问题</title>
		<link>http://www.haw-haw.org/post/1725</link>
		<comments>http://www.haw-haw.org/post/1725#comments</comments>
		<pubDate>Wed, 01 Jun 2011 07:44:04 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>
		<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[geshi]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1725</guid>
		<description><![CDATA[一段php代码，约几千行，直接用 &#60;code php&#62;&#60;/code&#62; 框起来，然后不管是“预览”还是“保存”，都会出大空白页面，apache的error_log里写 child pid 13125 exit signal Segmentation fault (11) 如果直接在服务器端把文件编辑好，再在客户端访问，也出大空白页，这个同样的错误。 但如果去掉”php”，仅用 &#60;code&#62;&#60;/code&#62; 的话就不会有这个问题 所以，看起来应该是geshi.php的问题咯&#8230;&#8230; 相关文章2011-12-21 -- cacti里图上title中显示中文的问题 (0)2011-10-16 -- centos6下cacti设置ldap认证的问题及解决 (0)2011-09-30 -- openldap里groupofnames和posixgroup两种组在dokuwiki里ldap认证时出问题 (0)2011-03-12 -- centos5.3下安装dokuwiki的问题 (0)2011-03-05 -- 为嘛一般网站都不让用户上传rar的文件 (0)]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1725/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>纯内网机器往外建立tcp连接很慢的问题</title>
		<link>http://www.haw-haw.org/post/1649</link>
		<comments>http://www.haw-haw.org/post/1649#comments</comments>
		<pubDate>Sun, 20 Feb 2011 07:19:13 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[TroubleShooting]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1649</guid>
		<description><![CDATA[纯内网机器由于连不上dns server，导致反查域名超时，进而使得往外建立tcp连接很慢的问题。]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1649/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian的彩蛋”apt-get moo”</title>
		<link>http://www.haw-haw.org/post/1601</link>
		<comments>http://www.haw-haw.org/post/1601#comments</comments>
		<pubDate>Thu, 09 Dec 2010 11:06:37 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[moo]]></category>
		<category><![CDATA[彩蛋]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1601</guid>
		<description><![CDATA[debian下面的彩蛋：“apt-get moo”]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1601/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UltraESB了解</title>
		<link>http://www.haw-haw.org/post/1369</link>
		<comments>http://www.haw-haw.org/post/1369#comments</comments>
		<pubDate>Sat, 01 May 2010 06:17:51 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[UltraESB]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1369</guid>
		<description><![CDATA[UltraESB......]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1369/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>新店开张，欢迎捧场</title>
		<link>http://www.haw-haw.org/post/1357</link>
		<comments>http://www.haw-haw.org/post/1357#comments</comments>
		<pubDate>Wed, 14 Apr 2010 10:42:36 +0000</pubDate>
		<dc:creator>哈哈</dc:creator>
				<category><![CDATA[Operation System]]></category>
		<category><![CDATA[开店]]></category>
		<category><![CDATA[淘宝]]></category>

		<guid isPermaLink="false">http://www.haw-haw.org/?p=1357</guid>
		<description><![CDATA[在淘宝上开了个店。http://shop61070066.taobao.com/]]></description>
		<wfw:commentRss>http://www.haw-haw.org/post/1357/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

