Bash System Information Script

This script displays system information in a user-friendly format using colors and formatting.

Features

  • Hostname
  • OS version
  • Kernel version
  • System uptime
  • Shell
  • Memory usage
  • Disk usage
  • Network information

Usage

  1. Make the script executable:
    chmod +x system_info.sh
  2. Run the script:
    ./system_info.sh

Requirements

WSL2 with a Linux distribution installed (e.g., Ubuntu) on Windows 11.