13 basic docker commands you need to know

Being a programmer is not easy. Technology is changing so fast, there are so many new things to learn. „You need to learn docker right now!” said Network Chuck, so I started learning docker.

I decided to write down some useful commands that will help you to make the first steps with docker. Some of them are trivial, some of them have many switches and some of them are tricky.

Let’s start and take a look at the 13 docker commands that I write down for you!

Read more

Why VPS accelerated my career? How it started long ago

Everyone has a mission, should have, or still searching for. By writing this entry I want to encourage „youngsters” and unsure of their technical skills to dive into the deep ocean of servers. This long rambling will take you (not so briefly) through the process of gaining my web and server administration experience. Get a tea, wrap in a blanket like a burrito, and start reading.

Read more

11 unusual git commands that will blow your mind

Everyone has that one colleague that has an ace up his sleeve if we are talking about git commands. Out of nowhere he solves complicated problems with a commit, merge, or pull request. He clearly without any hesitation can blow your mind.

Maybe you are that guy? Maybe you want to be that guy?
Below you can find 11 git commands that are not so obvious and can make your co-workers jealous.

Read more

How to configure Full (Strict) SSL using Cloudflare Origin Certificates?

One of the greatest Cloudflare features is a wide range of SSL configurations. Starting from clever Flexible one and ending on Full (Strict) with trusted certificates.

In this short tutorial, I will show you how to generate Cloudflare Origin Certificates and configure SSL on the Apache and Nginx web servers. It won’t take more than 10-15 minutes. Let’s start!

Read more