<?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 The Tech Tutorial</title>
	<atom:link href="http://www.the-tech-tutorial.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.the-tech-tutorial.com</link>
	<description>Just a blog of free technology tutorials</description>
	<lastBuildDate>Wed, 20 Jun 2012 16:50:19 +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 Installing Ruby on Rails Ubuntu 12.04 using RVM and Ruby 1.9.3 by Hajar</title>
		<link>http://www.the-tech-tutorial.com/?p=1868#comment-10547</link>
		<dc:creator>Hajar</dc:creator>
		<pubDate>Wed, 20 Jun 2012 16:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=1868#comment-10547</guid>
		<description><![CDATA[After installing php5-gd and reitratsng Apache2, I still got the same error messages. Looking thru the error logs I noticed:  failed to open stream: Permission denied in /var/www/wp-admin/includes/file.php on line 348 . Line 347-8 has:  $new_file = $uploads[&#039;path&#039;] .  /$filename   copy( $tmp_file, $new_file );Ahh, more file permissions, this time on the uploads dir. Once I gave the Apache process recursive write perms to wp-content/uploads and restarted, all was good.Thanks for the tips!]]></description>
		<content:encoded><![CDATA[<p>After installing php5-gd and reitratsng Apache2, I still got the same error messages. Looking thru the error logs I noticed:  failed to open stream: Permission denied in /var/www/wp-admin/includes/file.php on line 348 . Line 347-8 has:  $new_file = $uploads['path'] .  /$filename   copy( $tmp_file, $new_file );Ahh, more file permissions, this time on the uploads dir. Once I gave the Apache process recursive write perms to wp-content/uploads and restarted, all was good.Thanks for the tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Swap to any EC2 Instance by Andy C</title>
		<link>http://www.the-tech-tutorial.com/?p=1408#comment-10544</link>
		<dc:creator>Andy C</dc:creator>
		<pubDate>Wed, 20 Jun 2012 14:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=1408#comment-10544</guid>
		<description><![CDATA[Just started working on EC2 instances and it had been a while since I created swaps outside of building boxes.  Thanks for bringing the info up and making it easy. Saved some energy and its appreciated.]]></description>
		<content:encoded><![CDATA[<p>Just started working on EC2 instances and it had been a while since I created swaps outside of building boxes.  Thanks for bringing the info up and making it easy. Saved some energy and its appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby on Rails Ubuntu 12.04 using RVM and Ruby 1.9.3 by adamedoe</title>
		<link>http://www.the-tech-tutorial.com/?p=1868#comment-6690</link>
		<dc:creator>adamedoe</dc:creator>
		<pubDate>Mon, 13 Feb 2012 11:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=1868#comment-6690</guid>
		<description><![CDATA[For some reason, each time you open a new terminal you need to run 

source /etc/profile.d/rvm.sh

before using rvm / ruby. 

Just in case it&#039;s happening to anyone else, just add ~

source /etc/profile.d/rvm.sh

at the bottom of your .bashrc and source it or restart your computer. This worked for me! 

Cheers!]]></description>
		<content:encoded><![CDATA[<p>For some reason, each time you open a new terminal you need to run </p>
<p>source /etc/profile.d/rvm.sh</p>
<p>before using rvm / ruby. </p>
<p>Just in case it&#8217;s happening to anyone else, just add ~</p>
<p>source /etc/profile.d/rvm.sh</p>
<p>at the bottom of your .bashrc and source it or restart your computer. This worked for me! </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby on Rails Ubuntu 12.04 using RVM and Ruby 1.9.3 by Tyler Allen</title>
		<link>http://www.the-tech-tutorial.com/?p=1868#comment-6368</link>
		<dc:creator>Tyler Allen</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=1868#comment-6368</guid>
		<description><![CDATA[Many Thanks, Adamedoe I&#039;ve updated the tutorial to reflect the required changes.]]></description>
		<content:encoded><![CDATA[<p>Many Thanks, Adamedoe I&#8217;ve updated the tutorial to reflect the required changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Ruby on Rails Ubuntu 12.04 using RVM and Ruby 1.9.3 by adamedoe</title>
		<link>http://www.the-tech-tutorial.com/?p=1868#comment-5962</link>
		<dc:creator>adamedoe</dc:creator>
		<pubDate>Tue, 24 Jan 2012 11:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=1868#comment-5962</guid>
		<description><![CDATA[Nice tut. It just needs to be updated. 

~ You need to replace 

bash &lt; &lt;(curl -s https://rvm.beginrescueend.com/install/rvm)

by

bash -s stable &lt; &lt;(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)

Cheers!]]></description>
		<content:encoded><![CDATA[<p>Nice tut. It just needs to be updated. </p>
<p>~ You need to replace </p>
<p>bash &lt; &lt;(curl -s <a href="https://rvm.beginrescueend.com/install/rvm" rel="nofollow">https://rvm.beginrescueend.com/install/rvm</a>)</p>
<p>by</p>
<p>bash -s stable &lt; &lt;(curl -s <a href="https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer" rel="nofollow">https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer</a>)</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Install Ruby on Rails Ubuntu Server 11.10 by Installing Ruby on Rails Ubuntu 11.10 using RVM and Ruby 1.9.2 &#171; The Tech Tutorial</title>
		<link>http://www.the-tech-tutorial.com/?p=1801#comment-4231</link>
		<dc:creator>Installing Ruby on Rails Ubuntu 11.10 using RVM and Ruby 1.9.2 &#171; The Tech Tutorial</dc:creator>
		<pubDate>Mon, 21 Nov 2011 13:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=1801#comment-4231</guid>
		<description><![CDATA[[...] Tutorial         &#171; How To Install Ruby on Rails Ubuntu Server 11.10 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Tutorial         &laquo; How To Install Ruby on Rails Ubuntu Server 11.10 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL MD5 User Password by Tyler Allen</title>
		<link>http://www.the-tech-tutorial.com/?p=1105#comment-1189</link>
		<dc:creator>Tyler Allen</dc:creator>
		<pubDate>Fri, 22 Jul 2011 08:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=1105#comment-1189</guid>
		<description><![CDATA[the md5 function should be preinstalled with mysql]]></description>
		<content:encoded><![CDATA[<p>the md5 function should be preinstalled with mysql</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Seedbox by Tyler Allen</title>
		<link>http://www.the-tech-tutorial.com/?p=551#comment-31</link>
		<dc:creator>Tyler Allen</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=551#comment-31</guid>
		<description><![CDATA[Depends on the area, but usualy lots of &#039;trial and error&#039; and reading long manuals.]]></description>
		<content:encoded><![CDATA[<p>Depends on the area, but usualy lots of &#8216;trial and error&#8217; and reading long manuals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a Seedbox by Alex</title>
		<link>http://www.the-tech-tutorial.com/?p=551#comment-30</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 04 Aug 2010 15:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=551#comment-30</guid>
		<description><![CDATA[How did you learn this and figure all this out?]]></description>
		<content:encoded><![CDATA[<p>How did you learn this and figure all this out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New EC2 Cluster Compute Instances by Tyler Allen</title>
		<link>http://www.the-tech-tutorial.com/?p=188#comment-29</link>
		<dc:creator>Tyler Allen</dc:creator>
		<pubDate>Tue, 03 Aug 2010 09:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-tech-tutorial.com/?p=188#comment-29</guid>
		<description><![CDATA[I’ll try and write a tutorial on setting up and running HPC Clusters on Amazon EC2 with the Management Console as they can be a bit of a pain to get running.

Thanks,
Tyler.]]></description>
		<content:encoded><![CDATA[<p>I’ll try and write a tutorial on setting up and running HPC Clusters on Amazon EC2 with the Management Console as they can be a bit of a pain to get running.</p>
<p>Thanks,<br />
Tyler.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
