I have used bash scripts for years because they are ubiquitous and fast to prototype. Over time, my small helpers turned into a tangle of chained commands and fragile pipes. I finally decided to ...
Linux, known for its robustness and flexibility, has been a favorite among developers, system administrators, and technology enthusiasts. One of the pillars of Linux's capabilities is its inherent ...
I have a simple API running in Flask on a Raspberry Pi. The Pi has Debian (buster) installed. In the API, I am making calls to Twilio. I'm storing sensitive info like the auth token in environment ...
There are quite a few ways to increment and decrement numeric variables in bash. This post examines the many ways you can do this. When preparing scripts that will run in bash, it’s often critical to ...
If you're working with a large amount of data in your Bash scripts, arrays will make your life a lot easier. Some people get ...
Perl, Python, and Ruby modules can ease development for large projects, but Bash is simpler and better for many tasks Last week I talked a bit about how best to protect against the vagaries of human ...