Browsing category

Centos/Redhat

How To Setup Centralized SysLog Server On CentOS 8 / RHEL 8

Today we will setup a centralized syslog server on CentOS 8 / RHEL 8 to let the Linux admin read multiple server logs in a single place. Linux labels (auth, cron, FTP, LPR, authpriv, news, mail, syslog, etc..) the log messages to indicate the type of software that generated the messages with severity (Alert, critical, […]

How To Install Monit on CentOS 8 / RHEL 8

Monit is an open-source process monitoring tool for Linux operating system which helps you to monitor the system process. Whenever the service/process goes down, it automatically does the maintenance and repair of the particular process and ensures it is brought back online. Monit can also be used for managing and monitoring of programs, files, directories, […]

How To Install Apache Maven CentOS 8 / RHEL 8

Apache Maven is a free and powerful build automation tool primarily used for Java projects. It is based on the Project Object Model. With maven, you can efficiently manage a project’s build, reporting, and documentation. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. This post […]