Year: 2025

  • Logrotate on RHEL 8

    Reading Time: 3 minutesLogrotate is designed to ease the administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and mailing of log files. Each log filemay be handled daily, weekly, monthly, or when it grows too large. It prevents logs from growing indefinitely, helps manage disk usage, and…

    Continue reading

  • Rsyslog on RHEL 8

    Reading Time: 4 minutesRsyslog is the default syslog daemon on RHEL 8 and 9, and understanding its configuration is crucial for any system administrator. To check if the rsyslog is running on your system: Rsyslog Basic Architecture and Components Basic Rsyslog Configuration After editing the configuration files, you can run the following command to test…

    Continue reading

  • What is journald on RHEL 8?

    Reading Time: 4 minutesjournald is a component of the systemd suite used in Red Hat Enterprise Linux (RHEL) and other modern Linux distributions. It serves as the system logging service, replacing older logging systems, such as syslog. journald is the systemd journal daemon responsible for collecting and managing log messages from: It stores these logs…

    Continue reading

  • Getting Started with TuneD on RHEL 8

    Reading Time: 4 minutesGetting Started with TuneD on RHEL 8 demonstrates what the TuneD daemon is and how it can be used to optimize system performance. So, what is the TuneD? TuneD is a service/daemon that monitors your system and optimizes the performance under specific workloads. The core of TuneD are “profiles”, which tune your system for different use…

    Continue reading

  • Understanding the Process Priorities on RHEL 8

    Reading Time: 3 minutesUnderstanding the Process Priorities on RHEL 8 illustrates how the system manages process priorities when a program is executed. On a Linux system, when you run a program or command without explicitly setting its priority, it starts with a default nice value of 0. Regardless of whether we’re using Red Hat Enterprise Linux, this…

    Continue reading

  • Process Management on RHEL 8

    Reading Time: 8 minutesProcess Management on RHEL 8 shows how to handle processes on Red Hat Enterprise Linux. However, the majority of Linux distributions work in the same way. First and foremost: What is a Process? In whatever Linux flavor, a process is any active (running) instance of a program (A process is a running instance of…

    Continue reading

  • SSH Passwordless Authentication on RHEL 8

    Reading Time: 3 minutesSSH Passwordless Authentication on RHEL 8 shows how to access an SSH server without entering the user password. This method is known as “Key-based” authentication. First and foremost: What is SSH? SSH (Secure Shell) is a protocol which provides secure communications between two systems using a client-server architecture and allows users to…

    Continue reading

  • Resetting the root password on RHEL 8

    Reading Time: 3 minutesResetting the root password on RHEL 8 shows a procedure to reset the root password. As a system administrator, it’s essential to store all the system’s passwords securely. However, what do you do if you lose the root password for a specific system? What do you do if you do not have…

    Continue reading

  • Handling Target System State on RHEL 8

    Reading Time: 4 minutesHandling Target System State on RHEL 8 shows how to control the boot process of RHEL 8 and define the state you want your system to boot into. First and foremost: What is “systemd”? Serving as a system and service manager for Linux operating systems, the systemd software suite provides tools and…

    Continue reading

  • How to Install RHEL 8 on Lab

    Reading Time: 4 minutesHow to Install RHEL 8 on Lab shows all the necessary steps to install Red Hat Enterprise Linux 8 on a lab environment. Downloading the Installation File (.iso) First and foremost, access http://access.redhat.com/ and create an account if you have not yet: After accessing your account, go to Products –> under Downloads…

    Continue reading

  • VM Replication with vSphere Replication and Site Recovery Manager

    Reading Time: 6 minutesVM Replication with vSphere Replication and Site Recovery Manager shows a possible scenario for using vSphere Replication and Site Recovery Manager (SRM) to replicate and manage virtual machines. Our scenario is based on a lab topology, as shown in the following picture: The “Main Site” is the active site, where all production…

    Continue reading

  • IPSEC VPN on VyOS

    Reading Time: 6 minutesIPsec VPN on VyOS demonstrates how to establish a secure tunnel between two sites over the Internet. I have written some articles about VyOS. If you want to check the articles, you can read them by accessing the following links: I have started working on a new network topology, simulating a company with…

    Continue reading