Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szolll/hardware_info
get_hardware_info.sh
https://github.com/szolll/hardware_info
Last synced: about 2 months ago
JSON representation
get_hardware_info.sh
- Host: GitHub
- URL: https://github.com/szolll/hardware_info
- Owner: szolll
- License: mit
- Created: 2023-12-24T15:55:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T16:11:59.000Z (about 1 year ago)
- Last Synced: 2024-11-05T19:06:43.523Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hardware Information Script (get_hardware_info.sh)
- This script aims to gather comprehensive hardware information of a Linux system, including details about the motherboard, CPU, memory, storage, network interface, audio and GPU devices, operating
system, network configuration, BIOS information, system uptime, temperature readings, and disk health status.
- It requires root privileges to perform hardware scans and install necessary packages on Ubuntu/Debian systems.
- To use the script, run it as follows: `sudo bash get_hardware_info.sh`The script provides details about:
- System Manufacturer and Product
- Motherboard Information
- CPU, Network Interface, and Display Adapter Information
- USB Controllers
- Memory (RAM) Information
- Disk Storage Information
- Audio and GPU Devices
- Operating System Details
- Network Configuration
- BIOS Information
- System Uptime
- Temperature Readings (requires lm-sensors package)
- Disk Health Status (requires smartmontools package)