<?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>Chanel's Blog &#187; ubuntu search</title>
	<atom:link href="http://cmunezero.com/tag/ubuntu-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://cmunezero.com</link>
	<description>Where code meets love... and a lot of awkward silences...</description>
	<lastBuildDate>Tue, 11 May 2010 21:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing Trackerd</title>
		<link>http://cmunezero.com/2008/08/27/removing-trackerd/</link>
		<comments>http://cmunezero.com/2008/08/27/removing-trackerd/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:33:53 +0000</pubDate>
		<dc:creator>chanel</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[linux search]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tracker-utils]]></category>
		<category><![CDATA[trackerd]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu search]]></category>

		<guid isPermaLink="false">http://cmunezero.com/?p=67</guid>
		<description><![CDATA[Trackerd is probably the least useful tool that comes with Ubuntu.  While indexing, it maxes out cpu and memory.  Of course it allows you to search, but the search never finds what I&#8217;m looking.  In my experience, i&#8217;ve found that find and grep are much more useful, especially if its only within [...]]]></description>
			<content:encoded><![CDATA[<p>Trackerd is probably the least useful tool that comes with Ubuntu.  While indexing, it maxes out cpu and memory.  Of course it allows you to search, but the search never finds what I&#8217;m looking.  In my experience, i&#8217;ve found that <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?find">find</a> and <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?grep">grep</a> are much more useful, especially if its only within a subdirectory.</p>
<p>Trying to remove trackerd is much harder than one would think.  Using apt/aptitude proved fruitless since trying to remove/purge trackerd or tracker-utils does absolutely nothing.  From <a href="http://dailyvim.blogspot.com/">Travis</a>, I use these two scripts to basically prevent trackerd from running:</p>
<p>killall trackerd<br />
mv /usr/bin/trackerd /usr/bin/trackerd-old</p>
<p>You might want to use &#8216;whereis trackerd&#8217; to find out where your trackerd binary is actually located before using the move command.</p>
]]></content:encoded>
			<wfw:commentRss>http://cmunezero.com/2008/08/27/removing-trackerd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
