
How to Create Additional LVM on CentOS 6.3
This post will covers the steps to create additional Logical volume manager (LVM) on CentOS 6.3. This will very useful when the production system facing run out of disk space…
How to Create Additional LVM on CentOS 6.3
This post will covers the steps to create additional Logical volume manager (LVM) on CentOS 6.3. This will very useful when the production system facing run out of disk space…
How to Configure System Accounting with auditd on Linux CentOS 6.3
The audit service is provided for system auditing. Under its default configuration, auditd has modest disk space requirements, and should not noticeably impact system performance. The audit service, configured with…
How to Install yum-priorities on CentOS 6.3
Introduction YUM is a package manager used in several Linux distributions, including CentOS. It allows users to install, update, and remove packages from their systems. However, sometimes we might have…
How to Add Remi Yum Repository on CentOS 6.3
This post cover the steps to install remi repository on linux CentOS 6.3 server. There are several 3rd party repositories for CentOS 6 server. One of the popular one is…
How to Install and Configure Bind 9 DNS on CentOS 6.3
This post covers the steps on how to install Bind DNS server on CentOS 6.3. Bind is the most popular software and the most widely used Domain Name System (DNS)…
How to Fix “crond: unrecognized service” on Linux CentOS 6.3
I have a CentOS 6.3 which was without cron package installed. When I tried running crond service it says “unrecognized service”. Besides, when try to edit the crontab, it getting…
How to Install and Configure Awstats on CentOS 6.3
AWStats is short for Advanced Web Statistics it’s an powerful open source tool that generates advanced websites statistics, graphically and provides you with detailed statistics regarding visitors to your web…
How to Install Clam Antivirus on CentOS 6.3
ClamAV is an open source (GPL) antivirus engine designed for detecting Trojans, viruses, malware and other malicious threats. It provides a high performance mutli-threaded scanning daemon, command line utilities for…
How to Setup WordPress Blog on CentOS 6.3
WordPress is an open-source blogging platform. It’s a free blogging tool and content management system (CMS) based on PHP and MySQL. This steps covers how to install the WordPress on…
How to Install PHP with MySQL Support on CentOS 6.3
In this post, i will show the quick step to install PHP packages on linux CentOS 6.3 server. PHP: Hypertext Preprocessor is a widely used, free and open-source server-side scripting…
How to Install and Securing MySQL Database Server on CentOS 6.3
This post will covers the steps to install and securing MySQL Database Server. MySQL server is a database server that can stores and retrieves data for the blog, websites and…
How to Check and Display Runlevel on Unix or Linux System
In Unix or Linux servers, understanding and checking runlevels is a crucial skill for any webmaster or system administrator. A runlevel is a software configuration of the system that allows…