This article guides you how to install Pure-FTPd on CentOS 6 and how to configure and use it so you can access your server via ftp connection using your favorite ftp client (e.g:FileZilla). […]
Category: Linux
How to configure IPv6 Address for Linux hosts
To configure static IPv6 networking under Ubuntu Linux server operating systems,We need to simply edit /etc/network/interfaces file. […]
Check Hard drive for bad sectors or bad blocks in Linux
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. […]
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 : […]
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 […]