Moving to Hugo

Well, right now I’m moving my weblog to Hugo which came to replace Pelican.

So you may observe only some fine grade of emptiness here for a while.

But, in exchange, I’d like to share with you whole process how text from my editor becomes a post in weblog.

February 28, 2019 · 2 min · agrrh

5 ways to check load average

One of most popular questions during technical interview:

What is load average? How to check if it’s OK?

January 17, 2019 · 2 min · agrrh

RunC vs Kata containers

Basically, Docker uses RunC to provide lightweight and isolated environment for your software. Is it possible to use other runtimes?

November 3, 2018 · 2 min · agrrh

10 console utilities challenge

I was asked to name 10 linux console commands/utils consist of 3 symbols. To be honest, I ended up about 7-8 of those.

February 22, 2018 · 1 min · agrrh

Strip Docker container

Today we would get rid of all unnecessary stuff in our Docker images.

February 17, 2018 · 2 min · agrrh

Linux boot stages

How does linux boots up, from power button to running services.

January 24, 2018 · 3 min · agrrh