Browsing category

How To’s

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

Ubuntu 20.04 LTS – All the Rumors You Need to Know

Slowly but surely, Ubuntu has found its place in many people’s hearts today as their Linux distribution of choice – and for good reasons. If there is one thing the Canonical team is known for it is quality. They never fail to deliver just what users want – be it the long term support (LTS) […]

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