This script gathers various system information such as disk usage, RAM usage, processes, IP addresses, last login details, SSH login information, and currently logged-in users.
The script utilizes several Linux commands to fetch and calculate system metrics, providing a snapshot of the system's current state.
Before running the script, ensure you have bc installed. If you're using Debian or a Debian-based distribution (like Ubuntu), you can install it with: sudo apt-get update sudo apt-get install bc