<?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>RightBrain Networks &#187; Linux</title>
	<atom:link href="http://www.rightbrainnetworks.com/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rightbrainnetworks.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 05:33:15 +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>ImportError: No module named pysqlite2</title>
		<link>http://www.rightbrainnetworks.com/blog/importerror-no-module-named-pysqlite2/</link>
		<comments>http://www.rightbrainnetworks.com/blog/importerror-no-module-named-pysqlite2/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 23:35:49 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Pylons]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.rightbrainnetworks.com/?p=524</guid>
		<description><![CDATA[Currently my favorite web app environment includes: CentOS 5.5 Python 2.6 (built from source) Pylons 1.0 (w/ SQLAlchemy 0.5.8) nginx Whenever I setup a new environment, and execute &#8220;paster serve &#8211;reload development.ini&#8221; for the first time, I always get a stack trace from SQLAlchemy that ends with the following error message: ImportError: No module named [...]]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/importerror-no-module-named-pysqlite2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Linux to Get Internet Access on your Verizon Phone for Free</title>
		<link>http://www.rightbrainnetworks.com/blog/using-linux-to-get-internet-access-on-your-verizon-phone-for-free/</link>
		<comments>http://www.rightbrainnetworks.com/blog/using-linux-to-get-internet-access-on-your-verizon-phone-for-free/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 23:58:28 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Archived]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random Musings]]></category>

		<guid isPermaLink="false">http://blog.rightbrainnetworks.com/2006/12/11/using-linux-to-get-internet-access-on-your-verizon-phone-for-free/</guid>
		<description><![CDATA[I recently dumped Sprint for Verizon because Sprint provides such shoddy reception in my area. When researching phones online, I came across a few mentions on how to get free Internet access on some of the models. However, because the suggestions included routing through public proxies, I opted not to do it. However, finally purchasing [...]]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/using-linux-to-get-internet-access-on-your-verizon-phone-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Apache’s mod_speling to catch unneded 404 erorrs caused by mispelligns</title>
		<link>http://www.rightbrainnetworks.com/blog/using-apaches-mod_speling-to-catch-uneeded-404-errors-caused-by-mispellings/</link>
		<comments>http://www.rightbrainnetworks.com/blog/using-apaches-mod_speling-to-catch-uneeded-404-errors-caused-by-mispellings/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 16:18:14 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Archived]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.rightbrainnetworks.com/2006/09/22/using-apaches-mod_speling-to-catch-unneded-404-erorrs-caused-by-mispelligns/</guid>
		<description><![CDATA[(This article is Part 2 in a series about Apache&#8217;s loadable modules. The previous topic was mod_ext_filter). As former Microsoft-ite who made the leap to OSS, one of the things that took a little getting used to with Apache are that filenames are case-sensitive. While that&#8217;s long since been hammered into my soul, a great [...]]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/using-apaches-mod_speling-to-catch-uneeded-404-errors-caused-by-mispellings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Apache’s mod_ext_filter to automatically add watermarks to website images</title>
		<link>http://www.rightbrainnetworks.com/blog/using-apaches-mod_ext_filter-to-automatically-add-watermarks-to-website-images/</link>
		<comments>http://www.rightbrainnetworks.com/blog/using-apaches-mod_ext_filter-to-automatically-add-watermarks-to-website-images/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 21:38:22 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Archived]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.rightbrainnetworks.com/2006/09/19/using-apaches-mod_ext_filter-to-automatically-add-watermarks-to-website-images/</guid>
		<description><![CDATA[I recently discussed mod_ext_filter, a loadable module used with Apache. It allows you to easily process your content through an external program before it&#8217;s passed onto the user&#8217;s web browser. I mentioned using mod_ext_filter as a way to automatically add watermarks to images on a website. After receiving a bit of interest in how to [...]]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/using-apaches-mod_ext_filter-to-automatically-add-watermarks-to-website-images/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>mod_ext_filter: mod_rewrite’s red-headed step sister.</title>
		<link>http://www.rightbrainnetworks.com/blog/mod_ext_filter-mod_rewrites-red-headed-step-sister/</link>
		<comments>http://www.rightbrainnetworks.com/blog/mod_ext_filter-mod_rewrites-red-headed-step-sister/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 20:47:40 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Archived]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.rightbrainnetworks.com/2006/09/17/mod_ext_filter-mod_rewrites-red-headed-step-sister/</guid>
		<description><![CDATA[Almost every experienced web developer who works with Apache is at least vaguely familar with mod_rewrite. It&#8217;s most frequently used to reformat ugly URLs containing a lot of query values into a nice, search-engine friendly URL. Implementing mod_rewrite is generally one of the first steps to a SEO overhaul on a website with a lot [...]]]></description>
		<wfw:commentRss>http://www.rightbrainnetworks.com/blog/mod_ext_filter-mod_rewrites-red-headed-step-sister/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

