CentOS 8 released: New Features and Download

CentOS Linux 8 released on September 24, 2019. It is a Linux distro derived from RHEL 8. Red Hat released RHEL version 8.0 on May 7, 2019. Main architectures x86_64 (w/ i686 multilib) ppc64le (Little Endian) aarch64 (ARM64, ARMv8) Some […]

Comparing Containers and Virtual Machines

Containers and virtual machines have similar resource isolation and allocation benefits, but they have some major function differently because containers virtualize the operating system instead of hardware. A virtual machine is effectively an operating system or other similar computing environment […]

What is Docker & Docker Container ?

Question: What is Docker ? Docker is a containerization platform that packages your application and all its dependencies together in the form of a docker container to ensure that your application works seamlessly in any environment. Question: What is Container […]

Cisco IOS for GNS3

GNS3 is an open source (GNU GPL) software that simulates complex networks while being as close as possible from the way real networks perform. If you don’t have GNS3 on your PC or don’t know how to install then Go here. […]