Category: Tutorials

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...

Linux Mint Desktop 0

How to install Linux Mint 19 in 10 easy steps

After two years since Linux Mint 18 “Sarah”, a new version of the popular Linux distribution geared towards desktop users is available. Meet the new Linux Mint 19 “Tara” and learn how to install it in...

WireGuard logo 4

Set up a modern point-to-point VPN with WireGuard

WireGuard is a new, simple, secure and fast way to set up a point-to-point VPN between two machines. Cryptography naturally adds an overhead to the communication, so it is important its implementation is as fast as...

Kubernetes Logo 3

Minikube: Try Kubernetes on Windows without headaches

Kubernetes is the leading container orchestration software. After winning the so-called container war, Kubernetes affirmed itself as the leader in its field. However Kubernetes is complex, really complex if you’re just getting started. If you want...