<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for crashingdaily</title>
	<atom:link href="http://crashingdaily.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://crashingdaily.wordpress.com</link>
	<description>admin sys a terrible thing to waste</description>
	<lastBuildDate>Mon, 09 Nov 2009 13:06:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Compiling mysql on Fedora 8 by Jeetendra Ranjan</title>
		<link>http://crashingdaily.wordpress.com/2009/08/22/compiling-mysql-on-fedora-8/#comment-392</link>
		<dc:creator>Jeetendra Ranjan</dc:creator>
		<pubDate>Mon, 09 Nov 2009 13:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=152#comment-392</guid>
		<description>This is really nice. I searched a lot for mysql 5.1.37 for fedora 8 but couldn&#039;t success. This will be really helpfull for me if you could assist me in getting the same.</description>
		<content:encoded><![CDATA[<p>This is really nice. I searched a lot for mysql 5.1.37 for fedora 8 but couldn&#8217;t success. This will be really helpfull for me if you could assist me in getting the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mounting Filesystems with SSH Forwarding Across a Gateway by Persisting ssh connections while changing networks &#171; crashingdaily</title>
		<link>http://crashingdaily.wordpress.com/2007/02/10/mounting-filesystems-with-ssh-forwarding-across-a-gateway/#comment-386</link>
		<dc:creator>Persisting ssh connections while changing networks &#171; crashingdaily</dc:creator>
		<pubDate>Fri, 31 Jul 2009 21:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/2007/02/10/mounting-filesystems-with-ssh-forwarding-across-a-gateway/#comment-386</guid>
		<description>[...] Linux, Tips &#124; Tags: autossh, Linux, screen, SOCKS, ssh, sshfs    I recently re-discovered autossh. I&#8217;ve been using it to persist mounted sshfs volumes but am only just now realizing it&#8217;s the scratch for some of [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux, Tips | Tags: autossh, Linux, screen, SOCKS, ssh, sshfs    I recently re-discovered autossh. I&#8217;ve been using it to persist mounted sshfs volumes but am only just now realizing it&#8217;s the scratch for some of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diff two stdout streams by crashingdaily</title>
		<link>http://crashingdaily.wordpress.com/2008/03/06/diff-two-stdout-streams/#comment-384</link>
		<dc:creator>crashingdaily</dc:creator>
		<pubDate>Sat, 18 Jul 2009 05:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=48#comment-384</guid>
		<description>I don&#039;t recall if I was using OS X 10.4 or an early version of 10.5 when I originally wrote this post, but I just tried with the diff on 10.5.7 and it does work now.
 
$ diff --version
diff (GNU diffutils) 2.8.1

$ diff  &lt;( sort A &#124; tr [:lower:] [:upper:] )
2a3
&gt; HARMONY</description>
		<content:encoded><![CDATA[<p>I don&#8217;t recall if I was using OS X 10.4 or an early version of 10.5 when I originally wrote this post, but I just tried with the diff on 10.5.7 and it does work now.</p>
<p>$ diff &#8211;version<br />
diff (GNU diffutils) 2.8.1</p>
<p>$ diff  &lt;( sort A | tr [:lower:] [:upper:] )<br />
2a3<br />
&gt; HARMONY</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diff two stdout streams by Joshua Rogers</title>
		<link>http://crashingdaily.wordpress.com/2008/03/06/diff-two-stdout-streams/#comment-383</link>
		<dc:creator>Joshua Rogers</dc:creator>
		<pubDate>Sat, 18 Jul 2009 05:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=48#comment-383</guid>
		<description>I&#039;ve found that gdiff (part of macports package diffutils) does this nicely.

$ gdiff -B &lt;( jrun ausduv &quot;show route protocol aggregate terse table inet.0&quot; &#124; grep &quot;/&quot; ) &lt;( jrun ausrdc &quot;show route protocol aggregate terse table inet.0&quot; &#124; grep &quot;/&quot; )
3d2
&lt; * 24.153.150.0/26    A 130                        Reject
15d13
&lt; * 67.79.208.0/21     A 130                        Reject</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found that gdiff (part of macports package diffutils) does this nicely.</p>
<p>$ gdiff -B &lt;( jrun ausduv &quot;show route protocol aggregate terse table inet.0&quot; | grep &quot;/&quot; ) &lt;( jrun ausrdc &quot;show route protocol aggregate terse table inet.0&quot; | grep &quot;/&quot; )<br />
3d2<br />
&lt; * 24.153.150.0/26    A 130                        Reject<br />
15d13<br />
&lt; * 67.79.208.0/21     A 130                        Reject</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diff two stdout streams by Joshua Rogers</title>
		<link>http://crashingdaily.wordpress.com/2008/03/06/diff-two-stdout-streams/#comment-382</link>
		<dc:creator>Joshua Rogers</dc:creator>
		<pubDate>Sat, 18 Jul 2009 05:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=48#comment-382</guid>
		<description>Gah, I have the same problem with my OSX box.  Sounds like it has something to do with the darwin diff?  Is there a fix, or an alternative diff that can be used to do this?</description>
		<content:encoded><![CDATA[<p>Gah, I have the same problem with my OSX box.  Sounds like it has something to do with the darwin diff?  Is there a fix, or an alternative diff that can be used to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disappointing YSlow automation with Selenium by Cesium for automated YSlow reporting &#171; crashingdaily</title>
		<link>http://crashingdaily.wordpress.com/2009/07/10/disappointing-yslow-automation-with-selenium/#comment-381</link>
		<dc:creator>Cesium for automated YSlow reporting &#171; crashingdaily</dc:creator>
		<pubDate>Fri, 10 Jul 2009 11:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=140#comment-381</guid>
		<description>[...] 10, 2009 in Tips &#124; Tags: cesium, Selenium, showslow, testing    Hot on the heels of yesterday&#8217;s posting about my brief experience with YSlow in a Selenium framework, comes the release of Cesium 0.1, a [...]</description>
		<content:encoded><![CDATA[<p>[...] 10, 2009 in Tips | Tags: cesium, Selenium, showslow, testing    Hot on the heels of yesterday&#8217;s posting about my brief experience with YSlow in a Selenium framework, comes the release of Cesium 0.1, a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing Hudson LDAP authentication by Phoebus</title>
		<link>http://crashingdaily.wordpress.com/2008/11/20/securing-hudson-ldap-authentication/#comment-379</link>
		<dc:creator>Phoebus</dc:creator>
		<pubDate>Tue, 05 May 2009 09:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=98#comment-379</guid>
		<description>The ssl connection problem has bothered me for several weeks until I come with your post. Thank you very much!</description>
		<content:encoded><![CDATA[<p>The ssl connection problem has bothered me for several weeks until I come with your post. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hudson LDAP group authorization by crashingdaily</title>
		<link>http://crashingdaily.wordpress.com/2008/11/16/hudson-ldap-group-authorization/#comment-378</link>
		<dc:creator>crashingdaily</dc:creator>
		<pubDate>Wed, 29 Apr 2009 16:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=94#comment-378</guid>
		<description>I finally got around to upgrading to the current version, 1.301, and the above instructions still apply for regular LDAP configurations - specifically, I&#039;m using Fedora Directory Server. Active Directory, apparently not so much.</description>
		<content:encoded><![CDATA[<p>I finally got around to upgrading to the current version, 1.301, and the above instructions still apply for regular LDAP configurations &#8211; specifically, I&#8217;m using Fedora Directory Server. Active Directory, apparently not so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rsync and sudo over SSH by Sam</title>
		<link>http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-377</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 06 Apr 2009 20:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/2007/06/29/rsync-and-sudo-over-ssh/#comment-377</guid>
		<description>Very helpful, thank you.</description>
		<content:encoded><![CDATA[<p>Very helpful, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hudson LDAP group authorization by Note su Hudson e CruiseControl &#171; Software Libero e non solo</title>
		<link>http://crashingdaily.wordpress.com/2008/11/16/hudson-ldap-group-authorization/#comment-376</link>
		<dc:creator>Note su Hudson e CruiseControl &#171; Software Libero e non solo</dc:creator>
		<pubDate>Sun, 05 Apr 2009 11:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://crashingdaily.wordpress.com/?p=94#comment-376</guid>
		<description>[...] Occorre considerare l&#8217;integrazione con LDAP. Per Hudson un post interessante è qui. [...]</description>
		<content:encoded><![CDATA[<p>[...] Occorre considerare l&#8217;integrazione con LDAP. Per Hudson un post interessante è qui. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
