
Bash: Generating configs with envsubst, here document, and here string
In this note, we will briefly look at a few simple ways to build a config from a Bash script using here document, here string, and envsubst.
All posts under category "Automation"

In this note, we will briefly look at a few simple ways to build a config from a Bash script using here document, here string, and envsubst.

A regularly updated selection of useful Ansible playbooks 🎻.

In this short note, we will write a Bash script that moves the mouse pointer one pixel and back at a specified interval. This is useful if your desktop is regularly locked because there is no user activity😉.

In this note, I have put together a small roadmap for those who want to learn programming in the Bash shell language.

Shebang is the #! sequence at the beginning of an executable file that tells the system which program should interpret this script📝.
Enter keywords to search articles