You heard about using upper case, lower case, numbers, and special characters in your password. You also heard about the ever-changing minimum password length. Researches now say you should use passphrases over random characters.
![]()
You heard about using upper case, lower case, numbers, and special characters in your password. You also heard about the ever-changing minimum password length. Researches now say you should use passphrases over random characters.
![]()
External terraform modules can speed up IAC deployments, promote code reuse, and let us do things more consistently. In this post, I will demonstrate 2 ways to use an external module.
![]()
Here is how to do an in-place upgrade using dnf
![]()
With LVM / VDO, it is possible to save disk space using block-level compression and deduplication. I’ll show you how it’s done on Linux.
![]()
On systems where memory is limited – be that a SOC compute or a low-end virtual machine, enable zswap gives you more usable memory. This is similar to Stacker which compress your data and let you have more space. Back in those days, hard drives were measures in MB!
![]()
Wonder if your NVME SSD is reaching retirement age? Follow these simple steps to get an idea.
![]()
I got my U2F key for use with online accounts. It is cheaper than the popular Yubikey and it works well. Did you know you can use it for sudo or pam authentication? Here is how.
![]()
TLS1.3 is not commonly supported on older distro due to slow adaptation of new version of openssl. To get around that, we can compile libressl from source. Here is how I did it on AmazonLinux2.
![]()
In EL7, we can use yum-cron to automatically install updates. On EL8, the equivalent tool is dnf-automatic. Here is how to set it up.
![]()
Load Averages on Linux/UNIX systems
![]()