<?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 blog.ryara.net</title>
	<atom:link href="http://blog.ryara.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ryara.net</link>
	<description></description>
	<lastBuildDate>Tue, 13 Dec 2011 02:21:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PuTTY 0.61 with clickable links by Thomas Nybergh</title>
		<link>http://blog.ryara.net/2011/07/14/putty-0-61-with-clickable-links/comment-page-1/#comment-16262</link>
		<dc:creator>Thomas Nybergh</dc:creator>
		<pubDate>Tue, 13 Dec 2011 02:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/?p=178#comment-16262</guid>
		<description>Thanks a lot for your effort!

PuTTY was patched just now for security http://www.h-online.com/security/news/item/Security-problem-in-PuTTY-SSH-client-fixed-1393673.html

Are you planning to keep up with new versions and provide new binaries?</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your effort!</p>
<p>PuTTY was patched just now for security <a href="http://www.h-online.com/security/news/item/Security-problem-in-PuTTY-SSH-client-fixed-1393673.html" rel="nofollow">http://www.h-online.com/security/news/item/Security-problem-in-PuTTY-SSH-client-fixed-1393673.html</a></p>
<p>Are you planning to keep up with new versions and provide new binaries?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY 0.61 with clickable links by Robby Glasco</title>
		<link>http://blog.ryara.net/2011/07/14/putty-0-61-with-clickable-links/comment-page-1/#comment-16126</link>
		<dc:creator>Robby Glasco</dc:creator>
		<pubDate>Mon, 19 Sep 2011 15:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/?p=178#comment-16126</guid>
		<description>Good stuff. I&#039;d love it to recognize email addresses as clickable, per Ericom and WRQ.</description>
		<content:encoded><![CDATA[<p>Good stuff. I&#8217;d love it to recognize email addresses as clickable, per Ericom and WRQ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY 0.61 with clickable links by felix hoffmann</title>
		<link>http://blog.ryara.net/2011/07/14/putty-0-61-with-clickable-links/comment-page-1/#comment-16125</link>
		<dc:creator>felix hoffmann</dc:creator>
		<pubDate>Mon, 19 Sep 2011 02:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/?p=178#comment-16125</guid>
		<description>Beautifully executed!</description>
		<content:encoded><![CDATA[<p>Beautifully executed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY 0.61 with clickable links by Kal McFate</title>
		<link>http://blog.ryara.net/2011/07/14/putty-0-61-with-clickable-links/comment-page-1/#comment-16115</link>
		<dc:creator>Kal McFate</dc:creator>
		<pubDate>Tue, 13 Sep 2011 17:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/?p=178#comment-16115</guid>
		<description>Woot, a new version of putty with clickable links that supports krb auth.</description>
		<content:encoded><![CDATA[<p>Woot, a new version of putty with clickable links that supports krb auth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PuTTY 0.61 with clickable links by Mikkel Kroman</title>
		<link>http://blog.ryara.net/2011/07/14/putty-0-61-with-clickable-links/comment-page-1/#comment-15979</link>
		<dc:creator>Mikkel Kroman</dc:creator>
		<pubDate>Sat, 16 Jul 2011 22:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/?p=178#comment-15979</guid>
		<description>Thank you. I really appreciate it.</description>
		<content:encoded><![CDATA[<p>Thank you. I really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flashing taskbar with PuTTY + irssi + screen by tobbez</title>
		<link>http://blog.ryara.net/2007/06/29/flashing-taskbar-with-putty-irssi-screen/comment-page-1/#comment-15893</link>
		<dc:creator>tobbez</dc:creator>
		<pubDate>Wed, 02 Mar 2011 00:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/2007/06/29/flashing-taskbar-with-putty-irssi-screen/#comment-15893</guid>
		<description>If you want screen to beep when a bell character is sent in one of its background windows you can add
&lt;code&gt;bell_msg &#039;Bell in window %n ^G&#039;&lt;/code&gt;
to your screenrc. The important part here is ^G which tells screen to send the bell character, and %n will be replaced by the number of the window that sent the bell.

To apply it it to a screen session that is already running, do:
&lt;code&gt;^A :bell_msg &#039;Bell in window %n ^G&#039;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you want screen to beep when a bell character is sent in one of its background windows you can add<br />
<code>bell_msg 'Bell in window %n ^G'</code><br />
to your screenrc. The important part here is ^G which tells screen to send the bell character, and %n will be replaced by the number of the window that sent the bell.</p>
<p>To apply it it to a screen session that is already running, do:<br />
<code>^A :bell_msg 'Bell in window %n ^G'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flashing taskbar with PuTTY + irssi + screen by Martin</title>
		<link>http://blog.ryara.net/2007/06/29/flashing-taskbar-with-putty-irssi-screen/comment-page-1/#comment-15892</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 28 Feb 2011 13:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/2007/06/29/flashing-taskbar-with-putty-irssi-screen/#comment-15892</guid>
		<description>This is nice! Been looking for easy instructions for something like this. I tried this and it works as expected when you have irssi shown as the window on screen. I set this up to have a sound play as well. So when I get hilighted, I hear a sound, even when putty is minimized. Pretty cool.

However, if you have another window open in screen, other than irssi, then you will only see &quot;Window in bell 0&quot; and no flashing in putty (and therefore no sound). Is this something you can confirm? Is there a way around this other than keeping irssi as the open window in screen?</description>
		<content:encoded><![CDATA[<p>This is nice! Been looking for easy instructions for something like this. I tried this and it works as expected when you have irssi shown as the window on screen. I set this up to have a sound play as well. So when I get hilighted, I hear a sound, even when putty is minimized. Pretty cool.</p>
<p>However, if you have another window open in screen, other than irssi, then you will only see &#8220;Window in bell 0&#8243; and no flashing in putty (and therefore no sound). Is this something you can confirm? Is there a way around this other than keeping irssi as the open window in screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on lighttpd rewrite rules for Symphony CMS by mjf</title>
		<link>http://blog.ryara.net/2009/12/05/lighttpd-rewrite-rules-for-symphony-cms/comment-page-1/#comment-15374</link>
		<dc:creator>mjf</dc:creator>
		<pubDate>Tue, 25 May 2010 21:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/?p=135#comment-15374</guid>
		<description>Thank you!

These rules worked almost straight out of the box for my Cherokee configuration. The order and everything was already perfect.

The only trick was the top three needed to be regular expression static content rules instead of re-directs.</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
<p>These rules worked almost straight out of the box for my Cherokee configuration. The order and everything was already perfect.</p>
<p>The only trick was the top three needed to be regular expression static content rules instead of re-directs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling SDL_gfx (2.0.17) on Visual Studio 2008 (VS9) by younes</title>
		<link>http://blog.ryara.net/2008/07/12/compiling-sdl_gfx-2017-on-visual-studio-2008-vs9/comment-page-1/#comment-15301</link>
		<dc:creator>younes</dc:creator>
		<pubDate>Sun, 02 May 2010 13:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/2008/07/12/compiling-sdl_gfx-2017-on-visual-studio-2008-vs9/#comment-15301</guid>
		<description>I&#039;m really thankful
i&#039;m helping a friend in his PFE (End of study project), and i was blocked was all this complication.
Now all goes like a charm.
thanks a lot
and keep going.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really thankful<br />
i&#8217;m helping a friend in his PFE (End of study project), and i was blocked was all this complication.<br />
Now all goes like a charm.<br />
thanks a lot<br />
and keep going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling SDL_gfx (2.0.17) on Visual Studio 2008 (VS9) by tobbez</title>
		<link>http://blog.ryara.net/2008/07/12/compiling-sdl_gfx-2017-on-visual-studio-2008-vs9/comment-page-1/#comment-15262</link>
		<dc:creator>tobbez</dc:creator>
		<pubDate>Sat, 17 Apr 2010 15:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryara.net/2008/07/12/compiling-sdl_gfx-2017-on-visual-studio-2008-vs9/#comment-15262</guid>
		<description>You&#039;ll need to add DLL_EXPORT to the preprocessor defintions in C/C++ -&gt; Preprocessor in the project options.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll need to add DLL_EXPORT to the preprocessor defintions in C/C++ -&gt; Preprocessor in the project options.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching using apc
Object Caching 463/469 objects using apc

Served from: blog.ryara.net @ 2012-02-05 09:21:18 -->
