<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>RootZone.Net</title>
	
	<link>http://rootzone.net</link>
	<description>All About Servers</description>
	<lastBuildDate>Tue, 13 Oct 2009 09:56:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Rootzone" /><feedburner:info uri="rootzone" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Disk Quota Exceeded? Problem with disk inodes</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/SXtUmDr6JfY/</link>
		<comments>http://rootzone.net/disk-quota-exceeded-problem-with-disk-inodes/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:21:56 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Server Troubleshooting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[ssh access]]></category>
		<category><![CDATA[vitrtual private servers]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=633</guid>
		<description>Something strange happened to my unmanaged vps yesterday. Everytime i upload muliple files from ftp, it says that disk quota exeeded. Hemm&amp;#8230;maybe my user quota has reach the limit. So i try to fetch a single tar file as root with wget, and extract it. But&amp;#8230; it says again that disk quota exeeded :hammer:  [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/SXtUmDr6JfY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/disk-quota-exceeded-problem-with-disk-inodes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://rootzone.net/disk-quota-exceeded-problem-with-disk-inodes/</feedburner:origLink></item>
		<item>
		<title>Setup Minimalis Unmanaged Server Configuration for Web Proxy Server</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/26KfhHxKeog/</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>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&amp;#8217;s resources, so it would be kind if you configure your server to minimalis configuration, leave everything that [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/26KfhHxKeog" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/setup-minimalis-unmanaged-server-configuration-for-web-proxy-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rootzone.net/setup-minimalis-unmanaged-server-configuration-for-web-proxy-server/</feedburner:origLink></item>
		<item>
		<title>Setup unmanaged VPS part II : ftp server, ftp user and virtual host, user account</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/Yy7dltMKNO8/</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>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 installed, now start it
#  /usr/local/sbin/pure-ftpd [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/Yy7dltMKNO8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/setup-unmanaged-vps-part-ii-ftp-server-ftp-user-virtual-host/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rootzone.net/setup-unmanaged-vps-part-ii-ftp-server-ftp-user-virtual-host/</feedburner:origLink></item>
		<item>
		<title>Setup unmanaged VPS with Litespeed Php and mySQL</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/JHCJAL9wXeQ/</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>Here&amp;#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 user
1st [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/JHCJAL9wXeQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/setup-unmanaged-vps-with-litespeed-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rootzone.net/setup-unmanaged-vps-with-litespeed-php-and-mysql/</feedburner:origLink></item>
		<item>
		<title>Setting squid proxy server on webmin</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/7NCvoUhDLBs/</link>
		<comments>http://rootzone.net/setting-squid-proxy-server-on-webmin/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:15:53 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[free web proxy]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[ssh access]]></category>
		<category><![CDATA[vitrtual private servers]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=525</guid>
		<description>1. Login to webmin panel
2. Install Squid Proxy Servers
Enter squid panel, ussualy it’s located under Unused Modules tab. If this message appear :
The Squid executable squid does not exist. If you have Squid installed, adjust your module configuration to use the correct path.
The Squid Proxy Server package can be automatically installed by Webmin. Click here [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/7NCvoUhDLBs" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/setting-squid-proxy-server-on-webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rootzone.net/setting-squid-proxy-server-on-webmin/</feedburner:origLink></item>
		<item>
		<title>TOP – realtime CPU load, memory and process monitoring tool</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/VEQh2Xf6UVA/</link>
		<comments>http://rootzone.net/top-realtime-cpu-load-memory-and-process-monitoring-tool/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 17:43:38 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[vitrtual private servers]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=515</guid>
		<description>Login to your server via putty or tunnelier, and in command console type this command :
# top

Now you can view what process are running in the server and PID ( Process ID ) of every  process running.

In case you want to kill specified process, use kill command
# kill -9 PID
-9 attribute mean forcing to [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/VEQh2Xf6UVA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/top-realtime-cpu-load-memory-and-process-monitoring-tool/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://rootzone.net/top-realtime-cpu-load-memory-and-process-monitoring-tool/</feedburner:origLink></item>
		<item>
		<title>configure: error: c compiler cannot create executables</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/YuQWg1V3rjc/</link>
		<comments>http://rootzone.net/configure-error-c-compiler-cannot-create-executables/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:59:34 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Server Troubleshooting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[ssh access]]></category>
		<category><![CDATA[virtual private server]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=489</guid>
		<description>recently a friend of mine asked me too install curl  and enable it on  php configuration in his Virtual Dedicated Server with debian linux as operating system
So i transfered curl source from http://curl.haxx.se/ , extract it, and as usual, i run ./configure
but error message is appeared, it says : configure: error: C compiler [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/YuQWg1V3rjc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/configure-error-c-compiler-cannot-create-executables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rootzone.net/configure-error-c-compiler-cannot-create-executables/</feedburner:origLink></item>
		<item>
		<title>Complete htaccess Online Generator</title>
		<link>http://feedproxy.google.com/~r/Rootzone/~3/aKhtzWCguCo/</link>
		<comments>http://rootzone.net/htaccess-online-generator/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:47:09 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[root access]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=455</guid>
		<description>This htaccess online generator will generate the files  you need (.htaccess and/or htpasswd) to configure your server/website.
It has 7 utilities to build custom htaccess file with specific purpose
1. Deny access to all files (allow directory indexing or not)


2. Basic Authentication (password protect directories)

3. Error pages (set custom eror pages)

4. Default pages (set name of [...]&lt;img src="http://feeds.feedburner.com/~r/Rootzone/~4/aKhtzWCguCo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://rootzone.net/htaccess-online-generator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://rootzone.net/htaccess-online-generator/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.361 seconds --><!-- Cached page served by WP-Cache -->
