<?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>LinuxHostingSupport</title>
	<atom:link href="http://linuxhostingsupport.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxhostingsupport.net/blog</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Tue, 15 May 2012 15:39:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Install and Configure PPTP VPN in Linux?</title>
		<link>http://linuxhostingsupport.net/blog/how-to-install-and-configure-pptp-vpn-in-linux</link>
		<comments>http://linuxhostingsupport.net/blog/how-to-install-and-configure-pptp-vpn-in-linux#comments</comments>
		<pubDate>Tue, 15 May 2012 15:39:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[configure client side PPTP VPN]]></category>
		<category><![CDATA[how to add pptp users?]]></category>
		<category><![CDATA[How to enable IP forwarding in linux/centos/ubuntu?]]></category>
		<category><![CDATA[how to load ip_gre module in linux kernel?]]></category>
		<category><![CDATA[install and configure PPTP VPN in linux]]></category>
		<category><![CDATA[install ppp and pptp using yum]]></category>
		<category><![CDATA[iptables rule to allow GRE protocol connection]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1892</guid>
		<description><![CDATA[PPTP (Point to Point Tunneling Protocol) is a method for implementing VPN (Virtual Private Networks). The basic requirement to configure PPTP VPN is to allow port 1723 (TCP) in the server firewall and to load ip_gre module in the kernel. The module is by default compiled with the kernel but sometimes it is not loaded which can be done using the modprobe command.

# modprobe ip_gre

If you have a VPS, you have to ask your hosting provider to enable the PPP module on your VPS and to load the [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/how-to-install-and-configure-pptp-vpn-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting table to InnoDB: &#8220;The used table type doesn&#8217;t support FULLTEXT indexes&#8221;</title>
		<link>http://linuxhostingsupport.net/blog/converting-table-to-innodb-the-used-table-type-doesnt-support-fulltext-indexes</link>
		<comments>http://linuxhostingsupport.net/blog/converting-table-to-innodb-the-used-table-type-doesnt-support-fulltext-indexes#comments</comments>
		<pubDate>Sun, 29 Apr 2012 19:31:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql & PostGres SQL]]></category>
		<category><![CDATA[FULLTEXT indexes error while converting table to innodb]]></category>
		<category><![CDATA[howto remove FULLTEXT indexes from myisam table?]]></category>
		<category><![CDATA[mysql command to drop FULLTEXT indexes]]></category>
		<category><![CDATA[used table type doesn't support FULLTEXT indexes]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1879</guid>
		<description><![CDATA[Somtimes you may want to change the Mysql table from MyISAM to InnoDB engine to setup foreign keys, to use row level locks, improve performace etc.
The conversion of the MyISAM table to InnoDB is easy however, if the table is setup with &#8220;FULLTEXT indexes&#8221;, it cannot be converted as this feature is not supported in InnoDB.
If a table is setup with &#8220;FULLTEXT indexes&#8221;, the conversion of table to InnoDB will result in &#8220;The used table type doesn&#8217;t support FULLTEXT indexes&#8221; error message.

mysql&#62; ALTER TABLE test ENGINE=InnoDB;
ERROR 1214: The [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/converting-table-to-innodb-the-used-table-type-doesnt-support-fulltext-indexes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk error: SWKeyExFatalError Cannot open file</title>
		<link>http://linuxhostingsupport.net/blog/plesk-error-swkeyexfatalerror-cannot-open-file</link>
		<comments>http://linuxhostingsupport.net/blog/plesk-error-swkeyexfatalerror-cannot-open-file#comments</comments>
		<pubDate>Sun, 08 Apr 2012 15:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk Management]]></category>
		<category><![CDATA[PHP Undefined index: REQUEST_URI auth.php3 on line 30]]></category>
		<category><![CDATA[Plesk: 500 SWKeyExFatalError Cannot open file]]></category>
		<category><![CDATA[SWKeyExFatalError error while accessing Plesk panel]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1864</guid>
		<description><![CDATA[&#160;
Sometimes a Plesk upgrade may result in an &#8220;SWKeyExFatalError: Cannot open file&#8221; error while accessing the Plesk panel. The error message looks like

ERROR: SWKeyExFatalError
error: Cannot open file
----------------------------
0: common_func.php3:4537
of_get_key_by_product(string ‘plesk-unix’)
1: common_func.php3:4537
getPleskKey()
2: common_func.php3:4616
getKeyProp(string ‘demo’)
3: auth.php3:48

&#160;
The SWKeyExFatalError error occurs when ownership of files/directories in /etc/sw/keys are incorrect.
The files and directories in /etc/sw/keys/ should be owned by psaadm:swkey-data except registry.xml.

# ls -la /etc/sw/keys
 drwxrws--- 2 psaadm swkey-data 4096 Mar 25 04:02 backup
 -rw-r--r-- 1 psaadm swkey-data 22 May 18 2010 info
 drwxrws--- 2 psaadm swkey-data 4096 Sep 15 2011 instances
 drwxrws--- 2 [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/plesk-error-swkeyexfatalerror-cannot-open-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Recover a Linux Partition after a Superblock corruption?</title>
		<link>http://linuxhostingsupport.net/blog/howto-recover-a-linux-partition-after-a-superblock-corruption</link>
		<comments>http://linuxhostingsupport.net/blog/howto-recover-a-linux-partition-after-a-superblock-corruption#comments</comments>
		<pubDate>Sat, 31 Mar 2012 15:21:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[find - list the superblock location in linux]]></category>
		<category><![CDATA[how to recover a superblock in linux?]]></category>
		<category><![CDATA[linux partition: can’t read superblock]]></category>
		<category><![CDATA[recover corrupted linux partition from bad superblock]]></category>
		<category><![CDATA[recover linux filesystem after superblock corruption]]></category>
		<category><![CDATA[recover linux partition from a bad superblock]]></category>
		<category><![CDATA[restore superblock from an alternate location]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1843</guid>
		<description><![CDATA[A SuperBlock in Linux saves information about the File System like, the File System type, size, status etc. A File system cannot be mounted if a Superblock is corrupted.  Corruption of superblock can occur due to various reasons like, abnormal shutdown due to power failure, virus infection, file system corruption etc.
When a Superblock is corrupted, you receive a &#8221; can’t read superblock&#8221; error message while accessing the File System. For example, if you try to access a Linux ext3 partition say, /dev/sda3, you will receive the following message:

/dev/sda3: [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/howto-recover-a-linux-partition-after-a-superblock-corruption/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql failed after upgrade: Table &#8216;mysql.plugin&#8217; doesn&#8217;t exist</title>
		<link>http://linuxhostingsupport.net/blog/mysql-failed-after-upgrade-table-mysql-plugin-doesnt-exist</link>
		<comments>http://linuxhostingsupport.net/blog/mysql-failed-after-upgrade-table-mysql-plugin-doesnt-exist#comments</comments>
		<pubDate>Sat, 24 Mar 2012 12:42:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql & PostGres SQL]]></category>
		<category><![CDATA[Can't open mysql.plugin table: run mysql_upgrade]]></category>
		<category><![CDATA[mysql.plugin table missing message in mysql logs]]></category>
		<category><![CDATA[mysqld failed: Table mysql.plugin doesn't exist]]></category>
		<category><![CDATA[table mysql.plugin doesnt exist after mysql upgrade]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1832</guid>
		<description><![CDATA[After performing a mysql upgrade, you may run into a problem where Mysql won&#8217;t start successfully and will result in a &#8220;Table &#8216;mysql.plugin&#8217; doesn&#8217;t exist&#8221; error message. The mysql error logs will state something like follows:

/usr/libexec/mysqld: Table 'mysql.plugin' doesn't exist
110620  01:01:01 [ERROR] Can't open the mysql.plugin table.
Please run mysql_upgrade to create it.

The solution is to run mysql_upgrade to create the mysql.plugin table but the problem is you can execute the command only when Mysql is online. Tricky situation, isn&#8217;t it?
This mostly likely happens when mysql is still using [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/mysql-failed-after-upgrade-table-mysql-plugin-doesnt-exist/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSF Installation failed: LWP perl module (libwww-perl) missing</title>
		<link>http://linuxhostingsupport.net/blog/csf-installation-failed-lwp-perl-module-libwww-perl-missing</link>
		<comments>http://linuxhostingsupport.net/blog/csf-installation-failed-lwp-perl-module-libwww-perl-missing#comments</comments>
		<pubDate>Mon, 19 Mar 2012 13:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[csf installation failed: LWP perl module required]]></category>
		<category><![CDATA[howto install LWP perl (libwww-perl) module?]]></category>
		<category><![CDATA[install LWP perl module (libwww-perl) to install csf]]></category>
		<category><![CDATA[LWP perl module missing while csf installation]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1825</guid>
		<description><![CDATA[While installaing CSF firewall on a plain Linux server, you may notice the &#8220;LWP perl module&#8221; missing error message:

# sh install.sh
 Configuring for OS
 Checking for perl modules failed
 You need to install the LWP perl module (libwww-perl) and then
 install csf

The problem mostly occurs on a plain Linux server where all perl modules are not installed during the OS installation. On servers with control panels, this issue won&#8217;t arise.
The fix is to install the libwww-perl module either with YUM OR from cpan prompt.

# yum install perl-libwww-perl

OR goto [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/csf-installation-failed-lwp-perl-module-libwww-perl-missing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Enable Remote Access to Mysql database server?</title>
		<link>http://linuxhostingsupport.net/blog/how-to-enable-remote-access-to-mysql-database-server</link>
		<comments>http://linuxhostingsupport.net/blog/how-to-enable-remote-access-to-mysql-database-server#comments</comments>
		<pubDate>Tue, 13 Mar 2012 14:59:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql & PostGres SQL]]></category>
		<category><![CDATA[disable skip-networking in mysql]]></category>
		<category><![CDATA[enable remote access database on centos ubuntu]]></category>
		<category><![CDATA[enable remote access to mysql server]]></category>
		<category><![CDATA[grant remote access database to all IPs]]></category>
		<category><![CDATA[howto grant remote access mysql database]]></category>
		<category><![CDATA[what is skip-networking in mysql?]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1804</guid>
		<description><![CDATA[By default, Mysql doesn&#8217;t allow remote connections for security reasons. However, sometimes you or your client may want to acess the database remotely i.e. from a different server Or from home Or a developer who is working on the website.
To grant remote access to a Mysql databas, the first thing is to make sure &#8216;skip-networking&#8217; is not enabled in Mysql configuration i.e. in the my.cnf file.
On a CentOS/RHEL server, the file is located at /etc/my.cnf
On a Debian/Ubuntu server, the file is located at /etc/mysql/my.cnf
1) SSH to the server [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/how-to-enable-remote-access-to-mysql-database-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to migrate a Mysql database/table from one server to another?</title>
		<link>http://linuxhostingsupport.net/blog/how-to-migrate-a-mysql-databasetable-from-one-server-to-another</link>
		<comments>http://linuxhostingsupport.net/blog/how-to-migrate-a-mysql-databasetable-from-one-server-to-another#comments</comments>
		<pubDate>Sat, 03 Mar 2012 18:03:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql & PostGres SQL]]></category>
		<category><![CDATA[backup mysql table restore on remote server]]></category>
		<category><![CDATA[copy mysql database one server to another]]></category>
		<category><![CDATA[create mysql backup restore on remote server]]></category>
		<category><![CDATA[transfer mysql database one server to another]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1792</guid>
		<description><![CDATA[The easiest way to transfer a Mysql database from one server to another is by creating a backup, copy the mysql database backup to another server and restore it on the remote server.
The first thing is to create a backup of the mysql database using mysqldump. It creates a backup in the .sql format. You have to use your SSH user/password while backup/restore of database.
To backup a specific database:

# mysqldump -u root -p db_name &#62; db_name.sql

To backup a specific Mysql table:

# mysqldump -u root -p db_name tb_name &#62; [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/how-to-migrate-a-mysql-databasetable-from-one-server-to-another/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu: PHP libphp5.so missing: cannot open shared object file</title>
		<link>http://linuxhostingsupport.net/blog/ubuntu-php-libphp5-so-missing-cannot-open-shared-object-file</link>
		<comments>http://linuxhostingsupport.net/blog/ubuntu-php-libphp5-so-missing-cannot-open-shared-object-file#comments</comments>
		<pubDate>Mon, 27 Feb 2012 14:29:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[apache2 cannot access load libphp5.so]]></category>
		<category><![CDATA[how to create libphp5.so file in ubuntu?]]></category>
		<category><![CDATA[PHP libphp5.so missing ubuntu]]></category>
		<category><![CDATA[php5 module for apache2 libapache2-mod-php5]]></category>
		<category><![CDATA[php5.load: Cannot load modules/libphp5.so]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1764</guid>
		<description><![CDATA[If Apache2 service fails to start with a &#8220;libphp5.so: cannot open shared object file&#8221; message, it indicates that libphp5.so is missing on your Ubuntu server.

Apache2 has detected a syntax error in your configuration files:
Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load:
Cannot load /usr/lib/apache2/modules/libphp5.so into server:
/usr/lib/apache2/modules/libphp5.so: cannot open shared object file:
No such file or directory

Apache configuration calls the php5.load file which includes the path to the libphp5.so module. The php5.load cannot load libphp5.so file if it is missing from the /usr/lib/apache2/modules/ directory. See if it exists:

# ls -la /usr/lib/apache2/modules/libphp5.so
 ls: [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/ubuntu-php-libphp5-so-missing-cannot-open-shared-object-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unzip: skipping filename.zip need PK compat. v4.5</title>
		<link>http://linuxhostingsupport.net/blog/unzip-skipping-filename-zip-need-pk-compat-v4-5</link>
		<comments>http://linuxhostingsupport.net/blog/unzip-skipping-filename-zip-need-pk-compat-v4-5#comments</comments>
		<pubDate>Mon, 20 Feb 2012 18:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[howto extract PKZIP compressed file?]]></category>
		<category><![CDATA[howto install p7zip command in linux?]]></category>
		<category><![CDATA[PK compat error extracting file with unzip]]></category>
		<category><![CDATA[unable to unzip a file compressed with PKZIP]]></category>
		<category><![CDATA[unzip skipping file.zip need PK compat]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=1696</guid>
		<description><![CDATA[Sometimes extracting a zip file using the unzip command may result in the &#8220;skipping: filename.zip  need PK compat. v4.5&#8243; error message.

# unzip filename.zip
Archive:  filename.zip
   skipping: filename.zip  need PK compat. v4.5 (can do v2.1)

This is due to the file been compressed with the latest version of PKZIP which the unzip command cannot handle. The solution is to install p7zip package which can handle the files compressed using PKZIP.
Download the latest version of p7zip:

# wget http://sourceforge.net/projects/p7zip/files/p7zip/\
9.20.1/p7zip_9.20.1_x86_linux_bin.tar.bz2

Extract the file

# tar -jxf p7zip_9.20.1_x86_linux_bin.tar.bz2

goto the extracted directory and run the installer

# ./install.sh

This will [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/unzip-skipping-filename-zip-need-pk-compat-v4-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

