How to gain admin access on Linux using Docker?

Do you not have administrator privileges on your local machine? Do you have Linux and Docker? If the answer to the above questions is yes, then in this article I will show you how to use Docker to modify the sudoers file, allowing you to gain administrator privileges. ...

July 24, 2021 · 4 min · 750 words · Maciej Budzyński

What is Blockchain?

Blockchain is a popular word in the depths of the internet lately. In this article, I will try to demystify what the famous Blockchain is and what it can be useful for. ...

September 30, 2019 · 2 min · 311 words · Maciej Budzyński

Beautifying Strings: How to Format Strings in Python

In Python, there were two methods of formatting strings. This situation lasted until the release of Python 3.6, with the advent of f-strings. Today, I will try to discuss all formatting methods and provide examples of their use. ...

September 17, 2018 · 2 min · 389 words · Maciej Budzyński

Which programming language to choose as a beginner, or multi-Hello World

Are you wondering which programming language to choose? Have no idea which one to pick? Then this post is for you. I have prepared short descriptions of various programming languages and the basic Hello World program code. ...

April 28, 2018 · 3 min · 610 words · Maciej Budzyński