We need a script that collects basic system information such as OS, CPU, RAM, and disk usage.
Tasks:
1. Create scripts/system_info.sh
2. Display OS name and version
3. Display CPU model and cores
4. Display total and available RAM
5. Display disk usage for main partitions
6. Update docs/how_to_run_scripts.md with usage instructions
7. Optional: add a Python version later for cross-platform support
Goal:
Provide contributors with a simple script to gather system information, which can be extended for monitoring automation.
We need a script that collects basic system information such as OS, CPU, RAM, and disk usage.
Tasks:
1. Create scripts/system_info.sh
2. Display OS name and version
3. Display CPU model and cores
4. Display total and available RAM
5. Display disk usage for main partitions
6. Update docs/how_to_run_scripts.md with usage instructions
7. Optional: add a Python version later for cross-platform support
Goal:
Provide contributors with a simple script to gather system information, which can be extended for monitoring automation.