Protecting Directories With Sticky Bit
One of the least used and usually forgotten features in Linux/Unix filesystems, sticky bit is a great way to manage …
One of the least used and usually forgotten features in Linux/Unix filesystems, sticky bit is a great way to manage …
I think I mentioned the special /proc filesystem before, it’s available in Linux distros and helps you obtain …
One of the first things I had to do on my recently built RHEL 8 PC was to move the primary network interface from …
As you might know, it’s possible to add multiple passphrases to the same LUKS encrypted filesystem. This means …
I’m fascinated by the improvements and new features in RHEL 8, plus it’s a primary distro used in most …
Turns out, become_user directive can be used not only for privilege escalation (running Ansible playbooks as root), but …
Red Hat Enterprise Linux 8 comes with support for both Python 2 and Python 3. But neither of them is invoked via running …
One of the things still left to be done on my Ubuntu laptop is to get the full resolution output on my LG 5K monitor. …
One of the greatest improvements introduced by the SSH protocol is key-based authentication – meaning your client and …
Removing files and directories is a very common task, so in some environments support engineers or automation scripts …