<?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 OpenVOS Blog</title>
	<atom:link href="http://www.stratus.com/blog/openvos/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.stratus.com/blog/openvos</link>
	<description>Continuous Availability on VOS</description>
	<lastBuildDate>Wed, 13 Mar 2013 14:49:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on How to access the graphical administrative interface of devices on the maintenance network by Charlie Spitzer</title>
		<link>http://www.stratus.com/blog/openvos/?p=1963&#038;cpage=1#comment-1435</link>
		<dc:creator>Charlie Spitzer</dc:creator>
		<pubDate>Wed, 13 Mar 2013 14:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratus.com/blog/openvos/?p=1963#comment-1435</guid>
		<description><![CDATA[You can also use lynx, a ported Posix open source package, to view web pages on a vos module. This is available on the page

ftp://ftp.stratus.com/vos/posix/ga/v-series/v-series.html]]></description>
		<content:encoded><![CDATA[<p>You can also use lynx, a ported Posix open source package, to view web pages on a vos module. This is available on the page</p>
<p><a href="ftp://ftp.stratus.com/vos/posix/ga/v-series/v-series.html" rel="nofollow">ftp://ftp.stratus.com/vos/posix/ga/v-series/v-series.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Easy Way To Improve TCP Throughput Across Subnets by Bernd Jambor</title>
		<link>http://www.stratus.com/blog/openvos/?p=116&#038;cpage=1#comment-475</link>
		<dc:creator>Bernd Jambor</dc:creator>
		<pubDate>Mon, 06 Jun 2011 11:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stratus.com/openvos/?p=116#comment-475</guid>
		<description><![CDATA[Hi,

changed min_mss  from 556 to 1220.

This change speeds up the network, including OSL, from .5 Mbytes/sec up to 17.749 Mbytes/sec. ! Backups also get completed.

Thanks Noah]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>changed min_mss  from 556 to 1220.</p>
<p>This change speeds up the network, including OSL, from .5 Mbytes/sec up to 17.749 Mbytes/sec. ! Backups also get completed.</p>
<p>Thanks Noah</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What separates the great programmers from the merely good programmers? by Phil</title>
		<link>http://www.stratus.com/blog/openvos/?p=969&#038;cpage=1#comment-279</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 09 Apr 2011 10:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratus.com/blog/openvos/?p=969#comment-279</guid>
		<description><![CDATA[They also think about how requirements may change during the lifetime of the program, and design and code it in a way which makes modification and enhancement easy]]></description>
		<content:encoded><![CDATA[<p>They also think about how requirements may change during the lifetime of the program, and design and code it in a way which makes modification and enhancement easy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding passwords in a program is not very secure by Noah.Davids</title>
		<link>http://www.stratus.com/blog/openvos/?p=862&#038;cpage=1#comment-205</link>
		<dc:creator>Noah.Davids</dc:creator>
		<pubDate>Wed, 16 Feb 2011 16:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratus.com/blog/openvos/?p=862#comment-205</guid>
		<description><![CDATA[That would work.  I took the program in Figure 5 and moved the obfuscate variable to before the main () line. Then updated the variable with the command

set_external_variable obfuscate -in x.pm -type char -to (byte 11x)(byte 91x)(byte f2x)(byte 83x)(byte e0x)(byte 9ax)(byte e0x)(byte 9ex)(byte 0).

An official VOS FOREVER pin to the first person who comments with the new password.]]></description>
		<content:encoded><![CDATA[<p>That would work.  I took the program in Figure 5 and moved the obfuscate variable to before the main () line. Then updated the variable with the command</p>
<p>set_external_variable obfuscate -in x.pm -type char -to (byte 11x)(byte 91x)(byte f2x)(byte 83x)(byte e0x)(byte 9ax)(byte e0x)(byte 9ex)(byte 0).</p>
<p>An official VOS FOREVER pin to the first person who comments with the new password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding passwords in a program is not very secure by mshah</title>
		<link>http://www.stratus.com/blog/openvos/?p=862&#038;cpage=1#comment-201</link>
		<dc:creator>mshah</dc:creator>
		<pubDate>Tue, 15 Feb 2011 22:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratus.com/blog/openvos/?p=862#comment-201</guid>
		<description><![CDATA[great idea to improve security. Instead of having obfuscated password in a file; how about having an external variable for password string, so it can be changed when needed by knowledgeable person, but can not be inferred by anyone else ?]]></description>
		<content:encoded><![CDATA[<p>great idea to improve security. Instead of having obfuscated password in a file; how about having an external variable for password string, so it can be changed when needed by knowledgeable person, but can not be inferred by anyone else ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Application event notification via E-mail by stratus</title>
		<link>http://www.stratus.com/blog/openvos/?p=640&#038;cpage=1#comment-97</link>
		<dc:creator>stratus</dc:creator>
		<pubDate>Mon, 01 Nov 2010 08:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratus.com/blog/openvos/?p=640#comment-97</guid>
		<description><![CDATA[&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Application event notification via E-mail:  http://bit.ly/cR0LLu&lt;/span&gt;&lt;/span&gt;]]></description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Application event notification via E-mail:  <a href="http://bit.ly/cR0LLu" rel="nofollow">http://bit.ly/cR0LLu</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Network traces and data security by stratus</title>
		<link>http://www.stratus.com/blog/openvos/?p=555&#038;cpage=1#comment-85</link>
		<dc:creator>stratus</dc:creator>
		<pubDate>Sun, 24 Oct 2010 23:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratus.com/blog/openvos/?p=555#comment-85</guid>
		<description><![CDATA[&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Network traces and data security:  http://bit.ly/b60Og1&lt;/span&gt;&lt;/span&gt;]]></description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Network traces and data security:  <a href="http://bit.ly/b60Og1" rel="nofollow">http://bit.ly/b60Og1</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line termination problems when using SFTP by stratus</title>
		<link>http://www.stratus.com/blog/openvos/?p=386&#038;cpage=1#comment-65</link>
		<dc:creator>stratus</dc:creator>
		<pubDate>Thu, 21 Oct 2010 11:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stratus.com/blog/openvos/?p=386#comment-65</guid>
		<description><![CDATA[&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;Line termination problems when using SFTP:  http://bit.ly/a0UHaN&lt;/span&gt;&lt;/span&gt;]]></description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">Line termination problems when using SFTP:  <a href="http://bit.ly/a0UHaN" rel="nofollow">http://bit.ly/a0UHaN</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Easy Way To Improve TCP Throughput Across Subnets by Noah Davids</title>
		<link>http://www.stratus.com/blog/openvos/?p=116&#038;cpage=1#comment-25</link>
		<dc:creator>Noah Davids</dc:creator>
		<pubDate>Fri, 07 May 2010 20:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stratus.com/openvos/?p=116#comment-25</guid>
		<description><![CDATA[UDP does not have the concept of maximum segment size so there is no parameter to adjust it.]]></description>
		<content:encoded><![CDATA[<p>UDP does not have the concept of maximum segment size so there is no parameter to adjust it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Easy Way To Improve TCP Throughput Across Subnets by Ashutosh Warikoo</title>
		<link>http://www.stratus.com/blog/openvos/?p=116&#038;cpage=1#comment-24</link>
		<dc:creator>Ashutosh Warikoo</dc:creator>
		<pubDate>Fri, 07 May 2010 20:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stratus.com/openvos/?p=116#comment-24</guid>
		<description><![CDATA[Can we do anything on the UCP side?]]></description>
		<content:encoded><![CDATA[<p>Can we do anything on the UCP side?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
