<?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>linux spy</title>
	<atom:link href="http://www.linuxspy.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxspy.info</link>
	<description>Linux CPanel  Web-hosting Blog</description>
	<lastBuildDate>Thu, 10 May 2012 22:29:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Table &#8216;psa.BackupsScheduled&#8217; doesn&#8217;t exist</title>
		<link>http://www.linuxspy.info/1930/table-psa-backupsscheduled-doesnt-exist/</link>
		<comments>http://www.linuxspy.info/1930/table-psa-backupsscheduled-doesnt-exist/#comments</comments>
		<pubDate>Tue, 08 May 2012 23:29:26 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[MySQL query failed: Table 'psa.BackupsScheduled' doesn't exist]]></category>
		<category><![CDATA[Plesk Backup Problem]]></category>
		<category><![CDATA[Table 'psa.BackupsScheduled' doesn't exist]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1930</guid>
		<description><![CDATA[If you came across this error after upgrading the Plesk control panel or for any other reason then don&#8217;t panic as this can simply be resolved by following the below simple steps :: Login to any other Plesk server and take a dump of the BackupsScheduled table &#160; mysqldump psa BackupsScheduled &#62; BackupsScheduled.sql -u admin [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1930/table-psa-backupsscheduled-doesnt-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Single Table from a database using MySQLdump</title>
		<link>http://www.linuxspy.info/1916/backup-single-table-from-a-database-using-mysqldump/</link>
		<comments>http://www.linuxspy.info/1916/backup-single-table-from-a-database-using-mysqldump/#comments</comments>
		<pubDate>Sat, 05 May 2012 19:32:11 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Backup and restore a single table in MySQL]]></category>
		<category><![CDATA[Backup Single Table from a database using MySQLdump]]></category>
		<category><![CDATA[Backuping a single table using mysqldump]]></category>
		<category><![CDATA[Backuping and restoring a single table using mysqldump]]></category>
		<category><![CDATA[Dump of a single table]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1916</guid>
		<description><![CDATA[We normally backup entire database using mysqldump utility but what if only one table gets corrupt and you  only want to  restore  that table from backup. In that case you can  use the below simple steps to backup and restore a single mysql table using   mysqldump utility :: Backup :: mysqldump -u -p databasename [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1916/backup-single-table-from-a-database-using-mysqldump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP over SSL setup in cPanel</title>
		<link>http://www.linuxspy.info/1906/ftp-over-ssl-setup-in-cpanel/</link>
		<comments>http://www.linuxspy.info/1906/ftp-over-ssl-setup-in-cpanel/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 07:13:22 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Cpanel Issues]]></category>
		<category><![CDATA[FTP ISSUES]]></category>
		<category><![CDATA[Enable FTP over SSL in cPanel]]></category>
		<category><![CDATA[FTP over SSL]]></category>
		<category><![CDATA[FTP over SSL setup in cPanel]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1906</guid>
		<description><![CDATA[As we know that SFTP can only be used to Secure FTP connnections for only cPanel users and not for regular FTP  accounts but for regular FTP accounts you can setup FTP over SSL/TLS You can follow the below simple steps to  the same :: &#160; Enable TLS Encryption support from WHM WHM &#62;&#62; Main &#62;&#62; Service Configuration [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1906/ftp-over-ssl-setup-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable httpd fullstatus to Monitor Apache Status</title>
		<link>http://www.linuxspy.info/1886/enable-httpd-fullstatus-to-monitor-apache-status/</link>
		<comments>http://www.linuxspy.info/1886/enable-httpd-fullstatus-to-monitor-apache-status/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 04:10:25 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache mod_status]]></category>
		<category><![CDATA[Enable httpd fullstatus to Monitor Apache Status]]></category>
		<category><![CDATA[How to enable Apache fullstatus in Plesk]]></category>
		<category><![CDATA[Use httpd fullstatus to Monitor Apache Status]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1886</guid>
		<description><![CDATA[Apache has built in utilities that help&#8217;s  a  administrator to monitor the performance and activity of their web server. The Apache Status is one such tool that allows real time monitoring of Apache connections and resource usage. The Apache Status provides  information that will help in performance monitoring and Apache tuning. The Apache module mod_status  [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1886/enable-httpd-fullstatus-to-monitor-apache-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to connect to database: get_admin_password() failed: file_get_contents</title>
		<link>http://www.linuxspy.info/1863/unable-to-connect-to-database-get_admin_password-failed-file_get_contents/</link>
		<comments>http://www.linuxspy.info/1863/unable-to-connect-to-database-get_admin_password-failed-file_get_contents/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 05:52:25 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Plesk Error : Unable to connect to database:get_admin_password() failed:]]></category>
		<category><![CDATA[Plesk login error]]></category>
		<category><![CDATA[Unable to connect to database: get_admin_password() failed: file_get_contents()]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1863</guid>
		<description><![CDATA[If you came across the above error and resetting the plesk admin password doesn&#8217;t work for you then don&#8217;t panic just  check the permission and ownership for the /etc/psa/.psa.shadow. &#160; [root@vps]# ll /etc/psa/.psa.shadow -rw------- 1 admin sw-cp-server 9 Apr 12 12:31 /etc/psa/.psa.shadow make sure the permission and ownership for the psa.shadow file should be [root@vps]# [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1863/unable-to-connect-to-database-get_admin_password-failed-file_get_contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert SSL Certificates to different formats</title>
		<link>http://www.linuxspy.info/1831/convert-ssl-certificates-to-different-formats/</link>
		<comments>http://www.linuxspy.info/1831/convert-ssl-certificates-to-different-formats/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 03:22:26 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Convert SSL Certificate from DER to PEM]]></category>
		<category><![CDATA[Convert SSL Certificate from PEM to DER]]></category>
		<category><![CDATA[Convert SSL Certificate from PEM to P7B]]></category>
		<category><![CDATA[Convert SSL Certificate from PEM to PFX]]></category>
		<category><![CDATA[Convert SSL Certificate P7B to PEM]]></category>
		<category><![CDATA[Convert SSL Certificate P7B to PFX]]></category>
		<category><![CDATA[Convert SSL Certificate PFX to PEM]]></category>
		<category><![CDATA[Convert SSL Certificates to Different Formats]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1831</guid>
		<description><![CDATA[As we all know that different platforms and devices require SSL certificates in  different formats, for example a Windows server exports and imports .pfx files whereas an Apache server uses individual PEM (.crt, .cer) files  for SSL. Using the OpenSSL utility, we can  easily convert SSL  certificates in  different formats from PFX to PEM or [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1831/convert-ssl-certificates-to-different-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the default character set for Apache</title>
		<link>http://www.linuxspy.info/1833/change-the-default-character-set-for-apache/</link>
		<comments>http://www.linuxspy.info/1833/change-the-default-character-set-for-apache/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 07:03:45 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Cpanel Issues]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Change the default Apache character set]]></category>
		<category><![CDATA[Change the default character set for Apache]]></category>
		<category><![CDATA[How to change the default character set for a website]]></category>
		<category><![CDATA[how to change the default encoding to UTF-8 for server]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1833</guid>
		<description><![CDATA[By default, on most of the linux systems  the default character set for Apache is  UTF-8.  But what if your web application requires a different character set . Say, if  all of your sites are in Spanish Language then you would most likely  to change this to the Latin-1 character set (ISO-8859-1)  . &#160; So, [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1833/change-the-default-character-set-for-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passive Port Range in Proftpd</title>
		<link>http://www.linuxspy.info/1823/passive-port-range-in-proftpd/</link>
		<comments>http://www.linuxspy.info/1823/passive-port-range-in-proftpd/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 10:08:48 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[FTP ISSUES]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[How to enable Passive Port Range in Proftpd in Plesk]]></category>
		<category><![CDATA[Passive Port Range in Proftpd]]></category>
		<category><![CDATA[Plesk :: how to enable Passive Port Range in Proftpd]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1823</guid>
		<description><![CDATA[If you want to enable the Passive Port Range for Proftpd on  your server then  follow the below steps :: open  the /etc/proftpd.conf and add the Passive Port range anywhere in between the global directive. example :: &#160; root@server[#] /etc/proftpd.conf &#60;Global&#62; ..... ..... PassivePorts 30000 65000 &#60;/Global&#62; Once done that restart proftpd service on  the [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1823/passive-port-range-in-proftpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script timed out before returning headers</title>
		<link>http://www.linuxspy.info/1814/script-timed-out-before-returning-headers/</link>
		<comments>http://www.linuxspy.info/1814/script-timed-out-before-returning-headers/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 18:26:28 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Cpanel Issues]]></category>
		<category><![CDATA[cPanel :: Script timed out before returning headers]]></category>
		<category><![CDATA[Script timed out before returning headers]]></category>
		<category><![CDATA[Script timed out before returning headers - Giving Internal server error 500]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1814</guid>
		<description><![CDATA[Some times , it happens that your domain start  throwing 500 Internal Server Error all of a sudden and when you check  the apache error logs for that domain  you will get  the below errors in  the error logs    :::  Script timed out before returning headers  &#160; And looking at the error, it seems [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1814/script-timed-out-before-returning-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There was an error sending your message: sendmail returned error code 111</title>
		<link>http://www.linuxspy.info/1806/there-was-an-error-sending-your-message-sendmail-returned-error-code-111/</link>
		<comments>http://www.linuxspy.info/1806/there-was-an-error-sending-your-message-sendmail-returned-error-code-111/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 13:48:26 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Horde: sendmail returned error code 111]]></category>
		<category><![CDATA[qmail :: sendmail returned error code 111]]></category>
		<category><![CDATA[sendmail returned error code 111]]></category>
		<category><![CDATA[There was an error sending your message: sendmail returned error code 111]]></category>

		<guid isPermaLink="false">http://www.linuxspy.info/?p=1806</guid>
		<description><![CDATA[If you are getting the error ::  There was an error sending your message: sendmail returned error code 111  while sending email  from webmail in Plesk then  don&#8217;t panic as this can  simply be resolved by following the below steps :: &#160; 1 &#62;  Take complete backup of qmail  and queue folder &#160; root@server[#] cp [...]]]></description>
		<wfw:commentRss>http://www.linuxspy.info/1806/there-was-an-error-sending-your-message-sendmail-returned-error-code-111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

