Operating Systems

  • 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 services for controlling,…

  • 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 and Containers, click…

  • 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 a Main site…

  • Setting Up a DHCP Relay on VyOS

    Reading Time: 2 minutesSetting Up a DHCP Relay on VyOS shows how to configure a DHCP Relay on the VyOS router. We have written some articles about VyOS, and we’d like to share them if you: How to Install VyOS Router in a Lab Environment:https://dpcvirtualtips.com/how-to-install-vyos-router-in-a-lab-environment/ Performing Basic Configurations on the VyOS:https://dpcvirtualtips.com/performing-basic-configurations-on-the-vyos/ First and foremost: What is DHCP Relay?…

  • Using IOmeter on Windows

    Reading Time: 5 minutesUsing IOmeter on Windows is an article that shows how to measure disk IOPS with the IOmeter tools under a Windows OS. First and foremost, What is IOmeter? Iometer is a workload generator based on a client/server architecture. A graphical user interface, named Iometer, acts as a server coordinating the workers. The workers, named Dynamo,…

  • Installing Docker Compose on CentOS

    Reading Time: 2 minutesInstalling Docker Compose on CentOS is an article that shows all the necessary steps to install the Docker Compose on CentOS. In this example, we are using the CentOS 7! First and Foremost, what is the Docker Compose? Docker Compose is a tool for defining and running multi-container Docker applications. With this tool, we can…