Tagged: Tutorial

Fedora 29 GNOME Desktop 2

How to install Fedora 29 in 10 easy steps

Fedora 29 is the second release of 2018 of the developers’ favorite operating system, and it also may be one of the last ones before IBM acquires Red Hat. Packing cutting-edge features and pushing forward the...

Docker Logo 0

How to get started with Docker on Windows

Containers are one of the most in-demand technologies nowadays and Docker is its spearhead. Although Windows doesn’t support Docker containers natively it is possible to run the Docker Engine on Windows, let’s take a look at...

MySQL with disk background 0

How to install MySQL server on Ubuntu

MySQL is one of the most popular Open Source Relational DataBase Management System, RDBMS for short. MySQL is widely spread across the world, it is employed in enterprise environments as well as small hobbyist sites. Surprisingly,...

Docker Logo 0

A comprehensive guide to Dockerfiles

In the world of Docker there are images for virtually anything, but chances are you will need to tweak them a bit if you need something more. That’s when Dockerfiles come in, Dockerfiles are used to...