<?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>VPS Tutorial</title>
	<atom:link href="http://www.vps-tutorial.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vps-tutorial.info</link>
	<description>Powered by PhotonVPS.</description>
	<lastBuildDate>Mon, 10 Oct 2011 06:34:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Set time-out settings for Windows 2003</title>
		<link>http://www.vps-tutorial.info/2011/10/09/set-time-out-settings-for-windows-2003/</link>
		<comments>http://www.vps-tutorial.info/2011/10/09/set-time-out-settings-for-windows-2003/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 06:32:33 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=393</guid>
		<description><![CDATA[Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2 Using Terminal Services Configuration 1. Open Terminal Services Configuration. 2. In the console tree, click Connections. 3. In the details pane, right-click the connection for which you want to modify time-out settings, and then click Properties. [...]]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/10/09/set-time-out-settings-for-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up DNS on a Linux Dedicated Server</title>
		<link>http://www.vps-tutorial.info/2011/06/15/setting-up-dns-on-a-linux-dedicated-server/</link>
		<comments>http://www.vps-tutorial.info/2011/06/15/setting-up-dns-on-a-linux-dedicated-server/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 23:47:10 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=325</guid>
		<description><![CDATA[Below are some great links for setting up DNS on a Linux Dedicated Server: http://www.youtube.com/watch?v=1qY5Od7iDl4 - Part 1 http://www.youtube.com/watch?v=wMAlsPq6qTw - Part 2]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/06/15/setting-up-dns-on-a-linux-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LNMP Server on CentOS</title>
		<link>http://www.vps-tutorial.info/2011/05/21/lnmp-server-on-centos/</link>
		<comments>http://www.vps-tutorial.info/2011/05/21/lnmp-server-on-centos/#comments</comments>
		<pubDate>Sun, 22 May 2011 00:04:52 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=281</guid>
		<description><![CDATA[Step 1. install yum repo //32 bit rpm -ivh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/ius-release-1.0-6.ius.el5.noarch.rpm //64 bit rpm -ivh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/x86_64/ius-release-1.0-6.ius.el5.noarch.rpm Step 2. install MySQL //Visit http://dev.mysql.com/downloads/mysql/5.5.html?current_os=7#downloads //You need to download 4 packages, they are: MySQL-client MySQL-server MySQL-shared-compat MySQL-shared //After you download them run: rpm -ivh *.rpm //change MySQL root password： service mysql start mysqladmin [...]]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/05/21/lnmp-server-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set up a Minecraft Server on CentOS</title>
		<link>http://www.vps-tutorial.info/2011/02/09/set-up-a-minecraft-server-on-centos/</link>
		<comments>http://www.vps-tutorial.info/2011/02/09/set-up-a-minecraft-server-on-centos/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 01:24:56 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=256</guid>
		<description><![CDATA[Setting up a Minecraft server can be pretty difficult if you don't know what you're doing. This tutorial is to simplify running it on CentOS 5. We'll need to following: - Dedicated Server / Xen based VPS - CentOS 5.x 32bit/64bit - 1GB of RAM or more - Latest Java JDK - Minecraft Server Let's [...]]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/02/09/set-up-a-minecraft-server-on-centos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kloxo &#8211; Processed Logs</title>
		<link>http://www.vps-tutorial.info/2011/01/28/kloxo-processed-logs/</link>
		<comments>http://www.vps-tutorial.info/2011/01/28/kloxo-processed-logs/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 23:35:28 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=250</guid>
		<description><![CDATA[Kloxo saves all the log files in the processed stats folder. What you need to do is go to your Kloxo control panel and do the following: - Resources > Domain Defaults > Remove Processed Logs > Update]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/01/28/kloxo-processed-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install php-5.2 fpm on Ubuntu and Zend Optimizer</title>
		<link>http://www.vps-tutorial.info/2011/01/28/how-to-install-php-5-2-fpm-on-ubuntu-and-zend-optimizer/</link>
		<comments>http://www.vps-tutorial.info/2011/01/28/how-to-install-php-5-2-fpm-on-ubuntu-and-zend-optimizer/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 23:21:51 +0000</pubDate>
		<dc:creator>cnjax</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=237</guid>
		<description><![CDATA[apt install php5.2.17 latest 5.2 . php-fpm  xml format configure file]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/01/28/how-to-install-php-5-2-fpm-on-ubuntu-and-zend-optimizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS &#8211; Installing Nginx via yum</title>
		<link>http://www.vps-tutorial.info/2011/01/28/centos-installing-nginx-via-yum/</link>
		<comments>http://www.vps-tutorial.info/2011/01/28/centos-installing-nginx-via-yum/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 23:21:05 +0000</pubDate>
		<dc:creator>skyvense</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=239</guid>
		<description><![CDATA[yum nginx centos]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/01/28/centos-installing-nginx-via-yum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Kloxo/LxAdmin on CentOS 5.x 32bit</title>
		<link>http://www.vps-tutorial.info/2011/01/20/install-kloxolxadmin-on-centos-5-x-32bit/</link>
		<comments>http://www.vps-tutorial.info/2011/01/20/install-kloxolxadmin-on-centos-5-x-32bit/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 23:51:16 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=221</guid>
		<description><![CDATA[Kloxo installation is fairly easy, however keep in mind this only works on CentOS 32bit.  There is a few bugs in 64bit and I would not recommend it's use. Let's check what version of CentOS you're on first: # uname -m i686 &#60;-- This means it's 32bit. x86_64 &#60;-- This means it's 64bit Next let's [...]]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/01/20/install-kloxolxadmin-on-centos-5-x-32bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Windows 2008 Administrator Password</title>
		<link>http://www.vps-tutorial.info/2011/01/19/change-windows-2008-administrator-password/</link>
		<comments>http://www.vps-tutorial.info/2011/01/19/change-windows-2008-administrator-password/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 22:52:34 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=215</guid>
		<description><![CDATA[To change the Administrator password on Windows 2008, please follow the directions below: Membership in Administrators, or equivalent, is the minimum required to perform this procedure. To change the Administrator password in Windows Server 2008 Log on to the computer using the Administrator account. Click Start &#62; Settings, click Control Panel, and then double-click User Accounts. In User Accounts, in Make changes to [...]]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/01/19/change-windows-2008-administrator-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Windows 2003 Administrator Password</title>
		<link>http://www.vps-tutorial.info/2011/01/19/change-windows-2003-administrator-password/</link>
		<comments>http://www.vps-tutorial.info/2011/01/19/change-windows-2003-administrator-password/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 22:50:44 +0000</pubDate>
		<dc:creator>PhotonVPS</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.vps-tutorial.info/?p=212</guid>
		<description><![CDATA[To change the Administrator password on Windows 2003, please follow the directions below: Membership in Administrators, or equivalent, is the minimum required to perform this procedure. To change the Administrator password in Windows Server 2003 Log on to the computer using the Administrator account. Click Start &#62; Settings &#62; Control Panel, right-click Administrative Tools, and then click Open. Administrative Tools opens. [...]]]></description>
		<wfw:commentRss>http://www.vps-tutorial.info/2011/01/19/change-windows-2003-administrator-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

