<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>John Yerhot - Weblog &#187; Slicehost</title>
	<atom:link href="http://www.johnyerhot.com/category/slicehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnyerhot.com</link>
	<description>im in ur computrz makin castz</description>
	<lastBuildDate>Tue, 29 Jun 2010 04:32:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moved Hosts again..</title>
		<link>http://www.johnyerhot.com/2008/07/06/moved-hosts-again/</link>
		<comments>http://www.johnyerhot.com/2008/07/06/moved-hosts-again/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 04:41:50 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slicehost]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[homeserver]]></category>

		<guid isPermaLink="false">http://www.johnyerhot.com/?p=75</guid>
		<description><![CDATA[Moved hosts again.  Taking it all in house.  Yup, this fine blog of mine (and lots of other crap) is now being served off my home brew server sitting behind the TV(also acting as a fileserver).   If there is one thing I freaking hate, it is moving a Wordpress install.  Something always messes up and, [...]]]></description>
			<content:encoded><![CDATA[<p>Moved hosts again.  Taking it all in house.  Yup, this fine blog of mine (and lots of other crap) is now being served off my home brew server sitting behind the TV(also acting as a fileserver).   If there is one thing I freaking hate, it is moving a Wordpress install.  Something always messes up and, while usually very easy to fix, it is never easy to spot.</p>
<p>I&#8217;ve also moved back to Apache2 from Nginx since I&#8217;ve got a lil more muscle to go around than with the Slicehost account I had.  I&#8217;m going to hold on to it (Slicehost account) to see if anything horribly wrong happens. but I think this should be fun.</p>
<p>Alright, DNS is still propagating for yerhot.org and some others.  Hopefully it&#8217;ll be done in the a.m.  I&#8217;m hitting the sack.</p>
<p>Lemme know if you have any thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnyerhot.com/2008/07/06/moved-hosts-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slicehost problems with Gem *FIXED*</title>
		<link>http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/</link>
		<comments>http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 18:43:33 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Slicehost]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/</guid>
		<description><![CDATA[Today I set up 470.johnyerhot.com and set up a Rails app I worked on to run there, but I needed to install the Pdf-writer Gem for proper functionality.  Low and behold when I tried
sudo gem install pdf-writer
I was greeted with nothing, just
Updating Gem source index for: http://gems.rubyforge.org
and that was it.  After searching and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I set up 470.johnyerhot.com and set up a Rails app I worked on to run there, but I needed to install the Pdf-writer Gem for proper functionality.  Low and behold when I tried</p>
<blockquote><p>sudo gem install pdf-writer</p></blockquote>
<p>I was greeted with nothing, just</p>
<blockquote><p>Updating Gem source index for: http://gems.rubyforge.org</p></blockquote>
<p>and that was it.  After searching and searching I realized the the version of Gem I had installed was 0.94 and that was the problem.</p>
<p>The solution is as follows:</p>
<blockquote><p>wget http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz<br />
tar zxvf rubygems-1.0.1.tgz<br />
cd rubygems-1.0.1<br />
ruby setup.rb<br />
sudo gem update</p></blockquote>
<p>You just need to manually install the updated Gem. Cinch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnyerhot.com/2008/03/17/slicehost-problems-with-gem-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved Hosts</title>
		<link>http://www.johnyerhot.com/2008/02/01/moved-hosts/</link>
		<comments>http://www.johnyerhot.com/2008/02/01/moved-hosts/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 06:04:01 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Royner]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Slicehost]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[ocssolutions]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://www.johnyerhot.com/2008/02/01/moved-hosts/</guid>
		<description><![CDATA[Well I&#8217;ve finished consolodating my two hosting accounts, one at Godaddy (cheap Linux hosting) and my shared Rails hosting at OcsSolutions (which was very good for shared Rails host) to a 512 mb Ubuntu 7.10 &#8217;slice&#8217; at Slicehost.  Was gonna go straight Debian, but figured what the hell.  For any of you who don&#8217;t know, [...]]]></description>
			<content:encoded><![CDATA[<p>Well I&#8217;ve finished consolodating my two hosting accounts, one at Godaddy (cheap Linux hosting) and my shared Rails hosting at <a href="http://www.ocssolutions.com/">OcsSolutions</a> (which was very good for shared Rails host) to a 512 mb Ubuntu 7.10 &#8217;slice&#8217; at <a href="http://www.slicehost.com">Slicehost</a>.  Was gonna go straight Debian, but figured what the hell.  For any of you who don&#8217;t know, a &#8217;slice&#8217; is pretty much get VPS hosting account.  This is my first VPS.  I set up Apache/Rails proxy servers and your run of the mill LAMP servers for customers/clients and at work all the time, but this is MY first server that is all mine to mess with.</p>
<p>As mentioned, I decided to give <a href="http://nginx.net/">Nginx</a> a try. I have to admit, initial set up is very easy.  I first setup the Rails enviornment and had Nginx proxy to two mongrels for each app.  (I&#8217;m running two apps for four total Mongrels).  No problem.</p>
<p>Next, I had to get php working.  Not so easy.</p>
<p>I ended up looking for help and followed <a href="http://www.howtoforge.com/nginx_php5_fast_cgi_xcache_ubuntu7.04">this,</a> setting up php5 to run as fast-cgi.  Ugh.  To make things worse, I had to move over the Wordpress install from Godaddy.  I assummed it would be easy as pie, and it was to an extent, but I ran into trouble with the way the virtual hosts configs nginx uses handle subdomains and .. long story short I had redirect loop happening and it just sucked.</p>
<p>I&#8217;m blabering on and on here, but in the end I&#8217;ve got everything up and running.  We&#8217;ll see how Nginx works in the long term, but right now it seems pretty snappy and the memory footprint is much smaller than Apache.</p>
<p>So, Royner and another project of mine have a place to live and I&#8217;m just gonna do some final tweaks this weekend and then you can check them out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnyerhot.com/2008/02/01/moved-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
