<?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 Ryan Kearney</title>
	<atom:link href="http://blog.ryankearney.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ryankearney.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jan 2012 18:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Use Chrome, Safari, or Opera for Netflix Streaming. by condact</title>
		<link>http://blog.ryankearney.com/2009/08/use-chrome-safari-or-opera-for-netflix-streaming/#comment-1875</link>
		<dc:creator>condact</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=665#comment-1875</guid>
		<description>Thank you now opera is the best 100%</description>
		<content:encoded><![CDATA[<p>Thank you now opera is the best 100%</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Quickly reach your 32GB bonus space for Dropbox for next to nothing. by Dropbox: best way to sync files you need on many devices - Page 2 - Android Forums</title>
		<link>http://blog.ryankearney.com/2011/05/how-to-quickly-reach-your-32gb-bonus-space-for-dropbox-for-next-to-nothing/#comment-1873</link>
		<dc:creator>Dropbox: best way to sync files you need on many devices - Page 2 - Android Forums</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=2730#comment-1873</guid>
		<description>[...] not hardcore enough to try this, but the logic is sound...  How to: Quickly reach your 32GB bonus space for Dropbox &#124; Ryan Kearney      GA_googleFillSlot(&quot;PhanForum_1stPostSig_300x250&quot;);    __________________  Help me out: Sign up [...]</description>
		<content:encoded><![CDATA[<p>[...] not hardcore enough to try this, but the logic is sound&#8230;  How to: Quickly reach your 32GB bonus space for Dropbox | Ryan Kearney      GA_googleFillSlot(&quot;PhanForum_1stPostSig_300x250&quot;);    __________________  Help me out: Sign up [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LastPass vs 1Password Part 2 of 3 – LastPass by Martin Huard</title>
		<link>http://blog.ryankearney.com/2011/05/lastpass-vs-1password-part-2-of-3-%e2%80%93-lastpass/#comment-1872</link>
		<dc:creator>Martin Huard</dc:creator>
		<pubDate>Sun, 01 Jan 2012 15:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=2658#comment-1872</guid>
		<description>It seems that the part #3 is missing. Your article is one of the first on Google for 1Password vs LastPass, I encourage you to complete it.. ;)</description>
		<content:encoded><![CDATA[<p>It seems that the part #3 is missing. Your article is one of the first on Google for 1Password vs LastPass, I encourage you to complete it.. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup A Simple LAMP Server Running WordPress by axeva</title>
		<link>http://blog.ryankearney.com/video-tutorials/rackspace-cloud/setup-a-simple-lamp-server-running-wordpress/#comment-1861</link>
		<dc:creator>axeva</dc:creator>
		<pubDate>Mon, 05 Dec 2011 20:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?page_id=679#comment-1861</guid>
		<description>I realize this post is over a year old, but it still ranks well, so I assume others will find it in a Google search as I did.

There are a number of changes now that CentOS is at version 6.  Many you can find by doing a bit of searching, but here is a short collection that may help:

- CentOS no longer include unzip.  Include it in your yum command (yum install unzip)
- Same with the setup tool.  Include that in the yum call as well (yum install setuptool)
- Once the setup tool is installed, you need to add the firewall settings.  (yum install system-config-firewall)
- If you want to have SEO friendly Wordpress URLs (i.e.  http://myblog.com/this-is-a-post), you&#039;ll have to activate the mod_rewrite module in your httpd.conf settings:

   a.  vi /etc/httpd/conf/httpd.conf
   b.  Search for &quot;AllowOveride None&quot;  It will appear a few times in the file.  You want the one under the  section.
   c.  Change AllowOveride None to be AllowOveride All
   d.  Save.
   e.  service httpd restart


There&#039;s a lot more (mySqlAdmin, vsftpd, etc.), but this should get you going!

  - Bryan








</description>
		<content:encoded><![CDATA[<p>I realize this post is over a year old, but it still ranks well, so I assume others will find it in a Google search as I did.</p>
<p>There are a number of changes now that CentOS is at version 6.  Many you can find by doing a bit of searching, but here is a short collection that may help:</p>
<p>- CentOS no longer include unzip.  Include it in your yum command (yum install unzip)<br />
- Same with the setup tool.  Include that in the yum call as well (yum install setuptool)<br />
- Once the setup tool is installed, you need to add the firewall settings.  (yum install system-config-firewall)<br />
- If you want to have SEO friendly WordPress URLs (i.e.  http://myblog.com/this-is-a-post), you&#8217;ll have to activate the mod_rewrite module in your httpd.conf settings:</p>
<p>   a.  vi /etc/httpd/conf/httpd.conf<br />
   b.  Search for &#8220;AllowOveride None&#8221;  It will appear a few times in the file.  You want the one under the  section.<br />
   c.  Change AllowOveride None to be AllowOveride All<br />
   d.  Save.<br />
   e.  service httpd restart</p>
<p>There&#8217;s a lot more (mySqlAdmin, vsftpd, etc.), but this should get you going!</p>
<p>  &#8211; Bryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LastPass vs 1Password Part 1 of 3 &#8211; 1Password by Rafi</title>
		<link>http://blog.ryankearney.com/2011/03/lastpass-vs-1password-part-1-of-3-1password/#comment-1854</link>
		<dc:creator>Rafi</dc:creator>
		<pubDate>Sat, 19 Nov 2011 09:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=2535#comment-1854</guid>
		<description>For a long time I&#039;ve used the crappy Roboform to store 300+ pwrdz. I couldn&#039;t take it anymore. LastPass debut got so much buzz, but that&#039;s just one thing I&#039;m not gonna store on the cloud.
I waited till 1Password had their first stable Win version, and bought it. Been using it for a long time. It&#039;s a joy. Who uses IE ?? :)  Only FF/Chrome. I can store all kinds of sensitive data on it, and its just a shortcut away on any device. 
Well off to read part 2 :) good article man !!</description>
		<content:encoded><![CDATA[<p>For a long time I&#8217;ve used the crappy Roboform to store 300+ pwrdz. I couldn&#8217;t take it anymore. LastPass debut got so much buzz, but that&#8217;s just one thing I&#8217;m not gonna store on the cloud.<br />
I waited till 1Password had their first stable Win version, and bought it. Been using it for a long time. It&#8217;s a joy. Who uses IE ?? :)  Only FF/Chrome. I can store all kinds of sensitive data on it, and its just a shortcut away on any device.<br />
Well off to read part 2 :) good article man !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RyanKearney.com Will Be Shutting Down by James Jackson</title>
		<link>http://blog.ryankearney.com/2011/10/ryankearney-com-will-be-shutting-down/#comment-1852</link>
		<dc:creator>James Jackson</dc:creator>
		<pubDate>Wed, 09 Nov 2011 18:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=2848#comment-1852</guid>
		<description>I truly enjoyed your hosting service, Ryan.  For a time, you really did this world a wonderful.</description>
		<content:encoded><![CDATA[<p>I truly enjoyed your hosting service, Ryan.  For a time, you really did this world a wonderful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RyanKearney.com Will Be Shutting Down by just_quit_smoking</title>
		<link>http://blog.ryankearney.com/2011/10/ryankearney-com-will-be-shutting-down/#comment-1851</link>
		<dc:creator>just_quit_smoking</dc:creator>
		<pubDate>Tue, 08 Nov 2011 16:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=2848#comment-1851</guid>
		<description>Well that&#039;s a shame, but thank you (from reddit) for the fantastic hosting while it lasted! </description>
		<content:encoded><![CDATA[<p>Well that&#8217;s a shame, but thank you (from reddit) for the fantastic hosting while it lasted! </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use Chrome, Safari, or Opera for Netflix Streaming. by Supernova_9090</title>
		<link>http://blog.ryankearney.com/2009/08/use-chrome-safari-or-opera-for-netflix-streaming/#comment-1850</link>
		<dc:creator>Supernova_9090</dc:creator>
		<pubDate>Sat, 05 Nov 2011 06:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=665#comment-1850</guid>
		<description>I tried doing it for chrome, but when I copied the code into &quot;target&quot;, it didn&#039;t fit.</description>
		<content:encoded><![CDATA[<p>I tried doing it for chrome, but when I copied the code into &#8220;target&#8221;, it didn&#8217;t fit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Quickly reach your 32GB bonus space for Dropbox for next to nothing. by Ryan Kearney</title>
		<link>http://blog.ryankearney.com/2011/05/how-to-quickly-reach-your-32gb-bonus-space-for-dropbox-for-next-to-nothing/#comment-1848</link>
		<dc:creator>Ryan Kearney</dc:creator>
		<pubDate>Tue, 01 Nov 2011 22:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=2730#comment-1848</guid>
		<description>No, however the fact that they mentioned your account was suspended for repeated violations would make me draw the conclusion that you&#039;re doing something very wrong.</description>
		<content:encoded><![CDATA[<p>No, however the fact that they mentioned your account was suspended for repeated violations would make me draw the conclusion that you&#8217;re doing something very wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to: Quickly reach your 32GB bonus space for Dropbox for next to nothing. by Hello</title>
		<link>http://blog.ryankearney.com/2011/05/how-to-quickly-reach-your-32gb-bonus-space-for-dropbox-for-next-to-nothing/#comment-1847</link>
		<dc:creator>Hello</dc:creator>
		<pubDate>Tue, 01 Nov 2011 11:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ryankearney.com/?p=2730#comment-1847</guid>
		<description>Hi. I tried to use google adwords to increase my space, but what i get is &quot;
 Your Google AdWords 
account has been permanently suspended for repeated violation of AdWords
 or Landing Page and Site policies in this or a related account.  Learn more  &quot;. Does your method violate google adwords? Thanx.
 </description>
		<content:encoded><![CDATA[<p>Hi. I tried to use google adwords to increase my space, but what i get is &#8221;<br />
 Your Google AdWords<br />
account has been permanently suspended for repeated violation of AdWords<br />
 or Landing Page and Site policies in this or a related account.  Learn more  &#8220;. Does your method violate google adwords? Thanx.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

