A collection of practical Bash scripts for common system administration tasks. Useful for DevOps and SRE roles.
| Script Name | Description |
|---|---|
backup.sh |
Back up a directory to a .tar.gz file |
monitor_memory.sh |
Show free/used memory & log usage |
user_add.sh |
Add a new Linux user from the terminal |
cleanup_temp.sh |
Clean /tmp directory files older than 7 days |
ping_check.sh |
Ping a host and log uptime status |
chmod +x script_name.sh
./script_name.sh