How to Install Linux Ubuntu on Windows

I recently learned how to install Ubuntu on my Windows 10 laptop, not as a virtual machine, but as part of my normal Windows installation, so I have the advantage of not wasting resources dedicated to Ubuntu on a virtual machine. Install Windows Subsystem for Linux (WSL) First, you must...

Continue reading...

Docker and Kubernetes Guide

What is Docker? Docker is a tool for creating and managing containers. A container is an isolated standardized unit of software, which means it has the code and all the dependencies needed to run the code. A Docker container is different from a Virtual Machine in the sense that a...

Continue reading...