Browsing category

Linux

Install WordPress with Nginx on CentOS 7 / RHEL 7

WordPress is the most widely used open source web blogging and content management software written in php and MySQL. Even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation with Nginx on CentOS 7. Prerequisites Before proceeding, you might want to look at the following. 1: Install EMP stack (Nginx, MariaDB, […]

Monitor remote machine with Icinga on CentOS 7

The steps in this post no longer works and the product is already depreciated. Visit How To Monitor Remote Linux Machines with Icinga 2 for latest documentation. Once you installed the Icinga, you can monitor the system via web interface; by default it is limited to monitor the local machine where Icinga installed. If you […]

Setup Icinga Monitoring Tool on CentOS 7 / RHEL 7

The steps in this post no longer works and the product is already depreciated. Visit How To Install Icinga 2 on CentOS 7 / RHEL 7 for latest documentation. Icinga is a fork of famous Ngaios monitoring tool, it is very compatible with Nagios and can be integrated with Nagios plugins. Icinga is very similar […]

How To Install phpMyAdmin with Nginx on CentOS 7 / RHEL 7

phpMyAdmin is an open-source web-based administration tool for managing the MySQL and MariaDB servers, and it helps in performing databases activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on CentOS 7 / RHEL 7. Prerequisites Before proceeding to the installation of phpMyAdmin, […]