<?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>Michael Conigliaro &#187; /etc</title>
	<atom:link href="http://conigliaro.org/category/etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://conigliaro.org</link>
	<description>cat /dev/brain &#124; grep technology &#62;&#62; blog</description>
	<lastBuildDate>Wed, 06 Jan 2010 02:37:22 +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>FeedWordPress and HTTP Error 400</title>
		<link>http://conigliaro.org/2009/07/02/feedwordpress-and-http-error-400/</link>
		<comments>http://conigliaro.org/2009/07/02/feedwordpress-and-http-error-400/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 19:34:26 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://conigliaro.org/?p=426</guid>
		<description><![CDATA[So I&#8217;ve been toying with the idea of setting up WordPress to syndicate content from other sites I contribute to. Unfortunately, there seems to be a bug in the FeedWordPress plugin that prevents you from using feed URLs containing ampersands. Doing so results in an error like this:

Diagnostic information
&#160;
HTTP request failure
&#160;
400: Bad Request
&#160;
HTTP Transports available:
&#160;
 [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been toying with the idea of setting up WordPress to syndicate content from other sites I contribute to. Unfortunately, there seems to be a bug in the <a href="http://projects.radgeek.com/feedwordpress/">FeedWordPress</a> plugin that prevents you from using feed URLs containing ampersands. Doing so results in an error like this:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Diagnostic information
&nbsp;
HTTP request failure
&nbsp;
400: Bad Request
&nbsp;
HTTP Transports available:
&nbsp;
    1. WP_Http_Fsockopen</pre></div></div>

<p>Apparently, <a href="http://wordpress.org/support/topic/282061">I&#8217;m not the only one who has encountered this issue</a>, but I did discover a workaround. Just change all the ampersands in your feed URL to the HTML entity equivalent. Example:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">http://gdata.youtube.com/feeds/base/users/whatever/uploads?orderby=published&amp;safeSearch=none</pre></div></div>

<p>Becomes&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">http://gdata.youtube.com/feeds/base/users/whatever/uploads?orderby=published&amp;amp;safeSearch=none</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2009/07/02/feedwordpress-and-http-error-400/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CD Ripping on Kubuntu with K3b and LAME</title>
		<link>http://conigliaro.org/2009/06/24/cd-ripping-on-kubuntu-with-k3b-and-lame/</link>
		<comments>http://conigliaro.org/2009/06/24/cd-ripping-on-kubuntu-with-k3b-and-lame/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 23:55:19 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://conigliaro.org/?p=392</guid>
		<description><![CDATA[For various reasons (mostly to correct past mistakes), I decided I needed to start re-ripping my CD collection. Unfortunately, the default settings in K3b are not to my liking, and I&#8217;m sick of having to look things up to re-configure this, so I&#8217;m going to document my preferred settings here once and for all:
K3b Ripped [...]]]></description>
			<content:encoded><![CDATA[<p>For various reasons (mostly to correct past mistakes), I decided I needed to start re-ripping my CD collection. Unfortunately, the default settings in K3b are not to my liking, and I&#8217;m sick of having to look things up to re-configure this, so I&#8217;m going to document my preferred settings here once and for all:</p>
<p><strong>K3b Ripped files pattern</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">%</span>A<span style="color: #000000; font-weight: bold;">/%</span>T<span style="color: #000000; font-weight: bold;">/%</span>a - <span style="color: #000000; font-weight: bold;">%</span>n - <span style="color: #000000; font-weight: bold;">%</span>t</pre></div></div>

<p><strong>LAME command</strong><br />
Advice taken from <a href="http://wiki.hydrogenaudio.org/index.php?title=Recommended_LAME#Recommended_encoder_settings">Hydrogenaudio&#8217;s recommended encoder settings</a>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">lame</span> <span style="color: #660033;">-V0</span> <span style="color: #660033;">--tt</span> <span style="color: #000000; font-weight: bold;">%</span>t <span style="color: #660033;">--ta</span> <span style="color: #000000; font-weight: bold;">%</span>a <span style="color: #660033;">--tl</span> <span style="color: #000000; font-weight: bold;">%</span>m <span style="color: #660033;">--ty</span> <span style="color: #000000; font-weight: bold;">%</span>y <span style="color: #660033;">--tc</span> <span style="color: #000000; font-weight: bold;">%</span>c <span style="color: #660033;">--tn</span> <span style="color: #000000; font-weight: bold;">%</span>n - <span style="color: #000000; font-weight: bold;">%</span>f</pre></div></div>

<p><strong>K3b external audio encoder settings for LAME</strong><br />
On my machine, LAME will not encode properly unless I enable this option:</p>
<ul>
<li>Write Wave Header</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2009/06/24/cd-ripping-on-kubuntu-with-k3b-and-lame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 and Parent/Child Themes</title>
		<link>http://conigliaro.org/2009/01/25/wordpress-27-and-parent-child-themes/</link>
		<comments>http://conigliaro.org/2009/01/25/wordpress-27-and-parent-child-themes/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 01:05:08 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://conigliaro.org/?p=209</guid>
		<description><![CDATA[I upgraded to WordPress 2.7 this morning, and since Sandbox (which my old theme was built on) hasn&#8217;t been updated in forever and has known deficiencies with WordPress 2.7, I also installed K2.  Before switching themes, I poked around a little to see what else is out there in the world of &#8220;blank&#8221; or &#8220;reset&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded to WordPress 2.7 this morning, and since <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> (<a href="http://conigliaro.org/2008/02/21/new-wordpress-theme/">which my old theme was built on</a>) hasn&#8217;t been updated in forever and has known deficiencies with WordPress 2.7, I also installed <a href="http://getk2.com/">K2</a>.  Before switching themes, I poked around a little to see what else is out there in the world of &#8220;blank&#8221; or &#8220;reset&#8221; themes, and that lead me to discover that apparently, I was way ahead of the curve with this whole &#8220;child theme&#8221; thing.  Do a google search on &#8220;<a href="http://www.google.com/search?q=wordpress+child+theme">wordpress child theme</a>,&#8221; and you&#8217;ll find a lot of very recent posts from prominent WordPress people talking about how this is the future of theming in WordPress, with tons of comments from people who didn&#8217;t even know the functionality existed. Weird.</p>
<p>I just wish WordPress would start shipping with an officially supported &#8220;blank&#8221; or &#8220;reset&#8221; theme by default, because I can&#8217;t stand any of the themes I&#8217;ve come across so far.  Just look at the header on this one.  That thing takes up 1/3 of my screen for a page title and a menu.  What a waste.  I could easily fit that information into something 15px high!  See, this is what I mean by nobody having any taste.  It&#8217;s as if all the web designers out there are designing for wide screen plasma TVs lately.</p>
<p>Anyway, here&#8217;s a list of some new &#8220;parent&#8221; or &#8220;framework&#8221; themes I came across today, just in case I decide to make a new minimalist theme for my website:</p>
<ul>
<li><a href="http://themehybrid.com/themes/hybrid">Hybrid</a></li>
<li><a href="http://themeshaper.com/thematic-for-wordpress/">Thematic</a></li>
<li><a href="http://wpframework.com/">WP Framework</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2009/01/25/wordpress-27-and-parent-child-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Fandotech Blog</title>
		<link>http://conigliaro.org/2008/12/18/new-fandotech-blog/</link>
		<comments>http://conigliaro.org/2008/12/18/new-fandotech-blog/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:34:28 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://conigliaro.org/?p=166</guid>
		<description><![CDATA[My current employer has a new blog, and I&#8217;m on the blogging committee.  That means I get a cool cartoon-character avatar of my likeness, and I&#8217;ll be making regular posts there.  I encourage you to read (and comment) on my first post; In the World of IT, Laziness is a Virtue.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fandotech.com">My current employer</a> has a <a href="http://blog.fandotech.com">new blog</a>, and I&#8217;m on the blogging committee.  That means I get a cool cartoon-character avatar of my likeness, and I&#8217;ll be making regular posts there.  I encourage you to read (and comment) on my first post; <a href="http://blog.fandotech.com/archives/209">In the World of IT, Laziness is a Virtue</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2008/12/18/new-fandotech-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Showing Wrong Page</title>
		<link>http://conigliaro.org/2008/08/26/wordpress-showing-wrong-page/</link>
		<comments>http://conigliaro.org/2008/08/26/wordpress-showing-wrong-page/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 17:11:20 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://www.gyrate.org/?p=130</guid>
		<description><![CDATA[Has anyone else noticed that problem where you view the comments for a post, and it shows an RSS feed for a completely different post?  This only happens the first time you load the page.  If you refresh, the correct page comes up from then on.  I have been noticing this problem [...]]]></description>
			<content:encoded><![CDATA[<p>Has anyone else noticed that problem where you view the comments for a post, and it shows an RSS feed for a completely different post?  This only happens the first time you load the page.  If you refresh, the correct page comes up from then on.  I have been noticing this problem for months now (from versions 2.4 through 2.6), and I have no idea what&#8217;s causing it.  I thought maybe it was related to the WP Super Cache plugin, but I disabled it, and it&#8217;s still happening.</p>
<p><strong>PS:</strong> The website will be down this weekend, because I&#8217;m moving.</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2008/08/26/wordpress-showing-wrong-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;m on Google Maps</title>
		<link>http://conigliaro.org/2008/06/11/im-on-google-maps/</link>
		<comments>http://conigliaro.org/2008/06/11/im-on-google-maps/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 19:24:49 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://www.gyrate.org/2008/06/11/im-on-google-maps/</guid>
		<description><![CDATA[I remember spotting this Google car on the way to work last fall.  Too bad you can&#8217;t see my face through the windshield.  I&#8217;m in the black Honda Civic.
]]></description>
			<content:encoded><![CDATA[<p>I remember spotting this Google car on the way to work last fall.  <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;sll=41.770672,-72.520881&#038;sspn=0.011394,0.018797&#038;ie=UTF8&#038;layer=c&#038;cbll=41.770672,-72.520759&#038;panoid=2PwTwGuc0cr6wqOaeOzyLw&#038;cbp=13,265.15,,0,19.19&#038;hq=&#038;hnear=&#038;ll=41.770656,-72.520902&#038;spn=0,359.984508&#038;t=h&#038;z=16">Too bad you can&#8217;t see my face through the windshield.</a>  I&#8217;m in the black Honda Civic.</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2008/06/11/im-on-google-maps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On The Blog Again</title>
		<link>http://conigliaro.org/2008/02/20/on-the-blog-again/</link>
		<comments>http://conigliaro.org/2008/02/20/on-the-blog-again/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 03:13:39 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://www.gyrate.org/2008/02/20/on-the-blog-again/</guid>
		<description><![CDATA[Okay, I guess I&#8217;ll have a blog again, but first I need to do something about this theme.  Too bad I can&#8217;t just download a good one, because everything out there sucks.  I just have to make everything myself, don&#8217;t I?  The only problem is that last time I tried this, I [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, I guess I&#8217;ll have a blog again, but first I need to do something about this theme.  Too bad I can&#8217;t just download a good one, because everything out there sucks.  I just have to make everything myself, don&#8217;t I?  The only problem is that last time I tried this, I looked under the hood of WordPress and ran away screaming when I discovered the ugly mess of PHP and HTML.  I swear, nobody has any taste.  I&#8217;ll try not to look too deep this time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2008/02/20/on-the-blog-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OB (Original Blogger)</title>
		<link>http://conigliaro.org/2007/11/10/ob-original-blogger/</link>
		<comments>http://conigliaro.org/2007/11/10/ob-original-blogger/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 01:34:22 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://www.gyrate.org/2007/11/10/ob-original-blogger/</guid>
		<description><![CDATA[I have recently decided that I am an OB (Original Blogger). I have also decided that in order to call yourself an OB, your first blog has to have been written on your own custom blogging software (i.e., before the days of MovableType, WordPress, and Blogger.com).
I am such an elitist. Hehe…
]]></description>
			<content:encoded><![CDATA[<p>I have recently decided that I am an OB (Original Blogger). I have also decided that in order to call yourself an OB, your first blog has to have been written on your own custom blogging software (i.e., before the days of MovableType, WordPress, and Blogger.com).</p>
<p>I am such an elitist. Hehe…</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2007/11/10/ob-original-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back with AT&amp;T Naked DSL</title>
		<link>http://conigliaro.org/2007/10/10/back-with-att-naked-dsl/</link>
		<comments>http://conigliaro.org/2007/10/10/back-with-att-naked-dsl/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 01:35:15 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://www.gyrate.org/2007/10/10/back-with-att-naked-dsl/</guid>
		<description><![CDATA[I&#8217;m back online with naked DSL. It took AT&#38;T a month to get me switched over, but at least I&#8217;m not paying for an unused land line anymore.
If anyone out there is thinking of making the switch, be aware that you will need to be available for a DSL tech to come on site to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back online with <a href="http://en.wikipedia.org/wiki/Naked_DSL">naked DSL</a>. It took AT&amp;T a month to get me switched over, but at least I&#8217;m not paying for an unused land line anymore.</p>
<p>If anyone out there is thinking of making the switch, be aware that you <strong>will</strong> need to be available for a DSL tech to come on site to finish the installation.  Apparently AT&amp;T will disconnect your current phone service and put the new dry loop on a separate twisted pair that gets sent to your house, but is not actually hooked up to anything on the customer end.  This information came directly from the tech that helped me.  He said I was the 4th or 5th dry loop installation he fixed, and it was the same problem every time.  The twisted pair with the DSL service is just hanging there inside the demarc.  I had a friend switch to naked DSL a few weeks later, and she had the same problem, so watch out.</p>
]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2007/10/10/back-with-att-naked-dsl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PPTP on the Cisco PIX</title>
		<link>http://conigliaro.org/2007/09/30/pptp-on-the-cisco-pix/</link>
		<comments>http://conigliaro.org/2007/09/30/pptp-on-the-cisco-pix/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 16:28:46 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[/etc]]></category>

		<guid isPermaLink="false">http://conigliaro.org/?p=729</guid>
		<description><![CDATA[If you have a PPTP server, and you just want to allow PPTP traffic to pass through the PIX, all you need is one line:

fixup protocol pptp 1723

But did did you know the PIX has its own built-in PPTP server? Here&#8217;s how you configure it:
First you need to permit incoming PPTP traffic:

sysopt connection permit-pptp

Create a [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a PPTP server, and you just want to allow PPTP traffic to pass through the PIX, all you need is one line:</p>

<div class="wp_syntax"><div class="code"><pre class="cisco" style="font-family:monospace;">fixup protocol pptp 1723</pre></div></div>

<p>But did did you know the PIX has its own built-in PPTP server? Here&#8217;s how you configure it:</p>
<p>First you need to permit incoming PPTP traffic:</p>

<div class="wp_syntax"><div class="code"><pre class="cisco" style="font-family:monospace;">sysopt connection permit-pptp</pre></div></div>

<p>Create a new IP pool. PPTP clients will be assigned IP addresses from this pool:</p>

<div class="wp_syntax"><div class="code"><pre class="cisco" style="font-family:monospace;">ip local pool &lt;pool name&gt; 192.168.180.100-192.168.180.125</pre></div></div>

<p>Now you need to create your PPTP users.</p>

<div class="wp_syntax"><div class="code"><pre class="cisco" style="font-family:monospace;">vpdn username &lt;username&gt; password &lt;password&gt;</pre></div></div>

<p>Create a PPTP group. The group is what holds all the PPTP settings that clients need in order to connect:</p>

<div class="wp_syntax"><div class="code"><pre class="cisco" style="font-family:monospace;">vpdn group &lt;group name&gt; accept dialin pptp
vpdn group &lt;group name&gt; client configuration address local &lt;pool name&gt;
vpdn group &lt;group name&gt; ppp authentication mschap
vpdn group &lt;group name&gt; ppp encryption mppe 128 required
vpdn group &lt;group name&gt; pptp echo 60
vpdn group &lt;group name&gt; client authentication local
vpdn group &lt;group name&gt; client configuration dns &lt;dns server address&gt;
vpdn enable outside</pre></div></div>

<p>Finally, ensure that PPTP clients are not NAT&#8217;ed:</p>

<div class="wp_syntax"><div class="code"><pre class="cisco" style="font-family:monospace;">access-list inside_outbound_nat0_acl permit ip LAN 255.255.255.0 LAN 255.255.255.0
nat (inside) 0 access-list inside_outbound_nat0_acl</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://conigliaro.org/2007/09/30/pptp-on-the-cisco-pix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
