<?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 Curious</title>
	<atom:link href="http://blogs.plexibus.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.plexibus.com</link>
	<description>It&#039;s easy if you know how</description>
	<lastBuildDate>Tue, 18 Oct 2011 14:25:40 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on REST-esting with cURL by EddieS</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-2029</link>
		<dc:creator>EddieS</dc:creator>
		<pubDate>Tue, 18 Oct 2011 14:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-2029</guid>
		<description>A few aliases for bash if you&#039;re lazy like me ;)

&lt;code&gt;
#= REST cURL tests

# rest-get http://192.168.0.165/persons/person/1
alias rest-get=&quot;curl -i -H \&quot;Accept: application/json\&quot;&quot;

# rest-post &quot;firstName=james&quot; http://192.168.0.165/persons/person
alias rest-post=&quot;curl -i -H \&quot;Accept: application/json\&quot; -X POST -d &quot;

# rest-put &quot;phone=1-800-999-9999&quot; http://192.168.0.165/persons/person/1
alias rest-put=&quot;curl -i -H \&quot;Accept: application/json\&quot; -X PUT -d &quot;

# rest-delete http://192.168.0.165/persons/person/1
alias rest-delete=&quot;curl -i -H \&quot;Accept: application/json\&quot; -X DELETE &quot;

# rest-post-put &quot;phone=1-800-999-9999&quot; http://192.168.0.165/persons/person/1
alias rest-post-put=&quot;curl -i -H \&quot;Accept: application/json\&quot; -H \&quot;X-HTTP-Method-Override: PUT\&quot; -X POST -d &quot;

# rest-post-delete http://192.168.0.3:8090/persons/person/1
alias rest-post-delete=&quot;curl -i -H \&quot;Accept: application/json\&quot; -H \&quot;X-HTTP-Method-Override: DELETE\&quot; -X POST &quot; 
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>A few aliases for bash if you&#8217;re lazy like me <img src='http://blogs.plexibus.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><code><br />
#= REST cURL tests</p>
<p># rest-get <a href="http://192.168.0.165/persons/person/1" rel="nofollow">http://192.168.0.165/persons/person/1</a><br />
alias rest-get="curl -i -H \"Accept: application/json\""</p>
<p># rest-post "firstName=james" <a href="http://192.168.0.165/persons/person" rel="nofollow">http://192.168.0.165/persons/person</a><br />
alias rest-post="curl -i -H \"Accept: application/json\" -X POST -d "</p>
<p># rest-put "phone=1-800-999-9999" <a href="http://192.168.0.165/persons/person/1" rel="nofollow">http://192.168.0.165/persons/person/1</a><br />
alias rest-put="curl -i -H \"Accept: application/json\" -X PUT -d "</p>
<p># rest-delete <a href="http://192.168.0.165/persons/person/1" rel="nofollow">http://192.168.0.165/persons/person/1</a><br />
alias rest-delete="curl -i -H \"Accept: application/json\" -X DELETE "</p>
<p># rest-post-put "phone=1-800-999-9999" <a href="http://192.168.0.165/persons/person/1" rel="nofollow">http://192.168.0.165/persons/person/1</a><br />
alias rest-post-put="curl -i -H \"Accept: application/json\" -H \"X-HTTP-Method-Override: PUT\" -X POST -d "</p>
<p># rest-post-delete <a href="http://192.168.0.3:8090/persons/person/1" rel="nofollow">http://192.168.0.3:8090/persons/person/1</a><br />
alias rest-post-delete="curl -i -H \"Accept: application/json\" -H \"X-HTTP-Method-Override: DELETE\" -X POST "<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Setting up a private infrastructure cloud by Rosh</title>
		<link>http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/comment-page-1/#comment-2028</link>
		<dc:creator>Rosh</dc:creator>
		<pubDate>Thu, 13 Oct 2011 21:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/#comment-2028</guid>
		<description>Rodolfo,
In the example above I am using Centos. On both the front controller (CLC, CC, SC, walrus) and nodes. You could choose a different Linux distro if needed.  

Does this help?</description>
		<content:encoded><![CDATA[<p>Rodolfo,<br />
In the example above I am using Centos. On both the front controller (CLC, CC, SC, walrus) and nodes. You could choose a different Linux distro if needed.  </p>
<p>Does this help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Setting up a private infrastructure cloud by Rodolfo</title>
		<link>http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/comment-page-1/#comment-2027</link>
		<dc:creator>Rodolfo</dc:creator>
		<pubDate>Wed, 12 Oct 2011 00:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/05/19/eucalyptus-setting-up-a-private-infrastructure-cloud/#comment-2027</guid>
		<description>Hello, im brazilian student. I love your posts. Congratulation for your site. Well, i have one question: On 1 front-end machine do you have some OS installed? Do You install CLC, CC, SC and walrus on the other OS? Ubuntu? Or on Xen? Or...?
Thanks,</description>
		<content:encoded><![CDATA[<p>Hello, im brazilian student. I love your posts. Congratulation for your site. Well, i have one question: On 1 front-end machine do you have some OS installed? Do You install CLC, CC, SC and walrus on the other OS? Ubuntu? Or on Xen? Or&#8230;?<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by roshanallan</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-2026</link>
		<dc:creator>roshanallan</dc:creator>
		<pubDate>Fri, 23 Sep 2011 17:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-2026</guid>
		<description>&lt;blockquote cite=&quot;siva&quot;&gt;
i want to know how to use CURL to pass a Request body to a REST Server. when I send with -d I get an error “application/x-www-form-urlencoded” is not supported”
&lt;/blockquote&gt;
What REST server are you using? Check that the REST Resource you are invoking to confirm that it can accept POST methods</description>
		<content:encoded><![CDATA[<blockquote cite="siva"><p>
i want to know how to use CURL to pass a Request body to a REST Server. when I send with -d I get an error “application/x-www-form-urlencoded” is not supported”
</p></blockquote>
<p>What REST server are you using? Check that the REST Resource you are invoking to confirm that it can accept POST methods</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by siva</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-2025</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Wed, 21 Sep 2011 21:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-2025</guid>
		<description>i want to know how to use CURL to pass a Request body to a REST Server. when I send with -d I get an error &quot;application/x-www-form-urlencoded&quot; is not supported&quot;</description>
		<content:encoded><![CDATA[<p>i want to know how to use CURL to pass a Request body to a REST Server. when I send with -d I get an error &#8220;application/x-www-form-urlencoded&#8221; is not supported&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Creating and Registering our first Image by fuyang</title>
		<link>http://blogs.plexibus.com/2010/06/22/eucalyptus-creating-and-registering-our-first-image/comment-page-1/#comment-2019</link>
		<dc:creator>fuyang</dc:creator>
		<pubDate>Fri, 22 Apr 2011 02:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/06/22/eucalyptus-creating-and-registering-our-first-image/#comment-2019</guid>
		<description>very good blogs about Eucalyptus.when can I see the next ones?</description>
		<content:encoded><![CDATA[<p>very good blogs about Eucalyptus.when can I see the next ones?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Euca2ools by roshanallan</title>
		<link>http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/comment-page-1/#comment-2018</link>
		<dc:creator>roshanallan</dc:creator>
		<pubDate>Fri, 15 Apr 2011 18:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/#comment-2018</guid>
		<description>Sri,
You can try &lt;code&gt;euca-release-address&lt;/code&gt; command</description>
		<content:encoded><![CDATA[<p>Sri,<br />
You can try <code>euca-release-address</code> command</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eucalyptus: Euca2ools by sri</title>
		<link>http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/comment-page-1/#comment-2017</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Mon, 11 Apr 2011 06:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/2010/06/17/eucalyptus-euca2ools/#comment-2017</guid>
		<description>Hi,
I am using eucalyptus 2.0.2 in Managed No-VLAN Mode.
euca-describe-address (as admin) is describing
the address with the status.

running
euca-allocate-address command gives a public IP address.
After this if I again run euca-describe-address (as admin).
its displaying the address alloted in the previous step as available.
How to deallocate address in eucalyptus?
can any one help me

Thanks,
Sri.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using eucalyptus 2.0.2 in Managed No-VLAN Mode.<br />
euca-describe-address (as admin) is describing<br />
the address with the status.</p>
<p>running<br />
euca-allocate-address command gives a public IP address.<br />
After this if I again run euca-describe-address (as admin).<br />
its displaying the address alloted in the previous step as available.<br />
How to deallocate address in eucalyptus?<br />
can any one help me</p>
<p>Thanks,<br />
Sri.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by roshanallan</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-2016</link>
		<dc:creator>roshanallan</dc:creator>
		<pubDate>Fri, 11 Mar 2011 05:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-2016</guid>
		<description>&lt;blockquote cite=&quot;Sameer&quot;&gt;
I am not able to use the delete command of CURL

curl -v -X DELETE http://198.45.22.153/gradeguru-api/me/grades/48?access_token=“access token”

The above command says Rcv failure, connection was reset, however if I use localhost in place of the above URL, it deletes the record.
&lt;/blockquote&gt;

Is 198.45.22.153 the IP address of your local machine (localhost)?
It could be due to the connection timing out. You may want to test further to figure out this issur</description>
		<content:encoded><![CDATA[<blockquote cite="Sameer"><p>
I am not able to use the delete command of CURL</p>
<p>curl -v -X DELETE <a href="http://198.45.22.153/gradeguru-api/me/grades/48?access_token=“access" rel="nofollow">http://198.45.22.153/gradeguru-api/me/grades/48?access_token=“access</a> token”</p>
<p>The above command says Rcv failure, connection was reset, however if I use localhost in place of the above URL, it deletes the record.
</p></blockquote>
<p>Is 198.45.22.153 the IP address of your local machine (localhost)?<br />
It could be due to the connection timing out. You may want to test further to figure out this issur</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST-esting with cURL by roshanallan</title>
		<link>http://blogs.plexibus.com/2009/01/15/rest-esting-with-curl/comment-page-1/#comment-2015</link>
		<dc:creator>roshanallan</dc:creator>
		<pubDate>Fri, 11 Mar 2011 05:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.plexibus.com/?p=29#comment-2015</guid>
		<description>James,
I&#039;m not aware of any directory of various REST apis. But I can point you to websites that expose their application functions via REST. Google Storage is a good example. So is Netflix - http://developer.netflix.com/blog/read/Introducing_the_Netflix_API.</description>
		<content:encoded><![CDATA[<p>James,<br />
I&#8217;m not aware of any directory of various REST apis. But I can point you to websites that expose their application functions via REST. Google Storage is a good example. So is Netflix &#8211; <a href="http://developer.netflix.com/blog/read/Introducing_the_Netflix_API." rel="nofollow">http://developer.netflix.com/blog/read/Introducing_the_Netflix_API.</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.611 seconds -->

