<?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>GeoNotes &#187; Linux</title>
	<atom:link href="http://northredoubt.com/n/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://northredoubt.com/n</link>
	<description></description>
	<lastBuildDate>Tue, 01 May 2012 19:37:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Untar and gunzip all files in a directory</title>
		<link>http://northredoubt.com/n/2012/04/10/untar-and-gunzip-all-files-in-a-directory/</link>
		<comments>http://northredoubt.com/n/2012/04/10/untar-and-gunzip-all-files-in-a-directory/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 02:03:00 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Data processing]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=419</guid>
		<description><![CDATA[I needed a little script to expand a bunch of tarred and gzipped files in a directory and I needed a log of what happened.. and didn&#8217;t happen (errors). So, here it is. Which gives us the following output at &#8230; <a href="http://northredoubt.com/n/2012/04/10/untar-and-gunzip-all-files-in-a-directory/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2012/04/10/untar-and-gunzip-all-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spatialite and Spatial Indexes</title>
		<link>http://northredoubt.com/n/2012/01/18/spatialite-and-spatial-indexes/</link>
		<comments>http://northredoubt.com/n/2012/01/18/spatialite-and-spatial-indexes/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 04:11:32 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Data processing]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=313</guid>
		<description><![CDATA[This post is part of a series [1], [2], [3], [4] Tonight I continued dabbling with my little project and experimenting with spatial indexes in Spatialite. I quickly realized that while using indexes benefitted the queries, the questions were too easy and the queries &#8230; <a href="http://northredoubt.com/n/2012/01/18/spatialite-and-spatial-indexes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2012/01/18/spatialite-and-spatial-indexes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example with PHP and Spatialite, part 2</title>
		<link>http://northredoubt.com/n/2012/01/17/example-with-php-and-spatialite-part-2/</link>
		<comments>http://northredoubt.com/n/2012/01/17/example-with-php-and-spatialite-part-2/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 04:27:06 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Data processing]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=292</guid>
		<description><![CDATA[This post is part of a series [1], [2], [3], [4] So I&#8217;m ready to take the next steps with my little project. This is a continuation of my previous post about my little journey. At this point I am connecting to a physical &#8230; <a href="http://northredoubt.com/n/2012/01/17/example-with-php-and-spatialite-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2012/01/17/example-with-php-and-spatialite-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Example with PHP and Spatialite, part 1</title>
		<link>http://northredoubt.com/n/2012/01/16/example-with-php-and-spatialite-part-1/</link>
		<comments>http://northredoubt.com/n/2012/01/16/example-with-php-and-spatialite-part-1/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 14:47:10 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Data processing]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=281</guid>
		<description><![CDATA[This post is part of a series [1], [2], [3], [4] So, PHP supports SQLite out of the box (http://www.sqlite.org/, now at 3.7.10), making it a nice combo if you want to do some reads from your page. My impression is that SQLite is &#8230; <a href="http://northredoubt.com/n/2012/01/16/example-with-php-and-spatialite-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2012/01/16/example-with-php-and-spatialite-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PostGIS Install and Cloning Ubuntu Systems Notes</title>
		<link>http://northredoubt.com/n/2011/05/11/postgis-install-and-cloning-ubuntu-systems-notes/</link>
		<comments>http://northredoubt.com/n/2011/05/11/postgis-install-and-cloning-ubuntu-systems-notes/#comments</comments>
		<pubDate>Wed, 11 May 2011 20:02:15 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2011/05/11/postgis-install-and-cloning-ubuntu-systems-notes/</guid>
		<description><![CDATA[[cc lang='bash' ]sudo apt-get remove &#8211;purge[/cc] [cc lang='bash' ]apt-get install deborphan debfoster debfoster deborphan deborphan &#8211;guess-all[/cc] [cc lang='bash' ]apt-get autoremove sudo apt-get remove &#8211;purge postgresql-client sudo apt-get remove &#8211;purge postgresql-client-8.4 sudo apt-get remove &#8211;purge postgresql-client-common apt-get clean[/cc] still didn&#8217;t work. &#8230; <a href="http://northredoubt.com/n/2011/05/11/postgis-install-and-cloning-ubuntu-systems-notes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2011/05/11/postgis-install-and-cloning-ubuntu-systems-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>find to copy files into single directory</title>
		<link>http://northredoubt.com/n/2011/04/29/find-to-copy-files-into-single-directory-2/</link>
		<comments>http://northredoubt.com/n/2011/04/29/find-to-copy-files-into-single-directory-2/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 17:12:00 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=77</guid>
		<description><![CDATA[Useful little one liners. This one makes copy of subset of dir/ and below based on finding files that match the criteria. In this case, I wanted all .doc files copied into a single place. I run most of this &#8230; <a href="http://northredoubt.com/n/2011/04/29/find-to-copy-files-into-single-directory-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2011/04/29/find-to-copy-files-into-single-directory-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My MySQL latest config file</title>
		<link>http://northredoubt.com/n/2011/04/29/my-mysql-latest-config-file-3/</link>
		<comments>http://northredoubt.com/n/2011/04/29/my-mysql-latest-config-file-3/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 17:07:38 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2011/04/29/my-mysql-latest-config-file-3/</guid>
		<description><![CDATA[I never record this stuff and I always wish I did. So here&#8217;s a working MySQL config file that I&#8217;m using on a linux virtual machine with 2GB of memory. Notes and all so I don&#8217;t keep having to look &#8230; <a href="http://northredoubt.com/n/2011/04/29/my-mysql-latest-config-file-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2011/04/29/my-mysql-latest-config-file-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File listing ditties</title>
		<link>http://northredoubt.com/n/2011/04/29/file-listing-ditties/</link>
		<comments>http://northredoubt.com/n/2011/04/29/file-listing-ditties/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 15:56:37 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=95</guid>
		<description><![CDATA[Here are some simple bash scripts to list files into a text files that can be used to catalog stuff. Most of the time I use the last one.  [cce_bash] filer=$(find . -mtime -1) sizer=$(ls -lah $filer &#124; awk &#8216;{ print $5&#8243;\t&#8221; $6&#8243;\t&#8221; &#8230; <a href="http://northredoubt.com/n/2011/04/29/file-listing-ditties/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2011/04/29/file-listing-ditties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Tutorials</title>
		<link>http://northredoubt.com/n/2011/02/28/python-tutorials-2/</link>
		<comments>http://northredoubt.com/n/2011/02/28/python-tutorials-2/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 14:07:27 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[GIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/2011/02/28/python-tutorials-2/</guid>
		<description><![CDATA[http://www.sthurlow.com/python/ http://www.swaroopch.com/notes/Python http://web.archive.org/web/20080707093731rn_1/hetland.org/writing/instant-hacking.html http://young-programmers.blogspot.com/search/label/python http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2011/02/28/python-tutorials-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove header from a text file</title>
		<link>http://northredoubt.com/n/2011/01/26/remove-header-from-a-text-file/</link>
		<comments>http://northredoubt.com/n/2011/01/26/remove-header-from-a-text-file/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 14:20:08 +0000</pubDate>
		<dc:creator>John C. Zastrow</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://northredoubt.com/n/?p=112</guid>
		<description><![CDATA[I&#8217;m processing some Darwin-schema biodiversity text files in preparation for GISing them and I need to trim the headers from the tops of the files before importing them to the database. Of course, *NIX command line utilities have been my &#8230; <a href="http://northredoubt.com/n/2011/01/26/remove-header-from-a-text-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://northredoubt.com/n/2011/01/26/remove-header-from-a-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

