Bash-Scripts
Bash-Scripts copied to clipboard
A collection of Bash scripts for automating routine tasks and streamlining your workflow.
## Description Create a bash script for monitoring network bandwidth usage. The script should be capable of identifying high bandwidth consumption and, if possible, attributing it to specific applications or...
## Description We need a robust bash script capable of continuously monitoring server health. This script should focus on key performance metrics like CPU usage, memory usage, and disk utilization....
- Run ShellCheck and Beautysh over existing scripts to identify any listed issues. - Systematically resolve the issues one by one, starting with the most critical or common. - Ensure...
- Modify `correct_file_names.sh` to support both relative and absolute paths. - Ensure the script works correctly when parent directory names are changed. - Confirm that changes in parent directory names...