Information on creating a terminal menu that can be navigated using arrow keys without using curses.
There were many uncertainties, so I wrote this while referencing other sites. Thank you.
Extracting email addresses that have hard bounced from Postfix logs using a one-liner.
Email sending must be stopped for addresses that have hard bounced.
When trying to use the `docker run` command with SSH arguments and encountering the message "ssh docker run the input device is not a TTY," you can resolve the issue by adding the `-t` option to the SSH command.
How to use the `date` command to retrieve the timestamp of a file's last modification date.
This article was written to determine tasks that have not been processed for a certain period and to issue an alert when opening the terminal on a Mac.
Fix `pipenv lock` failures on M1 (Apple Silicon) Macs — wheels for `grpcio` / `cryptography` may not exist on arm64, so use Rosetta or pin compatible versions.