<?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"
	>

<channel>
	<title>Your Server Guide</title>
	<atom:link href="http://www.yourserverguide.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yourserverguide.com</link>
	<description>All guides for your server</description>
	<pubDate>Thu, 22 May 2008 03:47:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Howto Install .deb Packages on Ubuntu Linux</title>
		<link>http://www.yourserverguide.com/howto-install-deb-packages-on-ubuntu-linux-55/</link>
		<comments>http://www.yourserverguide.com/howto-install-deb-packages-on-ubuntu-linux-55/#comments</comments>
		<pubDate>Wed, 09 May 2007 09:11:38 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[Linux, Unix]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2007/05/09/howto-install-deb-packages-on-ubuntu-linux/</guid>
		<description><![CDATA[To install any package called package.deb is very simple.
After you download that package, follow instruction below:
Go to directory where package.deb is kept.
For example if it is in /tmp directory:
$ cd /tmp

Type the following command:
$ sudo dpkg -i package.deb
Just wait and see&#8230;  
]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-install-deb-packages-on-ubuntu-linux-55/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto Prevent Directory Listing on cPanel</title>
		<link>http://www.yourserverguide.com/howto-prevent-directory-listing-on-cpanel-54/</link>
		<comments>http://www.yourserverguide.com/howto-prevent-directory-listing-on-cpanel-54/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 12:04:05 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2007/02/19/howto-prevent-directory-listing-on-cpanel/</guid>
		<description><![CDATA[Directory listing is enable by default on cPanel, if you&#8217;re not put any index file (index.html, index.htm, index.php, etc.) on any folder in any accounts, you will see any files in that folder when browsing.
If you want completely disable directory listing on cpanel, here the tips:

Login to your server using SSH as root, then edit [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-prevent-directory-listing-on-cpanel-54/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto Prevent PHP nobody Spammers</title>
		<link>http://www.yourserverguide.com/howto-prevent-php-nobody-spammers-53/</link>
		<comments>http://www.yourserverguide.com/howto-prevent-php-nobody-spammers-53/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 08:33:16 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2007/02/14/howto-prevent-php-nobody-spammers/</guid>
		<description><![CDATA[PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where.
Watching your exim_mainlog doesn&#8217;t exactly help, you see th email [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-prevent-php-nobody-spammers-53/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Email Stopped Working After Moving</title>
		<link>http://www.yourserverguide.com/email-logins-stopped-working-after-moving-accounts-to-other-server-52/</link>
		<comments>http://www.yourserverguide.com/email-logins-stopped-working-after-moving-accounts-to-other-server-52/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 11:07:19 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2007/02/09/email-logins-stopped-working-after-moving-accounts-to-other-server/</guid>
		<description><![CDATA[Email Logins Stopped Working After Moving Accounts to Other Server
After transfer cPanel accounts to another server and all email logins stopped working completely. Everything works fine except email, you get &#8220;wrong password&#8221; error. You also try to update password via cPanel and still got the same. Deleted all email accounts and re-created them again using [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/email-logins-stopped-working-after-moving-accounts-to-other-server-52/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto Install RoundCube on cPanel</title>
		<link>http://www.yourserverguide.com/howto-install-roundcube-on-cpanel-51/</link>
		<comments>http://www.yourserverguide.com/howto-install-roundcube-on-cpanel-51/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 04:49:00 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2007/01/17/howto-install-roundcube-on-cpanel/</guid>
		<description><![CDATA[First make sure you know your mysql root password, you have to replace DATABASEPASSWORD to your mysql root password.
If you have already used RoundCube installation please make sure you remove any traces of it with:
# cd /usr/local/cpanel/base
# rm -rf roundcube*
# mysql -p -e &#8216;drop database roundcube&#8217;;

You will have to specify your root password when prompted.
Now [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-install-roundcube-on-cpanel-51/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto Fix Invalid License File on cPanel</title>
		<link>http://www.yourserverguide.com/howto-fix-invalid-license-file-on-cpanel-50/</link>
		<comments>http://www.yourserverguide.com/howto-fix-invalid-license-file-on-cpanel-50/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 04:11:16 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2006/12/19/howto-fix-invalid-license-file-on-cpanel/</guid>
		<description><![CDATA[Usually when install cPanel using IP on the first time, your license will be fine.
But when you add new hostname to your server, cPanel said &#8220;Invalid License File&#8221; and you can&#8217;t login again.
With the new version of cPanel, refresh browser no more working.
Dont worry, here the solution 

Login to your server as root, then run [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-fix-invalid-license-file-on-cpanel-50/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto Turning Off Smartctrl Notices</title>
		<link>http://www.yourserverguide.com/howto-turning-off-smartctrl-notices-45/</link>
		<comments>http://www.yourserverguide.com/howto-turning-off-smartctrl-notices-45/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 06:51:54 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2006/12/18/howto-turning-off-smartctrl-notices/</guid>
		<description><![CDATA[Every night, cPanel runs the script /scripts/smartcheck to read the SMART diagnostic information from the drive (using smartctl) and warn the system administrator if the drive is having problems. But smartcheck defines &#8220;problems&#8221; as including the case where the ATA Error Count in 100 or more.

The ATA Error Count is the number of errors recorded [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-turning-off-smartctrl-notices-45/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto Upgrade Perl on cPanel</title>
		<link>http://www.yourserverguide.com/howto-upgrade-perl-on-cpanel-46/</link>
		<comments>http://www.yourserverguide.com/howto-upgrade-perl-on-cpanel-46/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 09:23:35 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2006/12/17/howto-upgrade-perl-on-cpanel/</guid>
		<description><![CDATA[Automatic cPanel updates does not update Perl, instead you have to download them from http://layer1.cpanel.net
Login to your server as root and run the install such as:

# wget http://layer1.cpanel.net/perl587installer.tar.gz
# tar -xzf perl587installer.tar.gz
# cd perl587installer
# ./install
How to test to see if you need to upgrade or not:
# perl -V
Compare the output to current version in http://layer1.cpanel.net
Good luck!
]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-upgrade-perl-on-cpanel-46/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto MySQL Activity Report</title>
		<link>http://www.yourserverguide.com/howto-mysql-activity-report-47/</link>
		<comments>http://www.yourserverguide.com/howto-mysql-activity-report-47/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 03:26:47 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2006/12/16/howto-mysql-activity-report/</guid>
		<description><![CDATA[The MySQL Activity Report package is a tool to help MySQL database administrators to collect several database parameters and variables. These collected values can be used for server monitoring or performance tuning purposes.
The most important component of the MySQL Activity Report is mysqlard. This daemon collects the data from a MySQL server and stores these [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-mysql-activity-report-47/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto Auto MySQL Backup on Ensim</title>
		<link>http://www.yourserverguide.com/howto-auto-mysql-backup-on-ensim-48/</link>
		<comments>http://www.yourserverguide.com/howto-auto-mysql-backup-on-ensim-48/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 06:56:33 +0000</pubDate>
		<dc:creator>YSG</dc:creator>
		
		<category><![CDATA[Ensim]]></category>

		<guid isPermaLink="false">http://www.yourserverguide.com/2006/12/15/howto-auto-mysql-backup-on-ensim/</guid>
		<description><![CDATA[This auto mysql backup script will dumps all sql databases into a remote or local ftp server.

Create script called mysqlbackup.sh contains:

#!/bin/bash

# -------------------------------------------------------------------
#
# mysqlbackup ver 1.0a
#
# (c) Copyright 2003 Mark Steel. All rights reserved.
#
# This script may only be distributed unmodified.
#
# This script is intended to be used to backup all databases on a given
# server, [...]]]></description>
		<wfw:commentRss>http://www.yourserverguide.com/howto-auto-mysql-backup-on-ensim-48/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
