How to Setup Bind DNS Server in Chroot Jail on CentOS 7
BIND (Berkeley Internet Name Daemon) also known as NAMED is the most widely used linux dns server in the internet. This tutorial will explain how we can setup BIND DNS…
How to Setup Bind DNS Server in Chroot Jail on CentOS 7
BIND (Berkeley Internet Name Daemon) also known as NAMED is the most widely used linux dns server in the internet. This tutorial will explain how we can setup BIND DNS…
How to Setup Nginx,PHP5.4, PHP-FPM, MySQL 5.5 On CentOS 6.5 VPS
This post will show you the procedure to setup Nginx, PHP5.4, PHP-FPM and MySQL 5.5 On CentOS 6.5 Virtual private server(VPS). You need to setup the required repo such as…
How to Configure Static IP Address on RHEL 7.0/CentOS 7.0/Oracle Linux 7
This article will describe the procedure to configure static Ip address on RHEL 7/CentOS 7/Oracle Linux 7 minimal installation. Network interface configuration files control the software interfaces for individual network…
How to Install ifconfig and netstat on RHEL 7.0/CentOS 7.0/Oracle Linux 7
Introduction: ifconfig and netstat are two popular network tools that are commonly used in Linux-based operating systems. These tools can be used to display information about network interfaces and network…
New Naming Scheme for the Network Interface on RHEL 7/CentOS 7
Red Hat Enterprise Linux 7 (RHEL 7) and CentOS 7 have introduced a new naming scheme for network devices. This scheme aims to make network interfaces fully predictable and automatic,…
How to Setup NetHogs – Monitor Bandwidth Usage Per Process in Linux
NetHogs is a opensource tools to monitor network bandwidth that was used by the process and program in linux operating system. NetHogs does not rely on a special kernel module…
How to Setup Collectl – Linux Performance Monitoring
Collectl is a linux performance monitoring tools that grabs as much detail as possible from the /proc filesystem and it does a lot more than most other tools. Compare to…
How to Setup Monitorix – Network and System Monitoring Tool for Linux
Monitorix is an open source and lightweight system monitoring tool designed to monitor network and system resources in linux/UNIX operating system. Monitorix can collects network and system performce and also…
How to Install Zabbix 2.2 Server on CentOS 6.5
ZABBIX is an enterprise-class open source monitoring solution designed to monitor servers and various network services. Zabbix will perform simple checks can verify the availability and responsiveness of standard services….
How to Secure MySQL Server on CentOS 6.5 / CentOS 6.6
MySQL, the world’s most popular open source database and the second most widely used open-source relational database management system (RDBMS), is a crucial component of many web applications. However, its…
How to Enable EPEL and Remi Repository into CentOS 6
CentOS is a popular Linux distribution used for server and desktop environments. Enabling third-party repositories such as EPEL and Remi can provide access to additional software packages that are not…
How to Install Lighttpd With PHP5 (PHP-FPM) and MySQL on CentOS 6.5
Lighttpd (pronounced “lighty”) is an open-source web server as an alternative to Apache and Nginx. It is a secure, flexible, fast and designed for speed-critical environments. It has a low…