<?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/"
		>
<channel>
	<title>Comments for Eric Mason</title>
	<atom:link href="http://ericmason.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ericmason.net</link>
	<description>From Fort Lauderdale, Ruby, Linux, Photography, and Random Things</description>
	<lastBuildDate>Thu, 01 Sep 2011 16:15:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on PuTTY SSH / Windows Clipboard Integration by Jeremy</title>
		<link>http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/comment-page-1/#comment-1871</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 01 Sep 2011 16:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=142#comment-1871</guid>
		<description>...and the &#039;33&#039; should really be prefixed with &#039;\&#039; then &#039;0&#039; but the cut and paste did not save correctly.  slash, zero, 3, 3 being the octal escape character.</description>
		<content:encoded><![CDATA[<p>&#8230;and the &#8217;33&#8242; should really be prefixed with &#8216;\&#8217; then &#8217;0&#8242; but the cut and paste did not save correctly.  slash, zero, 3, 3 being the octal escape character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY SSH / Windows Clipboard Integration by Jeremy</title>
		<link>http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/comment-page-1/#comment-1870</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 01 Sep 2011 16:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=142#comment-1870</guid>
		<description>Here is a version that works for me with ksh.
&lt;code&gt;
function wcl {
  echo &#039;33&#039;&#039;[5i&#039;
  cat $*
  echo &#039;33&#039;&#039;[4i&#039;
  echo &quot;Copied to Windows clipboard&quot; 1&gt;&amp;2
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here is a version that works for me with ksh.<br />
<code><br />
function wcl {<br />
  echo '33''[5i'<br />
  cat $*<br />
  echo '33''[4i'<br />
  echo "Copied to Windows clipboard" 1&gt;&amp;2<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios Plugin to Check Memory by Clif Smith</title>
		<link>http://ericmason.net/2011/01/nagios-plugin-to-check-memory/comment-page-1/#comment-1485</link>
		<dc:creator>Clif Smith</dc:creator>
		<pubDate>Thu, 14 Jul 2011 20:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=169#comment-1485</guid>
		<description>Thanks for this!</description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY SSH / Windows Clipboard Integration by clipboard</title>
		<link>http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/comment-page-1/#comment-1415</link>
		<dc:creator>clipboard</dc:creator>
		<pubDate>Thu, 30 Jun 2011 09:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=142#comment-1415</guid>
		<description>Maybe a solution :)
From the putty title bar right click
Clear Scrollback
cat /var/log/syslog
Copy All to Clipboard
Press Strg+V in your Windows Application
Voila there it is.

hf,

Joerg</description>
		<content:encoded><![CDATA[<p>Maybe a solution <img src='http://ericmason.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
From the putty title bar right click<br />
Clear Scrollback<br />
cat /var/log/syslog<br />
Copy All to Clipboard<br />
Press Strg+V in your Windows Application<br />
Voila there it is.</p>
<p>hf,</p>
<p>Joerg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon EBS Snapshot Backups with LVM and XFS by Amazon EBS Snapshot Backups with LVM and XFS - Ext3 Ext4 Tutorial</title>
		<link>http://ericmason.net/2008/09/amazon-ebs-snapshot-backups-with-lvm-and-xfs/comment-page-1/#comment-1340</link>
		<dc:creator>Amazon EBS Snapshot Backups with LVM and XFS - Ext3 Ext4 Tutorial</dc:creator>
		<pubDate>Sat, 11 Jun 2011 14:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=32#comment-1340</guid>
		<description>[...] Here is a good tutorial show you about Amazon EBS Snapshot Backups with LVM and XFS: I’m working on setting up a server to host email accounts on Amazon EC2 using the newly released Elastic Block Storage.  My benchmarking has shown XFS to be better than ReiserFS for this task – and presumably EXT3, but I ran out of patience. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is a good tutorial show you about Amazon EBS Snapshot Backups with LVM and XFS: I’m working on setting up a server to host email accounts on Amazon EC2 using the newly released Elastic Block Storage.  My benchmarking has shown XFS to be better than ReiserFS for this task – and presumably EXT3, but I ran out of patience. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY SSH / Windows Clipboard Integration by eric</title>
		<link>http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/comment-page-1/#comment-1237</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 27 May 2011 09:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=142#comment-1237</guid>
		<description>@Boris Good question. I remember noticing that as well. I wasn&#039;t able to find a quick solution from looking at the code. I personally stopped using this when I found out it doesn&#039;t work well with GNU Screen, so I haven&#039;t looked into it any further.</description>
		<content:encoded><![CDATA[<p>@Boris Good question. I remember noticing that as well. I wasn&#8217;t able to find a quick solution from looking at the code. I personally stopped using this when I found out it doesn&#8217;t work well with GNU Screen, so I haven&#8217;t looked into it any further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY SSH / Windows Clipboard Integration by boris</title>
		<link>http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/comment-page-1/#comment-1236</link>
		<dc:creator>boris</dc:creator>
		<pubDate>Fri, 27 May 2011 08:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=142#comment-1236</guid>
		<description>Hi,
thanks for the modified 0.6 version.
Unfortunately, the option &quot;Windows clipboard&quot; is not saved to the registry when saving a setting, the key is left empty. Even changing the &quot;Printer&quot; key to &quot;Windows clipboard&quot; with regedit does not help, I always have to change it manually with the putty frontend.
What happens? What&#039;s the correct registry &quot;Printer&quot; key value?

Regards,
Boris</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for the modified 0.6 version.<br />
Unfortunately, the option &#8220;Windows clipboard&#8221; is not saved to the registry when saving a setting, the key is left empty. Even changing the &#8220;Printer&#8221; key to &#8220;Windows clipboard&#8221; with regedit does not help, I always have to change it manually with the putty frontend.<br />
What happens? What&#8217;s the correct registry &#8220;Printer&#8221; key value?</p>
<p>Regards,<br />
Boris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nagios Plugin to Check Memory by Paul Charles Leddy</title>
		<link>http://ericmason.net/2011/01/nagios-plugin-to-check-memory/comment-page-1/#comment-1048</link>
		<dc:creator>Paul Charles Leddy</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=169#comment-1048</guid>
		<description>Some html coding stuck into the code. I fix them on my side.

Been looking for this for a while, thanks.</description>
		<content:encoded><![CDATA[<p>Some html coding stuck into the code. I fix them on my side.</p>
<p>Been looking for this for a while, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY SSH / Windows Clipboard Integration by eric</title>
		<link>http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/comment-page-1/#comment-1003</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Thu, 07 Apr 2011 13:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=142#comment-1003</guid>
		<description>Are you using &lt;a href=&quot;http://www.gnu.org/software/screen/&quot; rel=&quot;nofollow&quot;&gt;Screen&lt;/a&gt;?  I have observed the same behavior under Screen and never did find a solution.</description>
		<content:encoded><![CDATA[<p>Are you using <a href="http://www.gnu.org/software/screen/" rel="nofollow">Screen</a>?  I have observed the same behavior under Screen and never did find a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY SSH / Windows Clipboard Integration by Leandro Stasi</title>
		<link>http://ericmason.net/2010/04/putty-ssh-windows-clipboard-integration/comment-page-1/#comment-1001</link>
		<dc:creator>Leandro Stasi</dc:creator>
		<pubDate>Thu, 07 Apr 2011 08:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://ericmason.net/?p=142#comment-1001</guid>
		<description>It was really easy to setup and it almost work perfeclty, but I only get last part of the text in the clip board, it gets choped at around 1000 chars.</description>
		<content:encoded><![CDATA[<p>It was really easy to setup and it almost work perfeclty, but I only get last part of the text in the clip board, it gets choped at around 1000 chars.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

