<?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 Piyush dot Me</title>
	<atom:link href="http://piyush.me/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://piyush.me</link>
	<description>Piyush&#039;s thoughts &#124; Technology+Open Source&#124;/home/piyushk</description>
	<lastBuildDate>Fri, 22 Oct 2010 18:19:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on rubyrep : master-mater replication PostgreSQL by Nux</title>
		<link>http://piyush.me/2010/07/05/rubyrep-master-mater-replication-postgresql/comment-page-1/#comment-2967</link>
		<dc:creator>Nux</dc:creator>
		<pubDate>Fri, 22 Oct 2010 18:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/?p=212#comment-2967</guid>
		<description>PostgreSQL v9 has built-in replication.

http://developer.postgresql.org/pgdocs/postgres/release-9-0.html</description>
		<content:encoded><![CDATA[<p>PostgreSQL v9 has built-in replication.</p>
<p><a href="http://developer.postgresql.org/pgdocs/postgres/release-9-0.html" rel="nofollow">http://developer.postgresql.org/pgdocs/postgres/release-9-0.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rubyrep : master-mater replication PostgreSQL by admin</title>
		<link>http://piyush.me/2010/07/05/rubyrep-master-mater-replication-postgresql/comment-page-1/#comment-1720</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/?p=212#comment-1720</guid>
		<description>So to configure one-way syncs (left to right), the following settings
are necessary:
  config.options[:right_record_handling] = :ignore
  config.options[:sync_conflict_handling] = :left_wins

And in case in the future you also would like to start one-way
replication:
  config.options[:right_change_handling] = :ignore
  config.options[:replication_conflict_handling] = :left_wins 

via gg @ Arndt</description>
		<content:encoded><![CDATA[<p>So to configure one-way syncs (left to right), the following settings<br />
are necessary:<br />
  config.options[:right_record_handling] = :ignore<br />
  config.options[:sync_conflict_handling] = :left_wins</p>
<p>And in case in the future you also would like to start one-way<br />
replication:<br />
  config.options[:right_change_handling] = :ignore<br />
  config.options[:replication_conflict_handling] = :left_wins </p>
<p>via gg @ Arndt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on F5 &#8211; BigIP LTM basic iRules hacks by admin</title>
		<link>http://piyush.me/2009/03/24/f5-bigip-ltm-basic-irules-hacks/comment-page-1/#comment-1000</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 03 Jun 2010 17:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=120#comment-1000</guid>
		<description>iRules use a TCL runtime engine to execute the script logic. 

Ref: http://bit.ly/dcIRLw
Links:-
TCL Reference - http://tmml.sourceforge.net/doc/tcl/index.html
iRules Events - http://devcentral.f5.com/wiki/default.aspx/iRules.Events
iRules Functions - http://devcentral.f5.com/wiki/default.aspx/iRules.Functions
iRules Statements - http://devcentral.f5.com/wiki/default.aspx/iRules.Statements
iRules Commands - http://devcentral.f5.com/wiki/default.aspx/iRules.Commands
iRules Operators - http://devcentral.f5.com/wiki/default.aspx/iRules.Operators
Disabled TCL Commands - http://devcentral.f5.com/wiki/default.aspx/iRules/DisabledTclCommands.html</description>
		<content:encoded><![CDATA[<p>iRules use a TCL runtime engine to execute the script logic. </p>
<p>Ref: <a href="http://bit.ly/dcIRLw" rel="nofollow">http://bit.ly/dcIRLw</a><br />
Links:-<br />
TCL Reference &#8211; <a href="http://tmml.sourceforge.net/doc/tcl/index.html" rel="nofollow">http://tmml.sourceforge.net/doc/tcl/index.html</a><br />
iRules Events &#8211; <a href="http://devcentral.f5.com/wiki/default.aspx/iRules.Events" rel="nofollow">http://devcentral.f5.com/wiki/default.aspx/iRules.Events</a><br />
iRules Functions &#8211; <a href="http://devcentral.f5.com/wiki/default.aspx/iRules.Functions" rel="nofollow">http://devcentral.f5.com/wiki/default.aspx/iRules.Functions</a><br />
iRules Statements &#8211; <a href="http://devcentral.f5.com/wiki/default.aspx/iRules.Statements" rel="nofollow">http://devcentral.f5.com/wiki/default.aspx/iRules.Statements</a><br />
iRules Commands &#8211; <a href="http://devcentral.f5.com/wiki/default.aspx/iRules.Commands" rel="nofollow">http://devcentral.f5.com/wiki/default.aspx/iRules.Commands</a><br />
iRules Operators &#8211; <a href="http://devcentral.f5.com/wiki/default.aspx/iRules.Operators" rel="nofollow">http://devcentral.f5.com/wiki/default.aspx/iRules.Operators</a><br />
Disabled TCL Commands &#8211; <a href="http://devcentral.f5.com/wiki/default.aspx/iRules/DisabledTclCommands.html" rel="nofollow">http://devcentral.f5.com/wiki/default.aspx/iRules/DisabledTclCommands.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on F5 &#8211; BigIP LTM basic iRules hacks by Shashilpi Krishan</title>
		<link>http://piyush.me/2009/03/24/f5-bigip-ltm-basic-irules-hacks/comment-page-1/#comment-998</link>
		<dc:creator>Shashilpi Krishan</dc:creator>
		<pubDate>Thu, 03 Jun 2010 08:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=120#comment-998</guid>
		<description>Hi Piyush..

Which event driven scripting language is used for these irules. Is this F5 specific or something else like simula, linden or tcl .. ANy idea. I just want to understand an irule what its doing for that I need to understand the code.</description>
		<content:encoded><![CDATA[<p>Hi Piyush..</p>
<p>Which event driven scripting language is used for these irules. Is this F5 specific or something else like simula, linden or tcl .. ANy idea. I just want to understand an irule what its doing for that I need to understand the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Foss.in 2009 &#8211; be there ! by Rajesh Kanuri  @  TechCats</title>
		<link>http://piyush.me/2009/11/11/foss-in-2009-be-there/comment-page-1/#comment-486</link>
		<dc:creator>Rajesh Kanuri  @  TechCats</dc:creator>
		<pubDate>Fri, 13 Nov 2009 07:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=176#comment-486</guid>
		<description>Hope i ll be there..</description>
		<content:encoded><![CDATA[<p>Hope i ll be there..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on F5 &#8211; BigIP LTM basic iRules hacks by admin</title>
		<link>http://piyush.me/2009/03/24/f5-bigip-ltm-basic-irules-hacks/comment-page-1/#comment-193</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 27 Jun 2009 04:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=120#comment-193</guid>
		<description>@upenguin - these are simple iRules- iRules is an Event Driven scripting language. This means that you&#039;ll be writing code based off of specific Events that occur within the context of the connections being passed through the VIP your iRule is applied to.

You can find more info at :
http://devcentral.f5.com/Default.aspx?tabid=75</description>
		<content:encoded><![CDATA[<p>@upenguin &#8211; these are simple iRules- iRules is an Event Driven scripting language. This means that you&#8217;ll be writing code based off of specific Events that occur within the context of the connections being passed through the VIP your iRule is applied to.</p>
<p>You can find more info at :<br />
<a href="http://devcentral.f5.com/Default.aspx?tabid=75" rel="nofollow">http://devcentral.f5.com/Default.aspx?tabid=75</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on F5 &#8211; BigIP LTM basic iRules hacks by upenguin</title>
		<link>http://piyush.me/2009/03/24/f5-bigip-ltm-basic-irules-hacks/comment-page-1/#comment-190</link>
		<dc:creator>upenguin</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=120#comment-190</guid>
		<description>Hi there, I ve access to My ISP BIG-IP F5; how this source code can help me?
thanks</description>
		<content:encoded><![CDATA[<p>Hi there, I ve access to My ISP BIG-IP F5; how this source code can help me?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Burp intruder by AnnaHopn</title>
		<link>http://piyush.me/2009/04/15/burp-intruder/comment-page-1/#comment-47</link>
		<dc:creator>AnnaHopn</dc:creator>
		<pubDate>Fri, 17 Apr 2009 05:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=134#comment-47</guid>
		<description>Hi there, 
Thanks for article. Everytime like to read you.
 AnnaHopn</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Thanks for article. Everytime like to read you.<br />
 AnnaHopn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on shell script to recursively process directory and its sub directories by mark</title>
		<link>http://piyush.me/2009/03/20/shell-script-to-recursively-process-directory-and-its-sub-directories/comment-page-1/#comment-46</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 15 Apr 2009 22:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=116#comment-46</guid>
		<description>I want to say - thank you for this!</description>
		<content:encoded><![CDATA[<p>I want to say &#8211; thank you for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nikto &#8211; web server scanner &#124; find exploits :) by Aporsenerphek</title>
		<link>http://piyush.me/2009/04/01/nikto-web-server-scanner-find-expolits/comment-page-1/#comment-34</link>
		<dc:creator>Aporsenerphek</dc:creator>
		<pubDate>Sat, 04 Apr 2009 08:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://piyush.me/blog/?p=126#comment-34</guid>
		<description>Great site this piyush.me and I am really pleased to see you have what I am actually looking for here and this this post is exactly what I am interested in. I shall be pleased to become a regular visitor :)</description>
		<content:encoded><![CDATA[<p>Great site this piyush.me and I am really pleased to see you have what I am actually looking for here and this this post is exactly what I am interested in. I shall be pleased to become a regular visitor <img src='http://piyush.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

