<?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 Cloud Tech Blog</title>
	<atom:link href="http://www.cloudtech.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudtech.org</link>
	<description></description>
	<lastBuildDate>Mon, 29 Apr 2013 08:32:41 +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 Cloud Services Drive Fast-Growing Outsourcing Market by Jeremy Hilb</title>
		<link>http://www.cloudtech.org/cloud-services-drive-fast-growing-outsourcing-market/comment-page-1/#comment-325</link>
		<dc:creator>Jeremy Hilb</dc:creator>
		<pubDate>Mon, 29 Apr 2013 08:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=223#comment-325</guid>
		<description><![CDATA[Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet). For example, email. The name comes from the common use of a cloud-shaped symbol as an abstraction for the complex infrastructure it contains in system diagrams. Cloud computing entrusts remote services with a user&#039;s data, software and computation.,

Keep it up
&lt;http://www.foodsupplementdigest.com&lt;b&gt; &lt;/b&gt;]]></description>
		<content:encoded><![CDATA[<p>Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet). For example, email. The name comes from the common use of a cloud-shaped symbol as an abstraction for the complex infrastructure it contains in system diagrams. Cloud computing entrusts remote services with a user&#8217;s data, software and computation.,</p>
<p>Keep it up<br />
&lt;<a href="http://www.foodsupplementdigest.com" rel="nofollow">http://www.foodsupplementdigest.com</a><b> </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build high performance wordpress site using Nginx + Varnish by Truxedo Truck Bed Tonneau Covers</title>
		<link>http://www.cloudtech.org/build-high-performance-wordpress-site-using-nginx-varnish/comment-page-1/#comment-322</link>
		<dc:creator>Truxedo Truck Bed Tonneau Covers</dc:creator>
		<pubDate>Fri, 26 Apr 2013 16:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=253#comment-322</guid>
		<description><![CDATA[First off I want to say wonderful blog! I had a quick question in which I&#039;d like to ask if you do not mind. I was curious to know how you center yourself and clear your head before writing. I have had a tough time clearing my mind in getting my thoughts out there. I truly do take pleasure in writing but it just seems like the first 10 to 15 minutes are lost just trying to figure out how to begin. Any recommendations or hints? Kudos!]]></description>
		<content:encoded><![CDATA[<p>First off I want to say wonderful blog! I had a quick question in which I&#8217;d like to ask if you do not mind. I was curious to know how you center yourself and clear your head before writing. I have had a tough time clearing my mind in getting my thoughts out there. I truly do take pleasure in writing but it just seems like the first 10 to 15 minutes are lost just trying to figure out how to begin. Any recommendations or hints? Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build high performance wordpress site using Nginx + Varnish by LKT</title>
		<link>http://www.cloudtech.org/build-high-performance-wordpress-site-using-nginx-varnish/comment-page-1/#comment-228</link>
		<dc:creator>LKT</dc:creator>
		<pubDate>Mon, 24 Sep 2012 20:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=253#comment-228</guid>
		<description><![CDATA[@Dol: It&#039;s not the default content but rather his modifications.

Also try to avoid if statements in your nginx config. I suspect you want to redirect all non www request to www.cloudtech.org, then do something like this:

server {
	# Redirect all requests to www
	server_name cloudtech.org;
	return 301 $scheme://www.cloudtech.org$request_uri;
}

server {
	server_name www.cloudtech.org;
	...
}

How is the mobile redirect working? My impression working with this is that the user agent often is rather difficult to spot.]]></description>
		<content:encoded><![CDATA[<p>@Dol: It&#8217;s not the default content but rather his modifications.</p>
<p>Also try to avoid if statements in your nginx config. I suspect you want to redirect all non www request to <a href="http://www.cloudtech.org" rel="nofollow">http://www.cloudtech.org</a>, then do something like this:</p>
<p>server {<br />
	# Redirect all requests to www<br />
	server_name cloudtech.org;<br />
	return 301 $scheme://www.cloudtech.org$request_uri;<br />
}</p>
<p>server {<br />
	server_name <a href="http://www.cloudtech.org" rel="nofollow">http://www.cloudtech.org</a>;<br />
	&#8230;<br />
}</p>
<p>How is the mobile redirect working? My impression working with this is that the user agent often is rather difficult to spot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build high performance wordpress site using Nginx + Varnish by Dol</title>
		<link>http://www.cloudtech.org/build-high-performance-wordpress-site-using-nginx-varnish/comment-page-1/#comment-223</link>
		<dc:creator>Dol</dc:creator>
		<pubDate>Mon, 24 Sep 2012 07:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=253#comment-223</guid>
		<description><![CDATA[Why your varnish default file looks different than mine?]]></description>
		<content:encoded><![CDATA[<p>Why your varnish default file looks different than mine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x automatically by Kaigaem</title>
		<link>http://www.cloudtech.org/install-ffmpeg-mplayer-mencoder-ffmpeg-php-on-centos-5-x-automatically/comment-page-1/#comment-132</link>
		<dc:creator>Kaigaem</dc:creator>
		<pubDate>Mon, 28 May 2012 06:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=116#comment-132</guid>
		<description><![CDATA[No FFmpeg checkout, press enter to download one with git]]></description>
		<content:encoded><![CDATA[<p>No FFmpeg checkout, press enter to download one with git</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x automatically by Roger P</title>
		<link>http://www.cloudtech.org/install-ffmpeg-mplayer-mencoder-ffmpeg-php-on-centos-5-x-automatically/comment-page-1/#comment-131</link>
		<dc:creator>Roger P</dc:creator>
		<pubDate>Sat, 26 May 2012 22:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=116#comment-131</guid>
		<description><![CDATA[Really helpful. Thanks a lot for sharing such a good deed.]]></description>
		<content:encoded><![CDATA[<p>Really helpful. Thanks a lot for sharing such a good deed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x automatically by Dann</title>
		<link>http://www.cloudtech.org/install-ffmpeg-mplayer-mencoder-ffmpeg-php-on-centos-5-x-automatically/comment-page-1/#comment-130</link>
		<dc:creator>Dann</dc:creator>
		<pubDate>Tue, 08 May 2012 17:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=116#comment-130</guid>
		<description><![CDATA[@Sandra

Usually in the top level source folder, you run 
&quot;make uninstall&quot;]]></description>
		<content:encoded><![CDATA[<p>@Sandra</p>
<p>Usually in the top level source folder, you run<br />
&#8220;make uninstall&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x automatically by Sandra</title>
		<link>http://www.cloudtech.org/install-ffmpeg-mplayer-mencoder-ffmpeg-php-on-centos-5-x-automatically/comment-page-1/#comment-129</link>
		<dc:creator>Sandra</dc:creator>
		<pubDate>Wed, 28 Mar 2012 09:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=116#comment-129</guid>
		<description><![CDATA[how can i uninstall?]]></description>
		<content:encoded><![CDATA[<p>how can i uninstall?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x automatically by partap</title>
		<link>http://www.cloudtech.org/install-ffmpeg-mplayer-mencoder-ffmpeg-php-on-centos-5-x-automatically/comment-page-1/#comment-119</link>
		<dc:creator>partap</dc:creator>
		<pubDate>Sat, 14 Jan 2012 19:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=116#comment-119</guid>
		<description><![CDATA[# php -m &#124; grep ffmpeg
PHP Warning:  PHP Startup: Unable to load dynamic library &#039;/usr/lib64/php/modules/ffmpeg.so&#039; - /usr/lib64/php/modules/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0]]></description>
		<content:encoded><![CDATA[<p># php -m | grep ffmpeg<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/usr/lib64/php/modules/ffmpeg.so&#8217; &#8211; /usr/lib64/php/modules/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x automatically by partap</title>
		<link>http://www.cloudtech.org/install-ffmpeg-mplayer-mencoder-ffmpeg-php-on-centos-5-x-automatically/comment-page-1/#comment-118</link>
		<dc:creator>partap</dc:creator>
		<pubDate>Sat, 14 Jan 2012 19:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudtech.org/?p=116#comment-118</guid>
		<description><![CDATA[when i do the test

php -m &#124; grep ffmpeg

i get a failed loading message but then

ls -lah /usr/local/cpffmpeg/bin/

shows everything green ??]]></description>
		<content:encoded><![CDATA[<p>when i do the test</p>
<p>php -m | grep ffmpeg</p>
<p>i get a failed loading message but then</p>
<p>ls -lah /usr/local/cpffmpeg/bin/</p>
<p>shows everything green ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.cloudtech.org @ 2013-05-24 05:32:43 by W3 Total Cache -->