Search results

  1. bhawanisingh

    How to disable IPV6 on CentOS installed servers ?

    Well, i will not recommend to do this as it may cause some problem to networking on your server. But, for those who want to do this here is the solution. On CentOS mostly we do not need ipv6 as network configuration are done on ipv4. So to disable Ipv6 networking and prevent kernel module from...
  2. bhawanisingh

    Some Useful LSOF commands

    LSOF commands LSOF is the short form of "LiSt Open Files". It is a command line utility which is used to list the information about the files that are opened by various processes. In unix, everything is considered as a file, ( pipes, sockets, directories, devices, etc.). So by using lsof, you...
  3. bhawanisingh

    How to install imagemagick on a cPanel server ?

    What is ImageMagick ? It's a software suite which allows image manipulation and can read and write images in a various formats (over 100) including JPEG-2000, DPX, GIF, EXR, JPEG, PDF, PNG, Postscript, SVG, and TIFF. ImageMagick is a software suite which facilitates the ability to create, edit...
  4. bhawanisingh

    How to check PHP handler in cPanel/WHM ?

    PHP handler : A PHP handler defines the method that Apache uses to communicate back and forth with PHP scripts. A php handler loads the php modules and that determines how the php pages loaded on the server. Different types of available PHP handlers are suPHP, DSO, CGI FastCGI. On Linux server...
  5. bhawanisingh

    Useful CSF commands for Linux Servers

    CSF(Config Server Firewall):- CSF(Config Server Firewall) is a Firewall application which is mostly use by Linux server. It provide various options to control and manage Linux server Firewall through commandline and control panel. CSF configures linux server firewall to manage access to FTP...
  6. bhawanisingh

    Maldet (LMD) commands and examples.

    Maldet (Linux Malware Detect):- Maldet is a malware detector which is mainly used in Linux based servers. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. It will be very useful...
  7. bhawanisingh

    508 Resource Limit Reached Error : Resolved.

    508 Resource Limit Reached Error : This error often comes to the domains which are hosted on CloudLinux server. On CloudLinux installed server every account has allotted a fixed amount of resources to use. This is just beacuse of CloudLinux installed server, as it uses LVE (Linux Virtualised...
  8. bhawanisingh

    How to create custom error pages in cPanel account?

    How to create custom error pages in cPanel account? To create custom pages you have to first login to your cPanel account and click on "Error Pages" under Advanced section. Select the domain or sub-domain from the list and then click one of the common error pages given to edit them. You can...
  9. bhawanisingh

    How to fix "Wordpress white screen of death" ?

    Many people face this issue of Blank, white or Empty pages problem after an upgrade in WordPress account. Many faces problem in wp-login page too. the issue is generally created after an automatic update from WordPress account or after an installation of new plugin in your WordPress account...
  10. bhawanisingh

    How to resolve Error "The cphulkd.login table seems corrupted, and returned the following error.." ?

    The error appears when some table get corrupted. All you need to do is to try to repair the cphulkd database. 1). You can do this through WHM : Login to WHM >> "SQL Services" >> "Repair a MySQL Database" >> Select "cphulkd" from the list of DBs and click "repair database". 2). You can do it...
  11. bhawanisingh

    How to make your WordPress website more secure through some simple steps ?

    Some tips to secure your Wordpress account : 1). Keep your wordpress account upto date:- It is very important to keep your wordpress account updated, as mostly new versions of themes and plugins have security patches. -> UPDATE all cms, themes, plugins. -> REMOVE unused and unnecessary...
  12. bhawanisingh

    How to prevent accessing accounts with server IP address and account username in a cPanel server?

    If you own a shared hosting system then resources measure is very important. We all know that in any cPanel server each and every user can access their own account (Domain Names) by using the server IP address or host name if the “Apache mod_userdir” is disabled on the server. The it's very...
  13. bhawanisingh

    How to enable mod_deflate GZIP Compression on cPanel?

    When ever it's about the web hosting then the most important thing which comes into mind is “speed”. mod_deflate GZIP Compression on cPanel is used to speed up the website. This technique compresses the file on the website and this will definitely speed up the website too. You can enable...
  14. bhawanisingh

    How to install Security Advisor Addon on cPanel server ?

    What is cPanel? cPanel is a Web Hosting Control Panel which works in Linux OS. The basic work of cPanel is to provide graphical interface and automatic designing tools for hosting any website. cPanel uses a three level structure which provides abilities for administrators, resellers, and...
  15. bhawanisingh

    What is tar command and usage with examples? Define 10 tar commands in Linux?

    Tar stands for the "Tape Archieve" and is used to deal with tape drives. In linux "tar" command used to create tar file, which we can also say that to write the tar archive to a device file(in/dev). By using tar commands one user can easily archieve large collection of file and another user may...
  16. bhawanisingh

    How to install and configure Linux Malware Detect?

    For the threats faced in shared hosted environments a malware scanner named Linux Malware Detect (LMD) is designed for linux under license GNU GPLv2 Installation Installation of LMD is very simple and straightforward. First you have to ensure to change the version below to the one you have...
  17. bhawanisingh

    How to Change Main Domain of a cPanel Reseller Account with an Existing Domain Name ?

    Now days there is always need of changing the Main Domain Name associated with your Reseller account. By seeing all the process it is found that you can not do this even by screen scraping or API. The Process For How to Change Main Domain of a cPanel Reseller Account with an Existing Domain...
  18. bhawanisingh

    What Is APC (Alternative PHP Cache)?

    What Is APC? “APC” Stands for Alternative PHP Cache. The basic use of APC in your server is to speed up the interface of the website you own. When it's about PHP we all know that the basic need of PHP is to perform Dynamic Server Side Executions and Provide speed to the generation of results...
  19. bhawanisingh

    How to enable custom php in cPanel server with PHP CGI?

    What is cPanel? cPanel is a Web Hosting Control Panel which works in Linux OS. The basic work of cPanel is to provide graphical interface and automatic designing tools for hosting any website. cPanel uses a three level structure which provides abilities for administrators, resellers, and...
  20. bhawanisingh

    How To Install/Add Custom iptables Rules in CSF?

    What is iptables? Iptables is an application program that makes it possible for the system administrator to configure the tables provided by the Linux Kernel Firewall and the chains and rules it stores. Different different Linux Kernel Modules and Programs are now days used for different kind...
Top