<?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 VPS Tutorial</title>
	<atom:link href="http://www.vps-tutorial.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vps-tutorial.info</link>
	<description>Powered by PhotonVPS.</description>
	<lastBuildDate>Thu, 03 Nov 2011 21:36:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Set up a Minecraft Server on CentOS by PhotonVPS</title>
		<link>http://www.vps-tutorial.info/2011/02/09/set-up-a-minecraft-server-on-centos/comment-page-1/#comment-140</link>
		<dc:creator>PhotonVPS</dc:creator>
		<pubDate>Thu, 03 Nov 2011 21:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=256#comment-140</guid>
		<description>I&#039;m not sure how you would go about creating a second Minecraft server on the same VPS.  Wouldn&#039;t it be easier to create one larger VPS?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure how you would go about creating a second Minecraft server on the same VPS.  Wouldn&#8217;t it be easier to create one larger VPS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set up a Minecraft Server on CentOS by iZihbO</title>
		<link>http://www.vps-tutorial.info/2011/02/09/set-up-a-minecraft-server-on-centos/comment-page-1/#comment-139</link>
		<dc:creator>iZihbO</dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=256#comment-139</guid>
		<description>Excellent tutorial! Thanks alot for sharing! This was just what I was looking for. However my VPS is capable of running a 2nd Minecraft server - which I&#039;m having alot of trouble with at the moment. I can&#039;t start the second server under the second username as java is stating that it is unable to allocate resources for the VM.

So, any clues? :)
Thanks for your time!</description>
		<content:encoded><![CDATA[<p>Excellent tutorial! Thanks alot for sharing! This was just what I was looking for. However my VPS is capable of running a 2nd Minecraft server &#8211; which I&#8217;m having alot of trouble with at the moment. I can&#8217;t start the second server under the second username as java is stating that it is unable to allocate resources for the VM.</p>
<p>So, any clues? <img src='http://www.vps-tutorial.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks for your time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenVPN Setup – Xen CentOS 5 by Rahul</title>
		<link>http://www.vps-tutorial.info/2011/01/10/openvpn-setup-xen-centos5/comment-page-1/#comment-138</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Sat, 22 Oct 2011 04:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=173#comment-138</guid>
		<description>How to make Ports? (kindly specify for both client and server)</description>
		<content:encoded><![CDATA[<p>How to make Ports? (kindly specify for both client and server)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CentOS &#8211; Installing Nginx via yum by rakslice</title>
		<link>http://www.vps-tutorial.info/2011/01/28/centos-installing-nginx-via-yum/comment-page-1/#comment-135</link>
		<dc:creator>rakslice</dc:creator>
		<pubDate>Tue, 29 Mar 2011 21:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=239#comment-135</guid>
		<description>I had a problem using the version nginx from epel 5-4 on a VPS, as it is built with AIO support but the VPS didn&#039;t have AIO in the kernel, so nginx would just spew errors about eventfd() to its error.log when I tried to start it.  Luckily, it was straightforward to install the development tools from the web admin console, so I did that and then rebuilt the package from source:

- grabbed the source rpm (http://download.fedora.redhat.com/pub/epel/5/SRPMS/nginx-0.8.53-1.el5.src.rpm)
- installed it
- went to SPECS in my rpm topdir (e.g. /usr/src/redhat) and found the nginx.spec file
- edited it, removing the &quot;--with-file-aio&quot; line under &quot;./configure&quot;
- built it (rpmbuild -ba nginx.spec), installing needed dependencies along the way with yum
- after I got through the rpmbuild, went to ../RPMS/i386 to get the finished rpm, and installed it. 

The config of nginx in the package might not be good performance wise for use without AIO, but it should at least get you going.</description>
		<content:encoded><![CDATA[<p>I had a problem using the version nginx from epel 5-4 on a VPS, as it is built with AIO support but the VPS didn&#8217;t have AIO in the kernel, so nginx would just spew errors about eventfd() to its error.log when I tried to start it.  Luckily, it was straightforward to install the development tools from the web admin console, so I did that and then rebuilt the package from source:</p>
<p>- grabbed the source rpm (<a href="http://download.fedora.redhat.com/pub/epel/5/SRPMS/nginx-0.8.53-1.el5.src.rpm" rel="nofollow">http://download.fedora.redhat.com/pub/epel/5/SRPMS/nginx-0.8.53-1.el5.src.rpm</a>)<br />
- installed it<br />
- went to SPECS in my rpm topdir (e.g. /usr/src/redhat) and found the nginx.spec file<br />
- edited it, removing the &#8220;&#8211;with-file-aio&#8221; line under &#8220;./configure&#8221;<br />
- built it (rpmbuild -ba nginx.spec), installing needed dependencies along the way with yum<br />
- after I got through the rpmbuild, went to ../RPMS/i386 to get the finished rpm, and installed it. </p>
<p>The config of nginx in the package might not be good performance wise for use without AIO, but it should at least get you going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows VPS Check List by yardvps</title>
		<link>http://www.vps-tutorial.info/2010/07/04/windows-vps-check-list/comment-page-1/#comment-50</link>
		<dc:creator>yardvps</dc:creator>
		<pubDate>Wed, 27 Oct 2010 09:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=42#comment-50</guid>
		<description>yardvps is very well</description>
		<content:encoded><![CDATA[<p>yardvps is very well</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to your Linux VPS by 86420org</title>
		<link>http://www.vps-tutorial.info/2010/03/08/connecting-to-your-linux-vps/comment-page-1/#comment-49</link>
		<dc:creator>86420org</dc:creator>
		<pubDate>Mon, 25 Oct 2010 14:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=19#comment-49</guid>
		<description>it is really fast....
i do love photonvps now...
i think i ll make my website here from now on...</description>
		<content:encoded><![CDATA[<p>it is really fast&#8230;.<br />
i do love photonvps now&#8230;<br />
i think i ll make my website here from now on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows VPS Check List by niao</title>
		<link>http://www.vps-tutorial.info/2010/07/04/windows-vps-check-list/comment-page-1/#comment-29</link>
		<dc:creator>niao</dc:creator>
		<pubDate>Fri, 01 Oct 2010 19:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=42#comment-29</guid>
		<description>photonvps very well~</description>
		<content:encoded><![CDATA[<p>photonvps very well~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to your Linux VPS by 不可能不确定</title>
		<link>http://www.vps-tutorial.info/2010/03/08/connecting-to-your-linux-vps/comment-page-1/#comment-12</link>
		<dc:creator>不可能不确定</dc:creator>
		<pubDate>Sun, 18 Jul 2010 05:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=19#comment-12</guid>
		<description>update cycle is too long
^_^
my post in the same subject in CHS:
http://chensd.com/2010-03/photonvps-ssh-control-panel.html</description>
		<content:encoded><![CDATA[<p>update cycle is too long<br />
^_^<br />
my post in the same subject in CHS:<br />
<a href="http://chensd.com/2010-03/photonvps-ssh-control-panel.html" rel="nofollow">http://chensd.com/2010-03/photonvps-ssh-control-panel.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting to your Linux VPS by PhotonVPS</title>
		<link>http://www.vps-tutorial.info/2010/03/08/connecting-to-your-linux-vps/comment-page-1/#comment-11</link>
		<dc:creator>PhotonVPS</dc:creator>
		<pubDate>Thu, 20 May 2010 17:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=19#comment-11</guid>
		<description>Working on them!</description>
		<content:encoded><![CDATA[<p>Working on them!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to VPS-Tutorial by PhotonVPS</title>
		<link>http://www.vps-tutorial.info/2010/02/12/welcome-to-vps-tutorial/comment-page-1/#comment-10</link>
		<dc:creator>PhotonVPS</dc:creator>
		<pubDate>Thu, 20 May 2010 17:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=4#comment-10</guid>
		<description>Sure, just open a ticket a support@photonvps.com</description>
		<content:encoded><![CDATA[<p>Sure, just open a ticket a <a href="mailto:support@photonvps.com">support@photonvps.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

