A simple Bash script that displays system info in Linux.
The script performs the following operations:
- Displays the user's public IP address
- Displays the user's local IP address
- Displays the Default Gateway
- Displays the MAC address
- Displays the top 5 processes by CPU usage
- Displays memory usage
- Displays availabe services
- Displays the top 10 largest files found in /home
- Displays current CPU usage (refreshes every 10 seconds until being stopped by the user)