Collection of bash scripts for system monitoring and security.
system_monitor.sh- Basic system monitoring (memory, disk, uptime)backup.sh- Create ptoject backupcleanup.sh- Clean temporary files
# Backup
./backup.sh
# Cleanup
./cleanup.sh
# Monitoring
./system_monitor.sh