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

htop-monitor-linux-process

How to Use htop Command to Monitor Linux System Processes

As a Linux user, understanding and managing processes is essential for optimizing system performance and troubleshooting potential issues. While the built-in top command provides a basic overview of running processes, htop takes process monitoring to the next level with its user-friendly interface and powerful features. … Read more

Install-Ansible-AWX-CentOS8

How to Install Ansible AWX with Docker-Compose on CentOS 8

Red Hat has provided two GUI tools for centralized management of remote nodes using Ansible. Ansible Tower AWX Ansible Tower is a web-based interface and REST API endpoint for Ansible. It provides centralized logging and auditing, role-based access control and push-button deployment. AWX is an … Read more

Install-Docker-CE-CentOS8

How to Install Docker CE on CentOS 8 / RHEL 8

Docker is a daemon-based container engine which allows us to deploy applications inside containers. With the release of RHEL 8 and CentOS 8, docker package has been removed from their default package repositories, docker has been replaced with podman and buildah. If are comfortable with … 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

TimeShift-Backup-Restore-Tool-Ubuntu

How to Use TimeShift to Backup and Restore Ubuntu Linux

Have you ever wondered how you can backup and restore your Ubuntu or Debian system ? TimeShift, a powerful backup and restore utility. TimeShift allows you to create system snapshots, providing an easy way to revert to a previous state in case of unexpected issues or … Read more

VirtualBox-CentOS8

How to Install VirtualBox 6.0 on CentOS 8 / RHEL 8

VirtualBox is a free and open source virtualization tool which allows techies to run multiple virtual machines of different flavor at the same time. It is generally used at desktop level (Linux and Windows), it becomes very handy when someone try to explore the features … Read more