
sudo Meaning: What Does sudo Mean?
sudo allows you to run a Unix command as a different user. Many beginner users are asking for meaning of the sudo command, so here’s my take.

sudo allows you to run a Unix command as a different user. Many beginner users are asking for meaning of the sudo command, so here’s my take.
August 2019 has been a really strong month for me, I posted every single day which makes it the most successful month at …

Apparently, Debian installer doesn’t install or activate sudo by default. This means that sudo command is not …

I’m configuring a new dedicated server this weekend and think it will be great to capture small notes as I go.
I’m migrating a few Docker containers between hosts and realised that one step that always needs to happen to any …

Homebrew for macOS I’ve been meaning to try Homebrew for Linux since brew 2.0.0 release a few months ago, and …
sed is one of the advanced Unix commands for search/replace processing of text information. Command itself is very …

Docker Turns out, plenty of native macOS apps can be installed using the brew package manager. Among them is Docker, so …

It appears that Kali Linux is supported on the latest Raspberry Pi model, RPi 4. So I thought I’d get familiar …

I’m slowly improving my Python skills, mostly by Googling and combining multiple answers to code a solution to my …