-
How to fix the error: "Please reinstall the libcurl"
While compiling PHP with cURL support we get the error below:- ==========================================================================checking for cURL support… yeschecking if we should use cURL for URL streams… yeschecking for cURL in the default path… not foundconfigure: error: Please reinstall the libcurl distribution – easy.h should be in /include/curl/========================================================================== However, if we check libcurl is already installed on the […]
-
DNS lookup optimization for the MySQL server: skip-name-resolve
To increase the MySQL server performance if there are many hosts and if DNS is slow, consider disabling DNS lookups with –skip-name-resolve or consider increasing the value of HOST_CACHE_SIZE define (default value: 128) and recompiling the server. These methods are very effective and improve the server performance a lot. Sometimes, all connections to the database […]
-
How to deal with a Hacking/Malware/IFrame notice from Google about your domain
First of all, please scan your local system with some good antivirus software as well as antimalware software and make sure you have no virus or malware on your system. Then you need to download all web data from the server and scan it with the antivirus and antimalware software. After that please make sure […]
-
Steps to add another email account/address within your Gmail account
Please follow the steps below:- 1) Open Gmail.2) Click the gear in the top right.3) Select Settings >>> Open the Accounts tab.4) In the Check mail from other accounts (using POP3) section, click Add a POP3 email account.5) Write the full email address of the account you’d like to add and then click “Next Step”.6) […]
-
What is the binary of the Apache config test for H-Sphere-based web servers?
Mentioned below are the binaries used to test Apache configuration and to find out the Apache version. 1. /hsphere/shared/apache2/bin/apachectl configtest /* binary of apache config test */ 2. /hsphere/shared/apache2/bin/apachectl -v /* to show apache version */ ]]>
-
How to set the password age for a user in Linux?
chage -M number_of_days username # chage -M 30 test In the above example, we see that the password for the user “test” will expire after 30 days. ]]>
-
How to stop autosubmission by spammers on webforms
Problem:- Nowadays many users complain about autosubmission on their webforms by spammers. Solution:- You can use CAPTCHA and some security question validation to prevent bots from filling out your form. Also you could use an alphanumeric validation on that field which would prevent the “!” character. ]]>
-
Steps to check traffic usage of end user accounts added under a H-Sphere reseller control panel
1- Login to your H-Sphere reseller account.2- Go to your admin account.3- On the plan page, you will see the option for Reports using the main menu.4- Click on Reports >>>> Traffic Usages.5- On the page that appears, you can select entries and click on the Submit button (you can check for a particular account […]
-
Joomla jos_session table crash?
Sometimes because the session wasn’t properly closed and because it was stopped in some improper manner, we’ve seen that the Joomla jos_session table crashes due to which we cannot create any other new connection and due to which nothing, not the site, admin session, etc is open. If you’re facing such an issue then it […]
-
Kernel Panic for Centos (kernel.2.6.32-358.18.1.e16)
If you are using CentOS 6.4 and after doing a yum update get the error as seen below: and your server (VM) does not come up then you can do as below: 1. Access your server using the console if it’s a VM. 2. And then boot into the last working kernel. 3. After you […]