Browsing tag

rhel 7

Install Apache SVN (Subversion) on CentOS 7 / RHEL 7

Subversion, widely known as SVN, an open-source version control system used for storing the historical changes of source file and documents, manages it over a period. This post helps you to setup SVN on CentOS 7. Install web server Update your system. yum update Here we will install Apache server as a web server for […]

Reset root password in CentOS 7 / RHEL 7

There may be some occasion you will end up with requirement to reset the root password, the occasion comes when you forget root password; follow this guide to reset the password of root. In CentOS, single user mode will help us to achieve our goal of resetting root password. Boot your system in to single […]

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

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