Day 8 of Learning DevOps and Day 3 of Shell Scripting
Today marks my 8th day of learning DevOps and the 3rd day of diving into shell scripting.
I’m excited to share that I’ve completed my basic shell scripting lessons! I also received a suggestion to learn Python for automation tasks across multiple devices. While shell scripting is powerful, it is primarily limited to Linux systems, whereas Python offers cross-platform compatibility. Based on this advice, I’ve decided to first test my shell scripting knowledge by creating a few scripts before moving on to Python.
Projects I Created Today
RAM Status Checker:
A script that checks the current status of the RAM.Storage Monitor with Email Alerts:
A script that monitors storage usage. If the storage exceeds 80% of its capacity, the script sends an email alert to the user.
What's Next?
Tomorrow, I plan to work on real-world projects, and I’ll also share the GitHub links to my work. Stay tuned for updates!