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 : To resolve this error follow the steps below : […]
cPHulk Error while connecting to MySQL
WHM shows below error for cPHulk Brute Force Protection : 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 […]
How to install Linux, Apache, MySQL, PHP on CentOS 6.x
In this tutorial we will guide you the steps to install LAMP stack, a collection of open source software used to get web servers up and running so you can host all your site’s files and databases in it. […]
how to install cPanel and WHM on CentOS
WHM/cPanel is the most popular web hosting control panel for Linux operating systems. Using WHM/cPanel we can easily manage our web hosting services without having more technical skills. […]