Bad blocks is the utility in Linux framework which can scan or test our hard disk and external drives for awful sectors. Bad segments or bad blocks is the space of the disk which can’t be utilized because of the lasting harm or OS is not able to get to it. […]
Posts by cmab:
Quickly clear huge exim mail queue
previously we have talk about the ways to remove whm mail queue through SSH but in case of huge mail queue it will take hours to clean the queue. In that case the most protected thing (and the most unpleasant one) you can do is remove all files from EXIM input folder that uses Exim […]
How to Install Postfix on CentOS/RHEL
Postfix is free open source mail transfer agent. The primary job of postfix is to pass on email locally or to intended location outside the system. Some of the most well-known SMTP web servers are Sendmail, Postfix and Qmail. By standard Sendmail comes pre-installed with CentOS/RHEL 5. We will need to remove it and set […]
How to install Git on CentOS
Git is a free and open source distributed version control system. In this article, we will demonstrate how to install Git on a CentOS server. […]
Warning: file() [function.file]: URL file-access is disabled in the server configuration
If you are getting the above error then do the following changes into php.ini file or .htaccess file : […]
Outlook Error Number: 0×800CCC67
If you are getting : [wpfmb type=’error’ theme=2]Outlook Error Number: 0×800CCC67[/wpfmb] To resolve this error follow the steps below : […]
cPHulk Error while connecting to MySQL
WHM shows below error for cPHulk Brute Force Protection : [wpfmb type=’error’ theme=2]cPHulk Mysql is currently disabled. To enable mysql go to: Service Manager, Error while connecting to MySQL for cPHULK, mysql error for cPHulk.[/wpfmb] To resolve this error just execute the below command: […]
Cloud Linux Uninstallation
Follow the below steps to uninstall CloudLinux safely. Before proceeding to un-installation of CloudLinux , check if your server has CloudLinux installed. […]
How to install CentOS web panel (CWP)
CWP is a free web hosting control panel designed for newbie who want to setup a working hosting server easily and to take control or manage his/her server all in an intuitive web interface. […]
How to add Swap file on CentOS server
I need additional swap space to improve my Linux server performance,So here is a simple tutorial you can follow: Before we proceed to swap file setup, we have to check if any swap files exist by looking at the summary of swap usage. swapon -s If the summary is empty, it means no swap file exists. As we […]