This script displays system information in a user-friendly format using colors and formatting.
- Hostname
- OS version
- Kernel version
- System uptime
- Shell
- Memory usage
- Disk usage
- Network information
- Make the script executable:
chmod +x system_info.sh
- Run the script:
./system_info.sh
WSL2 with a Linux distribution installed (e.g., Ubuntu) on Windows 11.