this post was submitted on 27 Dec 2024
15 points (94.1% liked)

Linux Upskill Challenge

667 readers
1 users here now

Daily lessons, support and discussion for those following the month-long "Linux Upskill Challenge" course material. Aimed at those who aspire to get Linux-related jobs in industry - junior Linux sysadmin, devops-related work and similar.


founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] lurklurk 1 points 3 weeks ago

Nice article!

Here's another on how to make your bash scripts more robust: https://www.davidpashley.com/articles/writing-robust-shell-scripts/

Getting into the habit of starting my scripts with set -ue has saved me a lot of time