<?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>mxbearing</title>
	<atom:link href="http://mxbearing.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mxbearing.com</link>
	<description>randomness</description>
	<lastBuildDate>Sun, 15 Jan 2012 07:15:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Multiple exec commands in find</title>
		<link>http://mxbearing.com/2012/multiple-exec-commands-in-find/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=multiple-exec-commands-in-find</link>
		<comments>http://mxbearing.com/2012/multiple-exec-commands-in-find/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 07:15:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[command-line]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://mxbearing.com/?p=9</guid>
		<description><![CDATA[To run multiple commands on the output of find, they can be specified using the following method : find . -name "*.txt" -exec echo {} \; -exec grep foo {} \;]]></description>
			<content:encoded><![CDATA[<p>To run multiple commands on the output of find, they can be specified using the following method :</p>
<p><code>find . -name "*.txt" -exec echo {} \; -exec grep foo {} \;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mxbearing.com/2012/multiple-exec-commands-in-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear linux system buffers</title>
		<link>http://mxbearing.com/2011/clear-linux-system-buffers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=clear-linux-system-buffers</link>
		<comments>http://mxbearing.com/2011/clear-linux-system-buffers/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 16:13:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mxbearing.com/?p=5</guid>
		<description><![CDATA[Here is a way how to clear the linux system buffers. You will need to run this command as root. To clear the  pagecache, dentries and inodes echo 3 &#62; /proc/sys/vm/drop_caches To clear just the pagecache, use the following command echo 1 &#8230; <a href="http://mxbearing.com/2011/clear-linux-system-buffers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is a way how to clear the linux system buffers. You will need to run this command as root.</p>
<p>To clear the  pagecache, dentries and inodes</p>
<pre>echo 3 &gt; /proc/sys/vm/drop_caches</pre>
<p>To clear just the pagecache, use the following command</p>
<pre>echo 1 &gt; /proc/sys/vm/drop_caches</pre>
<p>Similarly, to delete just the dentries and inodes :</p>
<pre>echo 2 &gt; /proc/sys/vm/drop_caches</pre>
<p>This is a non-destructive operation and will only free things that are completely unused.</p>
]]></content:encoded>
			<wfw:commentRss>http://mxbearing.com/2011/clear-linux-system-buffers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://mxbearing.com/2011/hello-world/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-world</link>
		<comments>http://mxbearing.com/2011/hello-world/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:53:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mxbearing.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://mxbearing.com/2011/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

