A collection of handy shell scripts for DevOps workflows, automation, and daily operations. Easily reusable and organized for quick access.
Scripts are organized by category:
networking/
– Scripts for networking tasks (e.g., port scan, IP info)docker/
– Docker-related automation (builds, cleanups, etc.)kubernetes/
– Commonkubectl
helperssystem/
– System checks, log management, service restartsaws/
– AWS CLI wrappers and helpersutils/
– Miscellaneous helper scripts
Feel free to customize and expand based on your needs.
Make sure scripts are executable:
chmod +x script.sh
Run with:
./script.sh
You can also add them to your PATH for global use.
Most scripts are written in POSIX-compatible shell. Some may depend on:
bash
curl
jq
awk
docker
,kubectl
, etc. (for specific tasks)
Check individual scripts for details.
Pull requests are welcome! Feel free to suggest new ideas, fix bugs, or improve the code.
This project is licensed under the MIT License
.