Linux

Nginx Reverse Proxy Setup for Linux Server

Nginx also pronounced “Engine-X” is a free, open-source HTTP Web server and one of the best alternative to Apache http server. It is a high-performance edge web server with the…

How to Enable a Warning SSH Banner on CentOS 6.3

In server administration, ensuring security is a paramount concern. One such security measure is the implementation of a warning SSH banner on your CentOS 6.3 system. This banner is designed…

linux

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…

centos6

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…