<?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"
	>

<channel>
	<title>William's Workbench</title>
	<atom:link href="http://workbench.freetcp.com/feed" rel="self" type="application/rss+xml" />
	<link>http://workbench.freetcp.com</link>
	<description>Projects and Ideas</description>
	<pubDate>Wed, 19 Nov 2008 03:23:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Gentoo - sys-libs/com_err blocking</title>
		<link>http://workbench.freetcp.com/archives/455</link>
		<comments>http://workbench.freetcp.com/archives/455#comments</comments>
		<pubDate>Wed, 19 Nov 2008 03:22:53 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=455</guid>
		<description><![CDATA[If you get errors about com_err blocking on your Gentoo system then you are probably experiencing a portage bug.
I was trying to install nfs-utils and received this error (shown in part):
[blocks B     ] &#60;sys-fs/e2fsprogs-1.41 (is blocking sys-libs/e2fsprogs-libs-1.41.0)
[blocks B     ] sys-libs/ss (is blocking sys-libs/e2fsprogs-libs-1.41.0)
[blocks B    [...]]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/455/feed</wfw:commentRss>
		</item>
		<item>
		<title>Designing a better PCB</title>
		<link>http://workbench.freetcp.com/archives/453</link>
		<comments>http://workbench.freetcp.com/archives/453#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:42:39 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=453</guid>
		<description><![CDATA[A tutorial from SparkFun.
http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=115
]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/453/feed</wfw:commentRss>
		</item>
		<item>
		<title>Viewsonic VP140 repair</title>
		<link>http://workbench.freetcp.com/archives/451</link>
		<comments>http://workbench.freetcp.com/archives/451#comments</comments>
		<pubDate>Tue, 11 Nov 2008 04:45:32 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=451</guid>
		<description><![CDATA[I received a Viewsonic VP140 LCD monitor for free, but it did not work. Pushing the power button resulted in nothing happening. About an hour of tinkering and tracing circuits led me to suspect two electrolytic capacitors on what I will call the switched 12V power circuit. There was a F7304 power mosfet IC that [...]]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/451/feed</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Postfix to use SMTP authentication when sending mail</title>
		<link>http://workbench.freetcp.com/archives/446</link>
		<comments>http://workbench.freetcp.com/archives/446#comments</comments>
		<pubDate>Sun, 09 Nov 2008 21:56:25 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Linux/Unix]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=446</guid>
		<description><![CDATA[My ISP requires SMTP authentication before one can send email. I have reconfigured several instances of Postfix to use this method and am going to document the necessary changes here for my reference.
add the following two lines to /etc/postfix/main.cf
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/smtp_auth
add the following lines to /etc/postfix/transport (replace &#8220;smtpauth.centurytel.net&#8221; with your ISPs smtp server)
localhost [...]]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/446/feed</wfw:commentRss>
		</item>
		<item>
		<title>PCB service</title>
		<link>http://workbench.freetcp.com/archives/443</link>
		<comments>http://workbench.freetcp.com/archives/443#comments</comments>
		<pubDate>Sun, 09 Nov 2008 21:03:43 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[AVR]]></category>

		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[PIC]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=443</guid>
		<description><![CDATA[Futurlec has some really cheap prices on PCB manufacturing. I might have to try them out for my next project.
Futurlec PCB Service
]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/443/feed</wfw:commentRss>
		</item>
		<item>
		<title>MythTV in HD</title>
		<link>http://workbench.freetcp.com/archives/437</link>
		<comments>http://workbench.freetcp.com/archives/437#comments</comments>
		<pubDate>Tue, 21 Oct 2008 02:36:39 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Linux/Unix]]></category>

		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=437</guid>
		<description><![CDATA[I finally broke down and bought an HD card. I settled on the HD-5500 from pcHDTV for several reasons. This card had good reviews, many success stories with MythTV and best of all, it is only supported on Linux. My current MythDora install was getting a little long in the tooth and I had little [...]]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/437/feed</wfw:commentRss>
		</item>
		<item>
		<title>Basement movie</title>
		<link>http://workbench.freetcp.com/archives/432</link>
		<comments>http://workbench.freetcp.com/archives/432#comments</comments>
		<pubDate>Fri, 03 Oct 2008 02:12:55 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Basement]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=432</guid>
		<description><![CDATA[I made a short movie from some pictures of my basement finishing project. The pictures show the same area of the basement from bare concrete to finished product.
 
Watch at Youtube.com
]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/432/feed</wfw:commentRss>
		</item>
		<item>
		<title>New job</title>
		<link>http://workbench.freetcp.com/archives/427</link>
		<comments>http://workbench.freetcp.com/archives/427#comments</comments>
		<pubDate>Tue, 30 Sep 2008 23:19:17 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=427</guid>
		<description><![CDATA[Today was my last day at Scottrade. Monday I start a new career at IntraISP. My position is much the same, managing a small team of Linux Admins, but the environment is different. The pay is also better. Go me.
]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/427/feed</wfw:commentRss>
		</item>
		<item>
		<title>Atlas DCC sound</title>
		<link>http://workbench.freetcp.com/archives/419</link>
		<comments>http://workbench.freetcp.com/archives/419#comments</comments>
		<pubDate>Sat, 20 Sep 2008 20:01:31 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Trains]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=419</guid>
		<description><![CDATA[I created a short video of my new Atlas HO scale Dash-8 making various sounds. This is a really nice locomotive and the QSI sound package sounds great.

 
Watch at YouTube.com
]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/419/feed</wfw:commentRss>
		</item>
		<item>
		<title>Model railroad started</title>
		<link>http://workbench.freetcp.com/archives/417</link>
		<comments>http://workbench.freetcp.com/archives/417#comments</comments>
		<pubDate>Sat, 20 Sep 2008 18:06:12 +0000</pubDate>
		<dc:creator>William Riley</dc:creator>
		
		<category><![CDATA[Trains]]></category>

		<guid isPermaLink="false">http://workbench.freetcp.com/?p=417</guid>
		<description><![CDATA[Construction has begun! I am having fun getting back into model railroading after an almost 20 year hiatus.
Layout page
]]></description>
		<wfw:commentRss>http://workbench.freetcp.com/archives/417/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
