
<?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>Flavor 8</title>
	<atom:link href="http://flavor8.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://flavor8.com</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 13:44:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To: Configure Any Remote Control With LIRC</title>
		<link>http://flavor8.com/index.php/2010/02/25/how-to-configure-any-remote-control-with-lirc/</link>
		<comments>http://flavor8.com/index.php/2010/02/25/how-to-configure-any-remote-control-with-lirc/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 13:40:24 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[Blah blah]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LIRC]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1328</guid>
		<description><![CDATA[My LIRC / remote control adventures continue (see the two previous posts). I bought a StreamZap, and configured a .lircrc file to control Banshee, the mouse pointer, and the screensaver on my computer, to allow listening of music from across the room.
I had for some reason blindly assumed that the IR receiver that came with [...]]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/02/25/how-to-configure-any-remote-control-with-lirc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Control The Mouse Pointer With A Remote Control</title>
		<link>http://flavor8.com/index.php/2010/02/24/how-to-control-the-mouse-pointer-with-a-remote-control/</link>
		<comments>http://flavor8.com/index.php/2010/02/24/how-to-control-the-mouse-pointer-with-a-remote-control/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 22:39:32 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[Blah blah]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1318</guid>
		<description><![CDATA[Lirc provides a mouse daemon (lircmd); however, if for some reason you don&#8217;t or can&#8217;t use lircmd, you can use xautomation as a simple alternative.
The Setup
Refer to my previous post for details on how to select a remote, basic lirc installation &#038; setup, etc. For the sake of this tutorial, you can install lirc and [...]]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/02/24/how-to-control-the-mouse-pointer-with-a-remote-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Use A Remote Control To Control Banshee</title>
		<link>http://flavor8.com/index.php/2010/02/24/how-to-use-a-remote-control-to-control-banshee/</link>
		<comments>http://flavor8.com/index.php/2010/02/24/how-to-use-a-remote-control-to-control-banshee/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:08:39 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[Blah blah]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1298</guid>
		<description><![CDATA[Banshee is a popular media player for Linux. This tutorial walks through configuring a remote control to control Banshee while AFK; for convenience, I&#8217;ll assume that you&#8217;re using Ubuntu 9.10, but most of the tutorial is generally applicable.
If you&#8217;re generally interested in using LIRC or xautomation with Gnome, this will be useful to you.
The Hardware
First, [...]]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/02/24/how-to-use-a-remote-control-to-control-banshee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script To Find SCSI Bus Id</title>
		<link>http://flavor8.com/index.php/2010/02/04/script-to-find-scsi-bus-id/</link>
		<comments>http://flavor8.com/index.php/2010/02/04/script-to-find-scsi-bus-id/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 14:58:03 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1279</guid>
		<description><![CDATA[Despite Linus&#8217; assertion that the concept of SCSI Ids is "f*cking idiotic", sometimes they&#8217;re necessary. For example, sometimes the following will work to recover an Offlined device:

    echo "scsi remove-single-device 99 0 3 0" > /proc/scsi/scsi
    echo "scsi add-single-device 99 0 3 0" > /proc/scsi/scsi

There&#8217;s a script named lsscsi [...]]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/02/04/script-to-find-scsi-bus-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artificially Engineering Replacement Organs</title>
		<link>http://flavor8.com/index.php/2010/02/03/artificially-engineering-replacement-organs/</link>
		<comments>http://flavor8.com/index.php/2010/02/03/artificially-engineering-replacement-organs/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:00:36 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1274</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/02/03/artificially-engineering-replacement-organs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Locally Mirror A Site With Youtube Content</title>
		<link>http://flavor8.com/index.php/2010/02/02/how-to-locally-mirror-a-site-with-youtube-content/</link>
		<comments>http://flavor8.com/index.php/2010/02/02/how-to-locally-mirror-a-site-with-youtube-content/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:55:48 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1252</guid>
		<description><![CDATA[The Problem
Let&#8217;s say that you need to copy a website to a CD so that it can be used offline. Of course, wget takes care of html pages and images for you:

wget -m -k -K -E http://www.mysite.com

However, if the site contains youtube videos and you want those to work offline, then you&#8217;ll need to do [...]]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/02/02/how-to-locally-mirror-a-site-with-youtube-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Rip Your CDs (For The Lazy Geek)</title>
		<link>http://flavor8.com/index.php/2010/01/30/how-to-rip-your-cds-for-the-lazy-geek/</link>
		<comments>http://flavor8.com/index.php/2010/01/30/how-to-rip-your-cds-for-the-lazy-geek/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 00:39:30 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[Blah blah]]></category>
		<category><![CDATA[Audio / Music]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1172</guid>
		<description><![CDATA[When was the last time you listened to a CD? That&#8217;s right, years ago. And yet you probably have a couple racks full of the suckers wasting space in your living room. It&#8217;s time to rip them once and for all, throw them in a box, and dump them in the basement (note: the less [...]]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/01/30/how-to-rip-your-cds-for-the-lazy-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Build A Flying Boat</title>
		<link>http://flavor8.com/index.php/2010/01/17/howto-build-a-flying-boat/</link>
		<comments>http://flavor8.com/index.php/2010/01/17/howto-build-a-flying-boat/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:36:59 +0000</pubDate>
		<dc:creator>Reuben</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://flavor8.com/?p=1158</guid>
		<description><![CDATA[From the May 1960 Popular Science.
   
 
]]></description>
		<wfw:commentRss>http://flavor8.com/index.php/2010/01/17/howto-build-a-flying-boat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
