<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Your Server Guide</title>
	<link>http://www.yourserverguide.com</link>
	<description>All guides for your server</description>
	<lastBuildDate>Thu, 22 May 2008 03:47:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Howto Install .deb Packages on Ubuntu Linux</title>
		<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>
		<link>http://www.yourserverguide.com/howto-install-deb-packages-on-ubuntu-linux-55/</link>
			</item>
	<item>
		<title>Howto Prevent Directory Listing on cPanel</title>
		<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>
		<link>http://www.yourserverguide.com/howto-prevent-directory-listing-on-cpanel-54/</link>
			</item>
	<item>
		<title>Howto Prevent PHP nobody Spammers</title>
		<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>
		<link>http://www.yourserverguide.com/howto-prevent-php-nobody-spammers-53/</link>
			</item>
	<item>
		<title>Email Stopped Working After Moving</title>
		<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>
		<link>http://www.yourserverguide.com/email-logins-stopped-working-after-moving-accounts-to-other-server-52/</link>
			</item>
	<item>
		<title>Howto Install RoundCube on cPanel</title>
		<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>
		<link>http://www.yourserverguide.com/howto-install-roundcube-on-cpanel-51/</link>
			</item>
	<item>
		<title>Howto Fix Invalid License File on cPanel</title>
		<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>
		<link>http://www.yourserverguide.com/howto-fix-invalid-license-file-on-cpanel-50/</link>
			</item>
	<item>
		<title>Howto Turning Off Smartctrl Notices</title>
		<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>
		<link>http://www.yourserverguide.com/howto-turning-off-smartctrl-notices-45/</link>
			</item>
	<item>
		<title>Howto Upgrade Perl on cPanel</title>
		<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>
		<link>http://www.yourserverguide.com/howto-upgrade-perl-on-cpanel-46/</link>
			</item>
	<item>
		<title>Howto MySQL Activity Report</title>
		<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>
		<link>http://www.yourserverguide.com/howto-mysql-activity-report-47/</link>
			</item>
	<item>
		<title>Howto Auto MySQL Backup on Ensim</title>
		<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>
		<link>http://www.yourserverguide.com/howto-auto-mysql-backup-on-ensim-48/</link>
			</item>
</channel>
</rss>
