<?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 Daily Notes</title>
	<atom:link href="http://www.tulek.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tulek.org</link>
	<description>Small pieces of information and thoughts</description>
	<lastBuildDate>Thu, 22 Dec 2011 00:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Node.js + MongoDB = Mongoose by ed</title>
		<link>http://www.tulek.org/2010/11/28/node-js-mongodb-mongoose/comment-page-1/#comment-348</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Thu, 22 Dec 2011 00:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=191#comment-348</guid>
		<description>Nice help, 1 year later and surprisely continues been used :D</description>
		<content:encoded><![CDATA[<p>Nice help, 1 year later and surprisely continues been used <img src='http://www.tulek.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by Dade</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-346</link>
		<dc:creator>Dade</dc:creator>
		<pubDate>Mon, 21 Nov 2011 11:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-346</guid>
		<description>Thanks for the tutorial.

Installing Node works, but i get stuck at installing NPM

I followed your instruction but i got stuck and the prompt gives the following message:

&quot;Written by John Gilmore and Jay Fenlason.
fetching: http://registry.npmjs.org/npm/-/npm-1.0.106.tgz&quot;

Have any idea why?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial.</p>
<p>Installing Node works, but i get stuck at installing NPM</p>
<p>I followed your instruction but i got stuck and the prompt gives the following message:</p>
<p>&#8220;Written by John Gilmore and Jay Fenlason.<br />
fetching: <a href="http://registry.npmjs.org/npm/-/npm-1.0.106.tgz" rel="nofollow">http://registry.npmjs.org/npm/-/npm-1.0.106.tgz</a>&#8221;</p>
<p>Have any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by danny</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-345</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Wed, 16 Nov 2011 17:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-345</guid>
		<description>superb. short, to the point, and actually works.

one thing i would point out though (and this might be obvious to others) is that once i completed step 13 (the last step), i immediately typed:
$ node
to see if everything had worked, but it told me that the command wasn&#039;t found. i searched through the terminal looking for errors, but there wasn&#039;t any. after a while, i realised i was still sudo, so exited it (by typing exit) and tried node again, and it worked.

just my experience.</description>
		<content:encoded><![CDATA[<p>superb. short, to the point, and actually works.</p>
<p>one thing i would point out though (and this might be obvious to others) is that once i completed step 13 (the last step), i immediately typed:<br />
$ node<br />
to see if everything had worked, but it told me that the command wasn&#8217;t found. i searched through the terminal looking for errors, but there wasn&#8217;t any. after a while, i realised i was still sudo, so exited it (by typing exit) and tried node again, and it worked.</p>
<p>just my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by Christopher Deutsch</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-340</link>
		<dc:creator>Christopher Deutsch</dc:creator>
		<pubDate>Sat, 29 Oct 2011 19:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-340</guid>
		<description>Finally! A tutorial that worked. Most don&#039;t include adding :/usr/local/bin to the sudoers config.

Thank you!!</description>
		<content:encoded><![CDATA[<p>Finally! A tutorial that worked. Most don&#8217;t include adding :/usr/local/bin to the sudoers config.</p>
<p>Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by How hard is it to install a node.js server on EC2? - Quora</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-337</link>
		<dc:creator>How hard is it to install a node.js server on EC2? - Quora</dc:creator>
		<pubDate>Sat, 01 Oct 2011 22:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-337</guid>
		<description>[...] Ruby (I am a little biased ;) ) and from there you can install node by following these instructions:http://www.tulek.org/2011/03/08/...Now you have Node.js and npm! Woot.Assuming you only want a node.js server and not a web-server or [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby (I am a little biased <img src='http://www.tulek.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) and from there you can install node by following these instructions:<a href="http://www.tulek.org/2011/03/08/...Now" rel="nofollow">http://www.tulek.org/2011/03/08/&#8230;Now</a> you have Node.js and npm! Woot.Assuming you only want a node.js server and not a web-server or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by yigit</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-328</link>
		<dc:creator>yigit</dc:creator>
		<pubDate>Sun, 26 Jun 2011 03:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-328</guid>
		<description>if you get an error about line 89 of npm install script (gzip: stdin: unexpected end of file, cd * fails); restart terminal</description>
		<content:encoded><![CDATA[<p>if you get an error about line 89 of npm install script (gzip: stdin: unexpected end of file, cd * fails); restart terminal</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by Number 9</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-296</link>
		<dc:creator>Number 9</dc:creator>
		<pubDate>Wed, 15 Jun 2011 20:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-296</guid>
		<description>May your gods go with you!!</description>
		<content:encoded><![CDATA[<p>May your gods go with you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by cagdas</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-266</link>
		<dc:creator>cagdas</dc:creator>
		<pubDate>Mon, 16 May 2011 04:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-266</guid>
		<description>Do you try on a micro instance?</description>
		<content:encoded><![CDATA[<p>Do you try on a micro instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by John F. Mercer</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-265</link>
		<dc:creator>John F. Mercer</dc:creator>
		<pubDate>Mon, 16 May 2011 03:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-265</guid>
		<description>I got a strange error message when running &quot;sudo make test&quot;: https://skitch.com/jfmercer/r9tb5/make-test-erro

Any ideas what&#039;s wrong?</description>
		<content:encoded><![CDATA[<p>I got a strange error message when running &#8220;sudo make test&#8221;: <a href="https://skitch.com/jfmercer/r9tb5/make-test-erro" rel="nofollow">https://skitch.com/jfmercer/r9tb5/make-test-erro</a></p>
<p>Any ideas what&#8217;s wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node on AWS Linux AMI by John F. Mercer</title>
		<link>http://www.tulek.org/2011/03/08/installing-node-on-aws-linux-ami/comment-page-1/#comment-264</link>
		<dc:creator>John F. Mercer</dc:creator>
		<pubDate>Sun, 15 May 2011 22:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tulek.org/?p=242#comment-264</guid>
		<description>Very helpful. Thanks.</description>
		<content:encoded><![CDATA[<p>Very helpful. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

