<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>tring tring - research log</title>
	<atom:link href="http://tringtring.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tringtring.wordpress.com</link>
	<description>research log</description>
	<lastBuildDate>Fri, 07 Aug 2009 09:46:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tringtring.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6dbffad4cf543320230e768f982ac52f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>tring tring - research log</title>
		<link>http://tringtring.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tringtring.wordpress.com/osd.xml" title="tring tring - research log" />
	<atom:link rel='hub' href='http://tringtring.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Minimal trac how-to</title>
		<link>http://tringtring.wordpress.com/2009/08/07/minimal-trac-how-to/</link>
		<comments>http://tringtring.wordpress.com/2009/08/07/minimal-trac-how-to/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:44:51 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/2009/08/07/minimal-trac-how-to/</guid>
		<description><![CDATA[To add a user: htpasswd .htpasswd Make this user trac-admin: trac-admin . permission add TRAC_ADMIN To View the permission list: trac-admin . permission list It is easier to just create the admin user first. Once you log into trac as the admin user you can then setup the permission list by the web interface. Tagged: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=73&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2009/08/07/minimal-trac-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>emacs</title>
		<link>http://tringtring.wordpress.com/2009/07/19/emacs/</link>
		<comments>http://tringtring.wordpress.com/2009/07/19/emacs/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:58:14 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/2009/07/19/emacs/</guid>
		<description><![CDATA[From http://www.bloomington.in.us/~brutt/emacs-c-dev.html Indexing your source code for easy navigation Emacs comes with an etags executable (and also probably its cousin ctags), which can index source code, allowing you to jump around your source code quickly by simply giving a method name to jump to, etc. Here are some simple steps to get you started: 1. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=71&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2009/07/19/emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>building a specific module</title>
		<link>http://tringtring.wordpress.com/2009/02/09/building-a-specific-module/</link>
		<comments>http://tringtring.wordpress.com/2009/02/09/building-a-specific-module/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 19:58:41 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wifi-driver project]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/?p=60</guid>
		<description><![CDATA[To build say the rt73usb.ko module without building the whole linux kernel you just need to do the following: My build is in &#8220;build/&#8221; folder. $ make O=build/ drivers/net/wireless/rt2x00/ This will build the modules After this then first remove the module by doing $ sudo rmmod rt73usb.ko and then $ sudo insmod rt73usb.ko Then use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=60&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2009/02/09/building-a-specific-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Kernel Panic&#8230;VFS:Unable to mount root fs on unknown block&#8230;</title>
		<link>http://tringtring.wordpress.com/2009/02/07/kernel-panicvfsunable-to-mount-root-fs-on-unknown-block/</link>
		<comments>http://tringtring.wordpress.com/2009/02/07/kernel-panicvfsunable-to-mount-root-fs-on-unknown-block/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 14:30:30 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[build linux kernel]]></category>
		<category><![CDATA[wifi-driver project]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/?p=54</guid>
		<description><![CDATA[Recently I was trying to install a linux kernel on a Compaq N800W. After I built the kernel I would always get the error kernel panic error. I found my answer on page 59 in here. The full book is here. I feel the main problem was that &#8220;ata_piix&#8221; was built as a plugin module [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=54&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2009/02/07/kernel-panicvfsunable-to-mount-root-fs-on-unknown-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Git cheat sheet</title>
		<link>http://tringtring.wordpress.com/2009/01/26/git-cheat-sheet/</link>
		<comments>http://tringtring.wordpress.com/2009/01/26/git-cheat-sheet/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 16:51:04 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/?p=49</guid>
		<description><![CDATA[This is great. If that is missing then this should also work. Tagged: git<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=49&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2009/01/26/git-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing oil: 2006 SAAB 9-3 2.0T Step 1</title>
		<link>http://tringtring.wordpress.com/2008/11/09/changing-oil-2006-saab-9-3-20t-step-1/</link>
		<comments>http://tringtring.wordpress.com/2008/11/09/changing-oil-2006-saab-9-3-20t-step-1/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 14:44:06 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[saab oil change]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/?p=27</guid>
		<description><![CDATA[Posted this since I could not find a decent site where I could get all the information I needed. The biggest challenge is to get to the oil filter. To know where the oil filter is, turn to your SAAB manual; it will give you directions to it. Now, how do we open the container [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=27&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2008/11/09/changing-oil-2006-saab-9-3-20t-step-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>ee-sane menu milwaukee wi</title>
		<link>http://tringtring.wordpress.com/2008/02/03/ee-sane-menu-milwaukee-wi/</link>
		<comments>http://tringtring.wordpress.com/2008/02/03/ee-sane-menu-milwaukee-wi/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 19:31:15 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ee-sane]]></category>
		<category><![CDATA[eesane]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[thai food]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/?p=22</guid>
		<description><![CDATA[I cannot find the ee-sane menu anywhere to order a take out, so I thought of posting it here. They are the best &#8220;researched&#8221; thai food place. Here are the menus: 1. ee-sane menu page 1 2. ee-sane menu page 2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=22&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2008/02/03/ee-sane-menu-milwaukee-wi/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up Gentoo on Dell Latitude D820</title>
		<link>http://tringtring.wordpress.com/2008/01/10/setting-up-gentoo-on-dell-latitude-d820/</link>
		<comments>http://tringtring.wordpress.com/2008/01/10/setting-up-gentoo-on-dell-latitude-d820/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 19:04:36 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/2008/01/10/setting-up-gentoo-on-dell-latitude-d820/</guid>
		<description><![CDATA[Security and usability is not a huge concern for me at this point. If you are building a server or something like that then you should really not follow what I am doing here. I am building this system so I can do some work with device drivers. Gentoo User Administration: adduser -m -G users,wheel,audio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=20&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2008/01/10/setting-up-gentoo-on-dell-latitude-d820/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Postgres &#8211; cheat sheet</title>
		<link>http://tringtring.wordpress.com/2008/01/08/postgres-cheat-sheet/</link>
		<comments>http://tringtring.wordpress.com/2008/01/08/postgres-cheat-sheet/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 03:06:27 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/2008/01/08/postgres-cheat-sheet/</guid>
		<description><![CDATA[Setup (http://www.postgresql.org/docs/8.1/static/tutorial.html): If you use MacPorts to do your postgres install then remember to append the path for the postgres install location to your PATH variable in the .bash_login file (this should be in your home directory). In my case it is: &#8220;/opt/local/lib/postgresql81/bin&#8221; Setting up Postgres mkdir data (this is for the database file) initdb [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=18&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2008/01/08/postgres-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing python, django, postgres, psycopg2 for Mac OS X</title>
		<link>http://tringtring.wordpress.com/2008/01/07/installing-python-django-postgres-psycopg2-for-mac-os-x/</link>
		<comments>http://tringtring.wordpress.com/2008/01/07/installing-python-django-postgres-psycopg2-for-mac-os-x/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:43:22 +0000</pubDate>
		<dc:creator>tringer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python django postgres psycopg2 mac os x]]></category>

		<guid isPermaLink="false">http://tringtring.wordpress.com/2008/01/07/installing-python-django-postgres-psycopg2-for-mac-os-x/</guid>
		<description><![CDATA[To install: Python 2.4.4 Postgres 8.1 Django 0.96 psycopg2 &#8212; this is the postgresql adapter for python Installation: The real pain is psycopg2. (You need this and will solve everything!) To avoid this just use MacPorts to install psycopg2. I did it by running the command &#8220;sudo port install py-psycopg2&#8243;. This will also install Postgres [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tringtring.wordpress.com&amp;blog=411564&amp;post=16&amp;subd=tringtring&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://tringtring.wordpress.com/2008/01/07/installing-python-django-postgres-psycopg2-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0fb643b41717bca015f810ed6828e766?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tringer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
