Hostripples Featured

How to use cgi script to check the Server uptime .

The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads#!/bin/bash echo Content-type: text/plainecho echo $(hostname)echo “=>”echo…

13 years ago

How to use cgi script to check the Server uptime .

The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo…

13 years ago

Add SPF and Domainkeys in cPanel

If you have a cPanel based server, adding an SPF record or domain keys entries for domains are so much…

13 years ago

Database size doesn’t get updated in cPanel.

If the database inside the cPanel shows 0 mb, it is because the database cache file of the user is…

13 years ago

How to enable alternate port for exim?

Exim is a mail transfer agent (MTA) used on Linux/Unix-like operating systems. It is freely available under the GNU GPL and…

13 years ago

Not able to login to Horde?

Many times it happens that horde wont allow user to login to webmail.Try following command to fix the issueroot@server[~]#/usr/local/cpanel/bin/checkperlmodulesroot@server[~]#/scripts/fullhorderesetroot@server[~]#myisamchk -r…

13 years ago

How to Enable html view for horde?

Login to shell using root user and follow the following steps to enable HTML view of horde webmail.root@server[~]# vi /usr/local/cpanel/base/horde/imp/config/mime_drivers.phpSearch…

13 years ago

Mysql error : Can’t create new tempfile: ‘*.TMD file

If you are getting error like Can’t create new tempfile: ‘tablesname.TMD file error while repairing corrupted database tables please try…

13 years ago

Repairing corrupted mysql database !!

Sometimes it happens that your database get corrupted due to many reason like it does not get restored properly or…

13 years ago

Magento – “Failed to mkdir” Error

 Magento – “Failed to mkdir” Error Many times when you try to install a new theme or application from "Magento…

13 years ago