Hands-on Bash automation projects demonstrating core DevOps skills — from system monitoring to infrastructure scripting.
✅ Production-ready Bash scripts
✅ Real-world DevOps automation patterns
✅ Linux system administration fundamentals
✅ Foundation for CI/CD, cron jobs & infrastructure tooling
| Script | Purpose |
|---|---|
Calculator.sh |
CLI arithmetic calculator |
VoterEligible.sh |
Conditional logic practice |
SystemMonitor.sh |
CPU/memory/disk monitoring |
Largecopy.sh |
Large file handling automation |
Ftpscan.sh |
Network service scanning |
Inforext.sh |
System information extraction |
# Clone & run any script
git clone https://github.com/your-username/linux-bash-devops.git
cd linux-bash-devops
chmod +x SystemMonitor.sh
./SystemMonitor.sh- Linux / macOS / WSL2
- Bash 4.0+
- Standard GNU core utilities (
grep,awk,find)
These scripts prove practical Linux fluency — not just theory. I automate infrastructure tasks daily using these same fundamentals in cloud environments (Azure, Kubernetes, Terraform).
MIT — free to learn, adapt, and use.
🔗 Portfolio: linkedin.com/in/harshpardhi
✉️ Contact: harshpardhi477@gmail.com
☁️ Focus: Cloud automation • Kubernetes • Infrastructure as Code