Bash is more than 40 years old, but it is still an active project that receives occasional updates. The most recent version appeared in July 2025 with some important changes. We take a look inside Bash 5.3.
Sensitive data should never be stored in the clear, but encrypting data often requires dealing with the GnuPG juggernaut. v02enc takes the worries out of encryption with a simple process, shell-based access, and storage in Git directories.
Shell scripting is a versatile tool for managing and automating the modern IT infrastructure. This article reaches beyond the basics with some advanced techniques for tackling real-world challenges.
If you want to learn a little bit more about the communication between a web browser and an HTTP server, why not build your own web server and take a closer look.