Scripts for system cleanup, optimization, and routine maintenance tasks.
| Script | Category | Description |
|---|---|---|
| Maintain - Disk Clean.sh | Maintain | Cleans temporary files and frees disk space |
| Maintain - Docker Clean.sh | Maintain | Removes unused Docker images, containers, and volumes |
| Maintain - Kernel Prune.sh | Maintain | Removes old kernel versions to save disk space |
Regular maintenance helps:
- Free up disk space
- Remove orphaned resources
- Improve system performance
- Reduce storage overhead
Exit Codes: 0 = success, 1 = error
Note: Schedule these scripts as cron jobs for automated maintenance.