<?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>RootZone.Net &#187; Tutorial</title>
	<atom:link href="http://rootzone.net/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://rootzone.net</link>
	<description>All About Servers</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:48:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Squid under Debian 5.04 64-bit netinst – Part 1</title>
		<link>http://rootzone.net/squid-under-debian-5-04-64-bit-netinst-part-1/</link>
		<comments>http://rootzone.net/squid-under-debian-5-04-64-bit-netinst-part-1/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:30:43 +0000</pubDate>
		<dc:creator>2298</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=670</guid>
		<description><![CDATA[Part 1. Installing Debian 5.04 64-bit netinst The Debian Project is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel. Linux is a completely free piece of software started by [...]]]></description>
		<wfw:commentRss>http://rootzone.net/squid-under-debian-5-04-64-bit-netinst-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squid Stable 9 Under CentOS 5.4 Minimal</title>
		<link>http://rootzone.net/squid-stable-9-under-centos-5-4-minimal/</link>
		<comments>http://rootzone.net/squid-stable-9-under-centos-5-4-minimal/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:28:48 +0000</pubDate>
		<dc:creator>2298</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=648</guid>
		<description><![CDATA[CentOS 5.4 minimal? WTM? (What the Minimal &#8211; lol). Well, normally CentOS installation needs 5 CD, but here we just need 1 CD, only base package for the installation, that&#8217;s why i called CentOS minimal, even it&#8217;s suite for the need of proxy machine, we only install the necessary package so it will be lighter. [...]]]></description>
		<wfw:commentRss>http://rootzone.net/squid-stable-9-under-centos-5-4-minimal/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setup Minimalis Unmanaged Server Configuration for Web Proxy Server</title>
		<link>http://rootzone.net/setup-minimalis-unmanaged-server-configuration-for-web-proxy-server/</link>
		<comments>http://rootzone.net/setup-minimalis-unmanaged-server-configuration-for-web-proxy-server/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:12:05 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[proxy server]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[ssh access]]></category>
		<category><![CDATA[virtual private server]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=603</guid>
		<description><![CDATA[On the last post i talk about Setup unmanaged VPS with Litespeed Php and mySQL. This time we will setup an unmanaged VPS (with OS centOS) to host multiple web proxy domain. WebProxy consume a huge amount of server&#8217;s resources, so it would be kind if you configure your server to minimalis configuration, leave everything [...]]]></description>
		<wfw:commentRss>http://rootzone.net/setup-minimalis-unmanaged-server-configuration-for-web-proxy-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Setup unmanaged VPS part II : ftp server, ftp user and virtual host, user account</title>
		<link>http://rootzone.net/setup-unmanaged-vps-part-ii-ftp-server-ftp-user-virtual-host/</link>
		<comments>http://rootzone.net/setup-unmanaged-vps-part-ii-ftp-server-ftp-user-virtual-host/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:41:55 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[ssh access]]></category>
		<category><![CDATA[virtual private server]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=587</guid>
		<description><![CDATA[This post is continued part of Setup unmanaged VPS with Litespeed Php and mySQL This time we will setup pure-ftpd ftp server, host multiple domains with litespeed webserver and create user account 1. Install pure-ftpd FTP Server # cd /opt # wget http://download.pureftpd.org/pure-ftpd/releases/pure-ftpd-1.0.22.tar.gz # tar xvf pure-ftpd-1.0.22.tar.gz # ./configure # make install-strip pure-ftpd has been [...]]]></description>
		<wfw:commentRss>http://rootzone.net/setup-unmanaged-vps-part-ii-ftp-server-ftp-user-virtual-host/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setup unmanaged VPS with Litespeed Php and mySQL</title>
		<link>http://rootzone.net/setup-unmanaged-vps-with-litespeed-php-and-mysql/</link>
		<comments>http://rootzone.net/setup-unmanaged-vps-with-litespeed-php-and-mysql/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 18:44:32 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ssh access]]></category>
		<category><![CDATA[virtual private server]]></category>
		<category><![CDATA[web hosts]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=561</guid>
		<description><![CDATA[Here&#8217;s how to quickly install and setup litespeed webserver on unmanaged VPS (centOS) without cpanel. This include how to setup virtual host in litespeed and create user account to access it from ftp client. Shortly, after these step complete, you can use your VPS to host multiple domains First, login to your server with root [...]]]></description>
		<wfw:commentRss>http://rootzone.net/setup-unmanaged-vps-with-litespeed-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
