Run-Containers-Podman-CentOS8-RHEL8

How to Run Containers with Podman on CentOS 8 / RHEL 8

Podman is a free and open-source daemonless container platform that was built to develop, manage and deploy containers and pods on a Linux environment. Pods are group of containers which are usually deployed on the same host system. Podman is gradually replacing docker which is … Read more

Manage-Windows-Hosts-using-Ansible

How to Manage Remote Windows Host using Ansible

Ansible is increasingly becoming the go-to platform for application deployment, and software provisioning among developers owing to its ease of use and flexibility. Furthermore, it is easy to set up and no agent is required to be installed on remote nodes, instead, Ansible uses password … Read more

How-to-dual-boot-Windows-and-Debian10

How to dual boot Windows 10 and Debian 10

So, you finally made the bold decision to try out Linux after much convincing. However, you do not want to let go of your Windows 10 operating system yet as you will still be needing it before you learn the ropes on Linux. Thankfully, you … Read more

configure-rsyslog-centos8-rhel8

How to Configure Rsyslog Server in CentOS 8 / RHEL 8

Rsyslog is a free and opensource logging utility that exists by default on  CentOS 8 and RHEL 8 systems. It provides an easy and effective way of centralizing logs from client nodes to a single central server. The centralization of logs is beneficial in two … Read more