Adam Djellouli

Results 19 issues of Adam Djellouli

I got the following error message 'indent/outdent mismatch: 1', when adding this line of code to my script: ```bash max=$((1

## 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...

enhancement

## 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....

enhancement

I came across this interesting article: https://tcuvelier.developpez.com/tutoriels/pyqt/superhybrides-python-qt/ In my free time, I'd like to dig deeper into that subject.

enhancement

- As the project grew in size, a single directory containing all source files is no longer manageable. - Source code files should be organized into logical sections. - Changes...

enhancement

* It should support context menu with following actions: - New file - New directory - Remove selected - Rename - Copy - Cut - Delete - Copy absolute path...

enhancement

- 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...

good first issue

- 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...

enhancement