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.
![]()
Zonal Shift is a free service from AWS, which allows users to disable an Availability Zone (AZ) for resources. In this post, we will walk through what it does and observe the results.
![]()
In this post, let’s see how to rebase a branch with head on master.
![]()
Sometimes it takes a while to provision resource A, and resource B can only be deployed after. Here I’ll demonstrate how to use time_sleep to set up the wait and dependency.
![]()
Introduced in OpenTofu 1.7.0 is the ability to encrypt the state file. Here is how to use it.
![]()
Recently, there is an initiative to tighten up security control on terraform deployment. In this post, I will demo how to use provider alias and tell terraform to switch role for resource management
![]()
Working with encrypted files can be troublesome at times. Thanks to James McCoy, there is a plugin for vim that makes the task so much easier.
![]()
In this page, I will show you how to adjust the brewing pressure of Lelit PL92t.
![]()
I was working on a terraform module that creates cloudwatch alarms. AWS uniquely identifies metric with dimensions. All dimensions must be supplied to select the metric. In this case, the dimension comes from CWAgent and terraform external data source is used to obtain the dimension. A bit of jq work is needed to transform the…
![]()
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!
![]()