Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echosingh/simple_bash
https://github.com/echosingh/simple_bash
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/echosingh/simple_bash
- Owner: EchoSingh
- Created: 2024-07-28T07:58:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T07:59:28.000Z (3 months ago)
- Last Synced: 2024-07-28T09:05:54.833Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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:
```bash
chmod +x system_info.sh
```
2. Run the script:
```bash
./system_info.sh
```
## Requirements
WSL2 with a Linux distribution installed (e.g., Ubuntu) on Windows 11.