<?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>Javascinating and Linuxtraordinary</title>
	<atom:link href="http://gprussell.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://gprussell.net/blog</link>
	<description>Occasional articles from the fascinating and extraordinary worlds of Java and Linux - I just love this stuff</description>
	<lastBuildDate>Thu, 15 Sep 2011 12:52:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Green Beans: Getting Started with Spring</title>
		<link>http://gprussell.net/blog/2011/01/07/green-beans-getting-started-with-spring/</link>
		<comments>http://gprussell.net/blog/2011/01/07/green-beans-getting-started-with-spring/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 01:14:51 +0000</pubDate>
		<dc:creator>Gary P. Russell</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://gprussell.net/blog/?p=222</guid>
		<description><![CDATA[Check out the new series of &#8220;Getting Started with Spring&#8221; articles &#8220;from the Source&#8221;&#8230; http://blog.springsource.com/category/green-beans/]]></description>
			<content:encoded><![CDATA[<p>Check out the new series of &#8220;Getting Started with Spring&#8221; articles &#8220;from the Source&#8221;&#8230; </p>
<p><a href="http://blog.springsource.com/category/green-beans/">http://blog.springsource.com/category/green-beans/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gprussell.net/blog/2011/01/07/green-beans-getting-started-with-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Integration tcp/ip Sample Available</title>
		<link>http://gprussell.net/blog/2010/11/07/spring-integration-tcpip-sample-available/</link>
		<comments>http://gprussell.net/blog/2010/11/07/spring-integration-tcpip-sample-available/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 15:37:26 +0000</pubDate>
		<dc:creator>Gary P. Russell</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Integration]]></category>

		<guid isPermaLink="false">http://gprussell.net/blog/?p=197</guid>
		<description><![CDATA[The collection of Spring Integration samples now includes a simple demonstration of using tcp inbound and outbound gateways. It also shows how to inject messages into a Spring Integration flow using a simple telnet client. See tcp-client-server under the &#8216;basic&#8217; &#8230; <a href="http://gprussell.net/blog/2010/11/07/spring-integration-tcpip-sample-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The collection of Spring Integration samples now includes a simple demonstration of using tcp inbound and outbound gateways. It also shows how to inject messages into a Spring Integration flow using a simple telnet client.</p>
<p>See tcp-client-server under the &#8216;basic&#8217; projects.</p>
<p><del datetime="2011-09-15T12:47:29+00:00">You can get all the samples using git, as described in</del><a href="http://blog.springsource.com/2010/09/29/new-spring-integration-samples/">Oleg&#8217;s post on the SpringSource Team Blog</a>. <del datetime="2011-09-15T12:47:29+00:00">Or, you can browse this sample <a href="http://git.springsource.org/spring-integration/samples/trees/master/basic/tcp-client-server">here</a>. There&#8217;s also a link to download all the samples in a gzipped tarball on that page (&#8216;Download master as tar.gz&#8217;).<br />
</del><br />
<strong>Edit:</strong> The samples have now moved to <a href="https://github.com/SpringSource/spring-integration-samples">gitub</a>. Click on &#8216;Downloads&#8217; if you don&#8217;t use Git. You can also browse the tcp/ip sample <a href="https://github.com/SpringSource/spring-integration-samples/tree/master/basic/tcp-client-server">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://gprussell.net/blog/2010/11/07/spring-integration-tcpip-sample-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lucid X11 Forwarding Woes [SOLVED]</title>
		<link>http://gprussell.net/blog/2010/10/18/lucid-x11-forwarding-woes/</link>
		<comments>http://gprussell.net/blog/2010/10/18/lucid-x11-forwarding-woes/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 20:10:47 +0000</pubDate>
		<dc:creator>Gary P. Russell</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://gprussell.net/blog/?p=171</guid>
		<description><![CDATA[I have had some problems getting X11 forwarding to work with Lucid (using PuTTY from a Windoze XP VM running on the same box). PuTTY log showed &#8216;X11 forwarding refused&#8217;; on the Host (Ubuntu), the /var/log/auth.log showed &#8216;error: Failed to &#8230; <a href="http://gprussell.net/blog/2010/10/18/lucid-x11-forwarding-woes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have had some problems getting X11 forwarding to work with Lucid (using PuTTY from a Windoze XP VM running on the same box).</p>
<p>PuTTY log showed &#8216;X11 forwarding refused&#8217;; on the Host (Ubuntu), the /var/log/auth.log showed &#8216;error: Failed to allocate internet-domain X11 display socket&#8217;.</p>
<p>Various googling pointed to an issue with sshd and ipV6 &#8211; this shouldn&#8217;t have been my problem because I&#8217;d previously disabled ipV6 per the instructions <a href="http://www.webupd8.org/2010/05/how-to-disable-ipv6-in-ubuntu-1004.html">here</a></p>
<p>However, what was odd was that even with ipV6 disabled, netstat -lntp still showed as sshd listening on :::22. I had no problems connecting with SSH, but X11 just didn&#8217;t work.</p>
<p>More googling suggested running sshd with the -4 switch, and uncommenting the LocalAddress=0.0.0.0 in /etc/ssh/sshd_config.</p>
<p>Neither of these worked for me, either separately or together, even though netstat now showed it listening on 0.0.0.0:22</p>
<p>What WORKED for me was to add &#8216;AddressFamily inet&#8217; to /etc/ssh/sshd_config</p>
<p>YMMV but I hope this saves someone some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://gprussell.net/blog/2010/10/18/lucid-x11-forwarding-woes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TCP and UDP Channel Adapters in Spring Integration 2.0.0 M3</title>
		<link>http://gprussell.net/blog/2010/04/08/tcp-and-udp-channel-adapters-in-spring-integration-200-m3/</link>
		<comments>http://gprussell.net/blog/2010/04/08/tcp-and-udp-channel-adapters-in-spring-integration-200-m3/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 03:38:47 +0000</pubDate>
		<dc:creator>Gary P. Russell</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Integration]]></category>

		<guid isPermaLink="false">http://gprussell.net/blog/?p=166</guid>
		<description><![CDATA[Check out my recent blog about this cool technology at SpringSource.]]></description>
			<content:encoded><![CDATA[<p>Check out my recent <a href="http://blog.springsource.com/2010/03/29/using-udp-and-tcp-adapters-in-spring-integration-2-0-m3/">blog</a> about this cool technology at SpringSource.</p>
]]></content:encoded>
			<wfw:commentRss>http://gprussell.net/blog/2010/04/08/tcp-and-udp-channel-adapters-in-spring-integration-200-m3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSI K9N2 SLI Platinum / AMD Phenom 9600 x4 0x0000007e Stop</title>
		<link>http://gprussell.net/blog/2009/07/28/msi-k9n2-sli-platinum-amd-phenom-9600-x4-0x0000007e-stop/</link>
		<comments>http://gprussell.net/blog/2009/07/28/msi-k9n2-sli-platinum-amd-phenom-9600-x4-0x0000007e-stop/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:20:07 +0000</pubDate>
		<dc:creator>Gary P. Russell</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://gprussell.net/blog/2009/07/28/msi-k9n2-sli-platinum-amd-phenom-9600-x4-0x0000007e-stop/</guid>
		<description><![CDATA[More details to follow, but here are the cliff notes&#8230; After moving WinXP disk to this platform, received the dreaded 0x7e stop on boot; google pointed me to a problem with intelpmp.dll, but this wasn&#8217;t my (initial) problem; I couldn&#8217;t &#8230; <a href="http://gprussell.net/blog/2009/07/28/msi-k9n2-sli-platinum-amd-phenom-9600-x4-0x0000007e-stop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>More details to follow, but here are the cliff notes&#8230; </p>
<p>After moving WinXP disk to this platform, received the dreaded 0x7e stop on boot; google pointed me to a problem with intelpmp.dll, but this wasn&#8217;t my (initial) problem; I couldn&#8217;t even boot from the XP install disk which is not tailored for Intel.</p>
<p>Turned out a mobo bios flash (3.3 -> 3.5) did the trick (also had to remove the intelpmp.dll because the install came from an Intel box).</p>
<p>Hope this helps someone.</p>
<p>Will fill in the details later.</p>
]]></content:encoded>
			<wfw:commentRss>http://gprussell.net/blog/2009/07/28/msi-k9n2-sli-platinum-amd-phenom-9600-x4-0x0000007e-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

