Linux

Linux administration and tutorials

Automate – Docker Installation
Linux

Automate – Docker Installation

Automate Docker Installation with just a single script !!#!/bin/bash# Note : For Docker Setup#OS Update: sudo apt-get update -y;sudo apt-get install gdebi -y;su...

Admin User May 11, 2026 3
Migrate From CentOS 8 to Rocky Linux 8
Linux

Migrate From CentOS 8 to Rocky Linux 8

Rocky Linux 8 is one to one RHEL binary compatible Linux OS, its latest stable release 8.4 has been released. Thus, if you want to migrate from CentOS 8 to Rock...

Admin User May 10, 2026 14
Migrate From CentOS 8 to Rocky Linux 8
Linux

Migrate From CentOS 8 to Rocky Linux 8

Steps to Migrate CentOS 8 to Rocky Linux 8Rocky Linux 8 is one to one RHEL binary compatible Linux OS. Its latest stable release 8.4 has been released. If you w...

Admin User Jun 25, 2021 197