Browsing tag

centos 7

Single User Mode in CentOS 7 / RHEL 7

Single user mode is one of the Run levels in the Linux operating system, Linux operating system has 6 run levels that are used for different requirement or situation. Single user mode mainly used for doing the administrative task such as cleaning the file system, Managing the quotas, Recovering the file system and also recover the lost root password. In this mode services […]

Install Webmin on CentOS 7 / RHEL 7

Webmin is a web based tool for Linux, it helps to manage the services like DNS, DHCP, MySQL server, PostgrSQL and other networking services. It also helps to manage the user, disk, file system, process, packages, etc.. This post will guide you to install Webmin on CentOS 7. Create repo for webmin. vi /etc/yum.repos.d/webmin.repo Place […]

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 […]