<?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; log</title>
	<atom:link href="http://blog.thematice.com/html/ytag/log/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thematice.com</link>
	<description>发现自己的脑袋不好使了，用blog来记录真的很好用。</description>
	<lastBuildDate>Wed, 01 Feb 2012 05:33:00 +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>lighttpd的日志rotate</title>
		<link>http://blog.thematice.com/html/y2009/10/25/776/lighttpd%e7%9a%84%e6%97%a5%e5%bf%97rotate.html#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lighttpd%25e7%259a%2584%25e6%2597%25a5%25e5%25bf%2597rotate</link>
		<comments>http://blog.thematice.com/html/y2009/10/25/776/lighttpd%e7%9a%84%e6%97%a5%e5%bf%97rotate.html#comments</comments>
		<pubDate>Sat, 24 Oct 2009 17:09:51 +0000</pubDate>
		<dc:creator>稀饭</dc:creator>
				<category><![CDATA[cache]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[logrotate]]></category>
		<category><![CDATA[rotate]]></category>

		<guid isPermaLink="false">http://blog.thematice.com/?p=776</guid>
		<description><![CDATA[之前找到的通过logrotate计划任务来截断lighttpd的日志目前看起来并不好用，为了更好的解决lighttpd的日志rotate，找到了cronolog。从其网站转载一段说明: cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened. cronolog is intended to be used [...]]]></description>
		<wfw:commentRss>http://blog.thematice.com/html/y2009/10/25/776/lighttpd%e7%9a%84%e6%97%a5%e5%bf%97rotate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux常用命令介绍</title>
		<link>http://blog.thematice.com/html/y2008/02/22/61/linux-command-used-to-introduce.html#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-command-used-to-introduce</link>
		<comments>http://blog.thematice.com/html/y2008/02/22/61/linux-command-used-to-introduce.html#comments</comments>
		<pubDate>Fri, 22 Feb 2008 11:23:26 +0000</pubDate>
		<dc:creator>稀饭</dc:creator>
				<category><![CDATA[Linux tools]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.gruelstate.cn/?p=61</guid>
		<description><![CDATA[谈到Linux命令很多人都望而生畏，因为Linux的命令太多了，而且每个命令都有很多选项，但是Linux命令又是Linux系统里最重要的工具，学习Linux命令是学习Linux必不可少的一个环节，也是Linux入门基础。所以在介绍Linux的其它方面之前，我们先介绍一下Linux的常用命令，希望我的这点简单介绍对你了解Linux命令有所帮助。 在介绍所有的命令之前，先介绍一下Linux的在线帮助man。在Linux下，当你要查找一个命令的用法的，你可以通过 man 命令名 来源得命令的详细说明。因为每个Linux都有一份man文档，所以介绍命令的时候我们只是简直介绍一下命令的学用选项。如果想查看命令的详细说明，请自己看man。下面是man各小节的内容：    1    用户命令。    2    系统调用。    3    库函数。    4    特殊文件(设备和网络接口)。    5    文件格式。    6    游戏和演示。    7    系统环境、表格和宏。    8    系统管理和相关命令。 apropos    依据所给关键字查找相关的命令和系统调用 格式：apropos keyword 例：查找与ftp相关的命令和系统调用 $apropos ftp 注：类似的命令有man -k。man -k 其实就是执行apropos at    在某一特定时间执行指定的命令 格式：at [-V][-q 队列][-f 文件][-m] time 选项说明： -V     显示标准的错误输出。 -f     可将作业存在一个文件中，用这个选项指定文件。例如一个shell文件。 -q     指定队列名称，默认为c。 -m     执行后给用户发邮件。time 指定开始执行的时间。时间格式为: HH：MM，日期格式：MM/DD/YY或MM.DD.YY或MMDDYY。 下面的例子演示了在2004年3月11日21点34分执行一个at命令。 [...]]]></description>
		<wfw:commentRss>http://blog.thematice.com/html/y2008/02/22/61/linux-command-used-to-introduce.html/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>删除多个有规律的目录</title>
		<link>http://blog.thematice.com/html/y2008/02/04/50/%e5%88%a0%e9%99%a4%e5%a4%9a%e4%b8%aa%e6%9c%89%e8%a7%84%e5%be%8b%e7%9a%84%e7%9b%ae%e5%bd%95.html#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%2588%25a0%25e9%2599%25a4%25e5%25a4%259a%25e4%25b8%25aa%25e6%259c%2589%25e8%25a7%2584%25e5%25be%258b%25e7%259a%2584%25e7%259b%25ae%25e5%25bd%2595</link>
		<comments>http://blog.thematice.com/html/y2008/02/04/50/%e5%88%a0%e9%99%a4%e5%a4%9a%e4%b8%aa%e6%9c%89%e8%a7%84%e5%be%8b%e7%9a%84%e7%9b%ae%e5%bd%95.html#comments</comments>
		<pubDate>Mon, 04 Feb 2008 04:20:41 +0000</pubDate>
		<dc:creator>稀饭</dc:creator>
				<category><![CDATA[Linux tools]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.gruelstate.cn/?p=50</guid>
		<description><![CDATA[ 删除多个有规律的目录 shell &#62; vi del_squid_log.sh #/bin/bash for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f; do for j in 0 1 2 3 4 5 6 7 8 9 a b c d e f; do rm -rf /var/lib/squidlog/log_$i$j* done done shell &#62; chmod +x [...]]]></description>
		<wfw:commentRss>http://blog.thematice.com/html/y2008/02/04/50/%e5%88%a0%e9%99%a4%e5%a4%9a%e4%b8%aa%e6%9c%89%e8%a7%84%e5%be%8b%e7%9a%84%e7%9b%ae%e5%bd%95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

