<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Rajahmundry (రాజమండ్రి)</title>
	
	<link>http://www.satyavolu.org</link>
	<description>The Satyavolu Family Website</description>
	<lastBuildDate>Mon, 21 Dec 2009 09:04:49 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForRajahmundry" /><feedburner:info uri="commentsforrajahmundry" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><geo:lat>37.562218</geo:lat><geo:long>-121.994332</geo:long><feedburner:emailServiceId>CommentsForRajahmundry</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Comment on Typing in Indian Languages by Gopalakrishna</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/g8X191grsi8/comment-page-1</link>
		<dc:creator>Gopalakrishna</dc:creator>
		<pubDate>Mon, 21 Dec 2009 09:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=181#comment-81</guid>
		<description>For those who are looking for API to build their own application to allow typing in Telugu and other Indian Languages, I found http://phtranslator.sourceforge.net/ to be very useful.

It has support for 10 languages and comes with ready to use tools for typing in Telugu phonetically.

Gopalakrishna,
Creator of CFugue Runtime for MIDI Score Programming
http://gpalem.web.officelive.com/music.html</description>
		<content:encoded><![CDATA[<p>For those who are looking for API to build their own application to allow typing in Telugu and other Indian Languages, I found <a href="http://phtranslator.sourceforge.net/" rel="nofollow">http://phtranslator.sourceforge.net/</a> to be very useful.</p>
<p>It has support for 10 languages and comes with ready to use tools for typing in Telugu phonetically.</p>
<p>Gopalakrishna,<br />
Creator of CFugue Runtime for MIDI Score Programming<br />
<a href="http://gpalem.web.officelive.com/music.html" rel="nofollow">http://gpalem.web.officelive.com/music.html</a></p>
]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/typing-in-indian-languages/comment-page-1#comment-81</feedburner:origLink></item>
	<item>
		<title>Comment on Configuring Gmail as SMTP Relay on Elastix by Chris</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/kQsP8EFqmJI/comment-page-1</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 24 Jun 2009 00:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=299#comment-45</guid>
		<description>I just wanted to sincerely thank you for publishing your findings -- I feel confident that, without your help, I would not have figured this out on my own!

Just wanted to let you know that I got this to work with one modification:

Instead of using this command:

echo "01" &gt;&gt; ../../CA/serial

I used:

echo "01" &gt; ../../CA/serial

And now everything is working.

Quick question.  Do you know how in postfix to specify the name of the relay sender.  Right now it is coming from root  and I'd like it to come from a different name than root.

Thanks, once again, for publishing your hard work!

Chris</description>
		<content:encoded><![CDATA[<p>I just wanted to sincerely thank you for publishing your findings &#8212; I feel confident that, without your help, I would not have figured this out on my own!</p>
<p>Just wanted to let you know that I got this to work with one modification:</p>
<p>Instead of using this command:</p>
<p>echo &#8220;01&#8243; &gt;&gt; ../../CA/serial</p>
<p>I used:</p>
<p>echo &#8220;01&#8243; &gt; ../../CA/serial</p>
<p>And now everything is working.</p>
<p>Quick question.  Do you know how in postfix to specify the name of the relay sender.  Right now it is coming from root  and I&#8217;d like it to come from a different name than root.</p>
<p>Thanks, once again, for publishing your hard work!</p>
<p>Chris</p>
]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/configuring-gmail-as-smtp-relay-on-elastix/comment-page-1#comment-45</feedburner:origLink></item>
	<item>
		<title>Comment on Configuring Gmail as SMTP Relay on Elastix by Victor Casale</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/ME6ciCpzEQo/comment-page-1</link>
		<dc:creator>Victor Casale</dc:creator>
		<pubDate>Sun, 21 Jun 2009 02:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=299#comment-43</guid>
		<description>Can you please help me? 

When i type 
echo "01" &gt;&gt; ../../CA/serial 

I get the following message:
bash: syntax error near unexpected token `&amp;'

I'm i doing something wrong?

Thank you</description>
		<content:encoded><![CDATA[<p>Can you please help me? </p>
<p>When i type<br />
echo &#8220;01&#8243; &gt;&gt; ../../CA/serial </p>
<p>I get the following message:<br />
bash: syntax error near unexpected token `&amp;&#8217;</p>
<p>I&#8217;m i doing something wrong?</p>
<p>Thank you</p>
]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/configuring-gmail-as-smtp-relay-on-elastix/comment-page-1#comment-43</feedburner:origLink></item>
	<item>
		<title>Comment on The Organic Craze by schwark</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/PKytWUA07PM/comment-page-1</link>
		<dc:creator>schwark</dc:creator>
		<pubDate>Tue, 17 Mar 2009 21:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=256#comment-34</guid>
		<description>There are some cases where organic does make sense - according to the Wall Street Journal, baby food is worth going organic on.. And some fruits:

    * Apples
    * Bell peppers
    * Celery
    * Cherries
    * Lettuce
    * Nectarines
    * Peaches
    * Pears
    * Strawberries
    * Imported grapes

http://online.wsj.com/public/article/SB116891484181777282-DAQvGZvYk0fl98iJ14oVPWONusU_20080115.html</description>
		<content:encoded><![CDATA[<p>There are some cases where organic does make sense &#8211; according to the Wall Street Journal, baby food is worth going organic on.. And some fruits:</p>
<p>    * Apples<br />
    * Bell peppers<br />
    * Celery<br />
    * Cherries<br />
    * Lettuce<br />
    * Nectarines<br />
    * Peaches<br />
    * Pears<br />
    * Strawberries<br />
    * Imported grapes</p>
<p><a href="http://online.wsj.com/public/article/SB116891484181777282-DAQvGZvYk0fl98iJ14oVPWONusU_20080115.html" rel="nofollow">http://online.wsj.com/public/article/SB116891484181777282-DAQvGZvYk0fl98iJ14oVPWONusU_20080115.html</a></p>
]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/the-organic-craze/comment-page-1#comment-34</feedburner:origLink></item>
	<item>
		<title>Comment on Protected: Surprise Baby Shower! by malini</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/8EXPGGZvjyI/comment-page-1</link>
		<dc:creator>malini</dc:creator>
		<pubDate>Fri, 13 Mar 2009 00:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=231#comment-32</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.satyavolu.org/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-299">Password: <input name="post_password" id="pwbox-299" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/surprise-baby-shower/comment-page-1#comment-32</feedburner:origLink></item>
	<item>
		<title>Comment on Protected: How hard it is to find baby room decor? by Meena</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/BLJUtRdDqww/comment-page-1</link>
		<dc:creator>Meena</dc:creator>
		<pubDate>Thu, 12 Mar 2009 19:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=252#comment-31</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.satyavolu.org/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-299">Password: <input name="post_password" id="pwbox-299" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/how-hard-it-is-to-find-baby-room-decor/comment-page-1#comment-31</feedburner:origLink></item>
	<item>
		<title>Comment on Protected: Surprise Baby Shower! by Meena</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/8DxZpuKK9XA/comment-page-1</link>
		<dc:creator>Meena</dc:creator>
		<pubDate>Thu, 12 Mar 2009 18:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=231#comment-30</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.satyavolu.org/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-299">Password: <input name="post_password" id="pwbox-299" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/surprise-baby-shower/comment-page-1#comment-30</feedburner:origLink></item>
	<item>
		<title>Comment on Protected: Crib Shopping by Meena</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/lXPAxQKTQm0/comment-page-1</link>
		<dc:creator>Meena</dc:creator>
		<pubDate>Thu, 12 Mar 2009 18:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=148#comment-29</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.satyavolu.org/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-299">Password: <input name="post_password" id="pwbox-299" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/crib-shopping/comment-page-1#comment-29</feedburner:origLink></item>
	<item>
		<title>Comment on Protected: How hard it is to find baby room decor? by schwark</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/cUKfBPrg0Pc/comment-page-1</link>
		<dc:creator>schwark</dc:creator>
		<pubDate>Thu, 12 Mar 2009 12:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=252#comment-28</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://www.satyavolu.org/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-299">Password: <input name="post_password" id="pwbox-299" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/how-hard-it-is-to-find-baby-room-decor/comment-page-1#comment-28</feedburner:origLink></item>
	<item>
		<title>Comment on The TV Gods look kindly upon BillShrink by gowri pinni</title>
		<link>http://feedproxy.google.com/~r/CommentsForRajahmundry/~3/J9ZffZE5PvU/comment-page-1</link>
		<dc:creator>gowri pinni</dc:creator>
		<pubDate>Sun, 01 Feb 2009 14:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyavolu.org/?p=167#comment-12</guid>
		<description>Congratulations Ramakrishna foryour achivevement &amp; its recongnition by TV channels .Wish many more happy happenings.
 Due to my limited knowledge of computers i could     not open see the entire material on web.</description>
		<content:encoded><![CDATA[<p>Congratulations Ramakrishna foryour achivevement &amp; its recongnition by TV channels .Wish many more happy happenings.<br />
 Due to my limited knowledge of computers i could     not open see the entire material on web.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.satyavolu.org/the-tv-gods-look-kindly-upon-billshrink/comment-page-1#comment-12</feedburner:origLink></item>
</channel>
</rss>
