<?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>All My Brain &#187; bash</title>
	<atom:link href="http://allmybrain.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:42:27 +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>Pulling libraries off Android phones</title>
		<link>http://allmybrain.com/2011/04/25/pulling-libraries-off-android-phones/</link>
		<comments>http://allmybrain.com/2011/04/25/pulling-libraries-off-android-phones/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 17:08:24 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=419</guid>
		<description><![CDATA[Well, have you ever wanted to pull a bunch of libraries off an Android phone? I bet you wish you could execute the command like this: &#160; &#62; adb pull /system/lib/*.so &#160; Sorry. A no go. What about this then: &#160; &#62; for file in `adb ls /system/lib/`; do adb pull /system/lib/$file; done &#160; Well, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/04/25/pulling-libraries-off-android-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Spelling</title>
		<link>http://allmybrain.com/2008/09/17/terminal-spelling/</link>
		<comments>http://allmybrain.com/2008/09/17/terminal-spelling/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 15:48:56 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[aspell]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[spelling]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=146</guid>
		<description><![CDATA[There are a miriad of dictionary tools on the Internet and for desktops. If you want, you can even pull out the dusty dictionary on your shelf. I find myself often wanting to use the dictionary not for a word definition, but to find out if I'm spelling a word correctly. Finding an online or [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/09/17/terminal-spelling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping a process running</title>
		<link>http://allmybrain.com/2008/01/04/keeping-a-process-running/</link>
		<comments>http://allmybrain.com/2008/01/04/keeping-a-process-running/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 16:48:19 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[ps-watcher]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[startup scripts]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[turbogears]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2008/01/04/keeping-a-process-running/</guid>
		<description><![CDATA[Have you ever had a process that dies on occasion? For me, I hate that situation and prefer to fix the software as opposed to have a monitor that restarts the process when it dies. I've run into a case lately however, that has defied me for a solution to my dying process. I think [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2008/01/04/keeping-a-process-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

