<?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>IT Farmer的博客 &#187; tips</title>
	<atom:link href="http://www.it-farmer.com/tag/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-farmer.com</link>
	<description>关于软件, 技术, 生活的点滴记录</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>小技巧：GDB调试程序</title>
		<link>http://www.it-farmer.com/debug-tip-with-gd.html</link>
		<comments>http://www.it-farmer.com/debug-tip-with-gd.html#comments</comments>
		<pubDate>Fri, 09 May 2008 06:18:59 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=144</guid>
		<description><![CDATA[GDB是Linux下的调试器，他是命令行形式的，比较难用。 调试基本命令如下： gdb.exe   dummy.exe 进入gdb命令行,可以设置命令行运行参数 set args  para1 para2 查看call stack, 用命令bt 如果觉得gdb命令行难用，可以用insight前端， 这是GDB基于TCL的GUI界面。 sudo apt-get install insight就可以了。 Related Posts:Compile Praat on linuxHowTos: 在Debian 5 (Lenny) 上编译firefoxBuild firefox 3 trunk on ubuntuHow to format and add a new disk in ubuntu?Ubuntu：如何安装开发工具Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/debug-tip-with-gd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小技巧: Linux上查找文件中包含的文字</title>
		<link>http://www.it-farmer.com/search-text-in-files-on-ubunt.html</link>
		<comments>http://www.it-farmer.com/search-text-in-files-on-ubunt.html#comments</comments>
		<pubDate>Wed, 07 May 2008 06:15:42 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=143</guid>
		<description><![CDATA[有时候需要在大量的文件中搜索某个特定的字符串，在Windows上我一般使用UltraEdit，Visual Studio或者Windows自带的搜索功能。那么在 Linux上的对应命令是什么呢？ 其实很简单，比如查找当前所有htm文件中的unix字符串,使用如下命令： grep &#8220;unix&#8221; *.htm 在当前目录以及子目录下搜索unix grep -r &#8220;unix&#8221; * Related Posts:小技巧：Ubuntu访问Vista的共享目录Ubuntu 8发布了Ubuntu下中文输入的解决办法门头沟妙峰山Firefox Build on x64 linux and windowsPowered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/search-text-in-files-on-ubunt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小技巧:设置firefox</title>
		<link>http://www.it-farmer.com/little-tips-for-setting-firefox.html</link>
		<comments>http://www.it-farmer.com/little-tips-for-setting-firefox.html#comments</comments>
		<pubDate>Sun, 06 Apr 2008 03:30:12 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=99</guid>
		<description><![CDATA[firefox有上百个设置选项，高级用户可以通过如下方式查看和修改当前设置： about:config Related Posts:Linux创建快捷方式VC++中使用ActiveX Automation Server的方法Ubuntu：如何安装开发工具很黄很暴力如何查询XML数据Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/little-tips-for-setting-firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
