<?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>Snortblog</title>
	<atom:link href="http://blue.cornbread.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blue.cornbread.com</link>
	<description>Diary of a Weirdo-American</description>
	<pubDate>Tue, 31 Aug 2010 03:51:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>View from Cape Meares State Park</title>
		<link>http://blue.cornbread.com/2010/08/10/view-from-cape-meares-state-park</link>
		<comments>http://blue.cornbread.com/2010/08/10/view-from-cape-meares-state-park#comments</comments>
		<pubDate>Wed, 11 Aug 2010 03:49:14 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Doing]]></category>

		<guid isPermaLink="false">http://blue.cornbread.com/?p=169</guid>
		<description><![CDATA[


]]></description>
			<content:encoded><![CDATA[<div class="g2image_centered">
<div class="wpg2tag-image"><a href="http://blue.cornbread.com/v/oregon2010/IMG_0961.jpg.html" title="View from Cape Meares State Park"><img src="http://blue.cornbread.com/gallery2/d/8856-2/IMG_0961.jpg" width="150" height="113" id="IFid2" class="ImageFrame_None" alt="View from Cape Meares State Park" longdesc="View from Cape Meares State Park"/></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2010/08/10/view-from-cape-meares-state-park/feed</wfw:commentRss>
		</item>
		<item>
		<title>Running Windows from an existing partition in a dual boot Windows/Ubuntu</title>
		<link>http://blue.cornbread.com/2009/08/03/running-windows-from-an-existing-partition-in-a-dual-boot-windowsubuntu</link>
		<comments>http://blue.cornbread.com/2009/08/03/running-windows-from-an-existing-partition-in-a-dual-boot-windowsubuntu#comments</comments>
		<pubDate>Mon, 03 Aug 2009 21:00:49 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Doing]]></category>

		<guid isPermaLink="false">http://blue.cornbread.com/?p=168</guid>
		<description><![CDATA[I found some good instructions on running Windows from an existing partition in a dual boot Windows/Ubuntu system.
]]></description>
			<content:encoded><![CDATA[<p>I found some <a href="http://anderstornvig.dk/2008/06/03/running-existing-windows-in-virtualbox-on-ubuntu/" title="http://anderstornvig.dk/2008/06/03/running-existing-windows-in-virtualbox-on-ubuntu/">good instructions</a> on running Windows from an existing partition in a dual boot Windows/Ubuntu system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2009/08/03/running-windows-from-an-existing-partition-in-a-dual-boot-windowsubuntu/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Pretenders</title>
		<link>http://blue.cornbread.com/2009/03/01/the-pretenders</link>
		<comments>http://blue.cornbread.com/2009/03/01/the-pretenders#comments</comments>
		<pubDate>Mon, 02 Mar 2009 03:01:57 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Doing]]></category>

		<guid isPermaLink="false">http://blue.cornbread.com/?p=167</guid>
		<description><![CDATA[We saw the Pretenders at Stubb&#8217;s in Austin, Texas.   We had the good fortune of running into a few of our friends of a certain age demographic.  Chrissie Hynde and original member Martin Chambers played a number of songs from their new album, Break Up the Concrete.  Songs they played included [...]]]></description>
			<content:encoded><![CDATA[<p>We saw the Pretenders at <a href="http://www.stubbsaustin.com/">Stubb&#8217;s</a> in Austin, Texas.   We had the good fortune of running into a few of our friends of a certain age demographic.  Chrissie Hynde and original member Martin Chambers played a number of songs from their new album, <em>Break Up the Concrete</em>.  Songs they played included Boots of Chinese Plastic, The Nothing Maker, Don&#8217;t Cut Your Hair, Brass in Pocket, and Message of Love.  Chrissie sounded fantastic!</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2009/03/01/the-pretenders/feed</wfw:commentRss>
		</item>
		<item>
		<title>Test for Webdav over SSL</title>
		<link>http://blue.cornbread.com/2009/02/09/webdav</link>
		<comments>http://blue.cornbread.com/2009/02/09/webdav#comments</comments>
		<pubDate>Mon, 09 Feb 2009 19:15:52 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Computers]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blue.cornbread.com/?p=165</guid>
		<description><![CDATA[openssl s_client -connect localhost:443
After the key exchange, enter the following:
OPTIONS / HTTP/1.1
host: localhost
After hitting enter once or twice, I got this:
HTTP/1.1 200 OK
Server: Changed to protect the innocent 1.0
X-Powered-By: Some server
Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS
The Allow header shows that WebDAV methods are enabled, even though cadaver wouldn&#8217;t connect.
]]></description>
			<content:encoded><![CDATA[<p><code>openssl s_client -connect localhost:443</code><br />
After the key exchange, enter the following:<br />
<code>OPTIONS / HTTP/1.1</code><br />
<code>host: localhost</code></p>
<p>After hitting enter once or twice, I got this:<br />
<code>HTTP/1.1 200 OK</code><br />
<code>Server: Changed to protect the innocent 1.0</code><br />
<code>X-Powered-By: Some server</code><br />
<code>Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS</code></p>
<p>The Allow header shows that WebDAV methods are enabled, even though <code>cadaver</code> wouldn&#8217;t connect.</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2009/02/09/webdav/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using ssh and ssl with key pairs</title>
		<link>http://blue.cornbread.com/2009/01/16/ssh</link>
		<comments>http://blue.cornbread.com/2009/01/16/ssh#comments</comments>
		<pubDate>Fri, 16 Jan 2009 20:12:23 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Doing]]></category>

		<guid isPermaLink="false">http://blue.cornbread.com/?p=164</guid>
		<description><![CDATA[The following link has excellent instructions on a convenient and secure way to be able to copy files or move between servers without having to enter passwords every time, a boon to security-conscious people with huge passwords:
http://www.thegeekstuff.com/2008/06/perform-ssh-and-scp-without-entering-password-on-openssh/.
]]></description>
			<content:encoded><![CDATA[<p>The following link has excellent instructions on a convenient and secure way to be able to copy files or move between servers without having to enter passwords every time, a boon to security-conscious people with huge passwords:<br />
<a href="http://www.thegeekstuff.com/2008/06/perform-ssh-and-scp-without-entering-password-on-openssh/">http://www.thegeekstuff.com/2008/06/perform-ssh-and-scp-without-entering-password-on-openssh/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2009/01/16/ssh/feed</wfw:commentRss>
		</item>
		<item>
		<title>You&#8217;ve got to exercise your rights&#8230;</title>
		<link>http://blue.cornbread.com/2008/10/30/exercise-your-rights</link>
		<comments>http://blue.cornbread.com/2008/10/30/exercise-your-rights#comments</comments>
		<pubDate>Thu, 30 Oct 2008 08:19:13 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Being]]></category>

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

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

		<guid isPermaLink="false">http://blue.cornbread.com/?p=163</guid>
		<description><![CDATA[You've got to exercise your right to torture.]]></description>
			<content:encoded><![CDATA[<p>The mind is a terrible thing.  I should never play <a href="http://en.wikipedia.org/wiki/Call_of_Duty_4">Call of Duty 4</a> and read the <a href="http://www.huffingtonpost.com/">Huffington Post</a> right before bedtime.</p>
<p>In my dream,  I was an undercover reporter.  My job was to infiltrate a new prison built in secret right here in the good ole US of A as a replacement for <a href="http://en.wikipedia.org/wiki/Guantanamo_Bay_detainment_camp">Guantanamo Bay Detainment Camp</a>.  I was able to get inside and tour the facilities.  It was cavernous, like a warehouse, but it was still under construction and yet to be populated with the prisoners it was intended for.  The McCain team was crawling all over the place.  What I didn&#8217;t expect was the first detainee.  Sarah Palin had been taken there, tied to a pole and presumably beaten.  She still looked great, all things considered.  The rumored rift between McCain and Palin was worse then I thought, but in the end, cooler heads prevailed and Sarah Palin had been released.  Spunky as ever, she winked at the men and women who&#8217;d fought so hard for her freedom, telling them &#8220;you&#8217;ve got to exercise your right to torture&#8221;.</p>
<p>I&#8217;d seen enough.  It was time to go.  I left through the front gate, just barely getting clearance to leave from the commanding officer.  Fortunately for me, an explosion disturbed the uneasy peace.  The <a href="http://www.freedomsenemies.com/theleft.asp">enemies of freedom</a> were on the offensive.  As I made my way to the awaiting driver, a helicopter began circling overhead.   I noticed the laser site as it danced on the ground around me.  I&#8217;d seen this movie before&#8211;I was the target.  I ran to the car and we made our escape.  The helicopter joined us in hot pursuit.  As I tried to get a shot out the car window, I saw a group of Hispanic men in work clothes packed into the helicopter.  It was a crack squad of undocumented assassins.  I&#8217;d been mistaken as a Republican operative.  We made our way into the Hollywood hills, where we finally arrived at the lair of one of the Liberal Hollywood Elite, Peter Fonda.  As I tried to explain the imminent danger we were in, the helicopter found us and began circling overhead.  Despite my urgent pleas, Peter Fonda just couldn&#8217;t accept that he was being targeted by the working class.  It was up to me.  I fled to the basement, readied a rocket launcher, and stepped outside.  I took aim at the helicopter and fired&#8230;direct hit.  The world was once again a little bit safer for democracy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2008/10/30/exercise-your-rights/feed</wfw:commentRss>
		</item>
		<item>
		<title>Example Apache 2 reverse proxy configuration for multiple web applications</title>
		<link>http://blue.cornbread.com/2008/07/29/example-apache-2-reverse-proxy-configuration-for-multiple-web-applications</link>
		<comments>http://blue.cornbread.com/2008/07/29/example-apache-2-reverse-proxy-configuration-for-multiple-web-applications#comments</comments>
		<pubDate>Tue, 29 Jul 2008 20:42:41 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Computers]]></category>

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

		<guid isPermaLink="false">http://blue.cornbread.com/?p=155</guid>
		<description><![CDATA[Here&#8217;s an example proxy.conf file for Apache2 used to set up a reverse proxy to multiple web applications written using the SEAM framework.  We&#8217;re using mod_proxy_balancer with the intention of being able to add additional servers to each cluster in the future.
# disable proxy requests - if enabled, becomes an open proxy-- very bad
ProxyRequests [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an example proxy.conf file for Apache2 used to set up a reverse proxy to multiple web applications written using the <a href="http://en.wikipedia.org/wiki/JBoss_Seam" title="link to en.wikipedia.org">SEAM</a> framework.  We&#8217;re using <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html" title="link to httpd.apache.org">mod_proxy_balancer</a> with the intention of being able to add additional servers to each cluster in the future.</p>
<p><code># disable proxy requests - if enabled, becomes an open proxy-- very bad<br />
ProxyRequests off<br />
# webapp1<br />
&lt;proxy balancer://webapp1&gt;<br />
  BalancerMember https://webserver.com/webapp1/ route=node1 keepalive=On<br />
&lt;/proxy&gt;<br />
ProxyPass /webapp1 balancer://webapp1 stickysession=JSESSIONID<br />
ProxyPassReverse /webapp1 https://webserver.com/webapp1<br />
# webapp2<br />
&lt;proxy balancer://webapp2&gt;<br />
  BalancerMember https://webserver.com/webapp2 route=node1 keepalive=On<br />
&lt;/proxy&gt;<br />
ProxyPass /webapp2 balancer://webapp2 stickysession=JSESSIONID<br />
ProxyPassReverse /webapp2 https://webserver.com/webapp2<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2008/07/29/example-apache-2-reverse-proxy-configuration-for-multiple-web-applications/feed</wfw:commentRss>
		</item>
		<item>
		<title>Mammatus clouds</title>
		<link>http://blue.cornbread.com/2008/06/11/mammatus-clouds</link>
		<comments>http://blue.cornbread.com/2008/06/11/mammatus-clouds#comments</comments>
		<pubDate>Thu, 12 Jun 2008 03:35:04 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Being]]></category>

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

		<guid isPermaLink="false">http://blue.cornbread.com/?p=153</guid>
		<description><![CDATA[
Mammatus clouds over Salina, Kansas.
]]></description>
			<content:encoded><![CDATA[<p><a href='http://blue.cornbread.com/wp-content/uploads/2008/06/img_3999.jpg'><img src="http://blue.cornbread.com/wp-content/uploads/2008/06/img_3999-300x200.jpg" alt="Tornado weather" title="img_3999" width="300" height="200" class="aligncenter size-medium wp-image-152" /></a></p>
<p>Mammatus clouds over Salina, Kansas.</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2008/06/11/mammatus-clouds/feed</wfw:commentRss>
		</item>
		<item>
		<title>Unix toolbox</title>
		<link>http://blue.cornbread.com/2008/03/29/unix-toolbox</link>
		<comments>http://blue.cornbread.com/2008/03/29/unix-toolbox#comments</comments>
		<pubDate>Sat, 29 Mar 2008 19:52:04 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Computers]]></category>

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

		<guid isPermaLink="false">http://blue.cornbread.com/2008/03/29/unix-toolbox/</guid>
		<description><![CDATA[Here&#8217;s a link to an excellent Unix reference containing just about any command I can think of and then some: http://cb.vu/unixtoolbox.xhtml.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a link to an excellent Unix reference containing just about any command I can think of and then some: <a href="http://cb.vu/unixtoolbox.xhtml">http://cb.vu/unixtoolbox.xhtml</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2008/03/29/unix-toolbox/feed</wfw:commentRss>
		</item>
		<item>
		<title>2008 Democratic Primary in Texas</title>
		<link>http://blue.cornbread.com/2008/03/04/2008primary</link>
		<comments>http://blue.cornbread.com/2008/03/04/2008primary#comments</comments>
		<pubDate>Wed, 05 Mar 2008 05:10:41 +0000</pubDate>
		<dc:creator>snort</dc:creator>
		
		<category><![CDATA[Austin]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://blue.cornbread.com/2008/03/04/2008primary/</guid>
		<description><![CDATA[I&#8217;m not a member of any organized political party, I&#8217;m a Democrat!Will Rogers
This primary, I&#8217;m a Democrat.  I&#8217;m also not a member of an organized political party.  After voting in the Texas Democratic primary, my lovely wife and I participated in the primary caucus at the neighborhood elementary school in Austin, Texas.  [...]]]></description>
			<content:encoded><![CDATA[<p><q>I&#8217;m not a member of any organized political party, I&#8217;m a Democrat!</q><cite>Will Rogers</cite></p>
<p>This primary, I&#8217;m a Democrat.  I&#8217;m also not a member of an organized political party.  After voting in the Texas Democratic primary, my lovely wife and I participated in the primary caucus at the neighborhood elementary school in Austin, Texas.  The turnout was astounding.  The line went out the door several people deep maybe for a block.  After getting through the doors at a local school, our neighbors entered an auditorium, filling it to capacity and then some.  The volunteers were overwhelmed by the turnout, and didn&#8217;t have enough sign up sheets for everyone who showed up.  Plan B was to have people fill blank sheets of paper out by hand.  Stations were set up for people to fill out forms, volunteers chosen, and people were called up to the front.  First to go were people with disabilities, then parents with small kids, and then University of Texas basketball fans.  There was a game on.  One Texas A &#038; M alum took umbrage with this clear display of partisan favoritism, and called for people to sign in table by table, to a sincere round of applause.  Then the behind the scene organizers got busy.  They went to the stations, got the papers and distributed them to people at the tables.  At our table, we talked about how someone should write down how to do this.  I joked about trying to find the piece of paper with the instructions at the next historic caucus, maybe in 30 years or so.  After a brief scramble for pens, the people happily filled in their information, including demographic data and their preference for the presidential nominee.  The room cleared out pretty quickly after that, except for the hard-working volunteers left to tally the <strike>votes</strike> signatures.  The Texas Democratic party has a unique nomination process. I&#8217;m not even sure how to quantify our participation in the caucus, but there were a lot of people who thought it was important to be there and give their candidate an extra push.</p>
]]></content:encoded>
			<wfw:commentRss>http://blue.cornbread.com/2008/03/04/2008primary/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
