hwinfo
Probe for the hardware present in the system. More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.
Install
- All systems
-
curl cmd.cat/hwinfo.sh
- Debian
-
apt-get install hwinfo
- Ubuntu
-
apt-get install hwinfo
- Alpine
-
apk add hwinfo
- Arch Linux
-
pacman -S hwinfo
- Kali Linux
-
apt-get install hwinfo
- Fedora
-
dnf install hwinfo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hwinfo
- Raspbian
-
apt-get install hwinfo
- Dockerfile
- dockerfile.run/hwinfo
- Docker
-
docker run cmd.cat/hwinfo hwinfo
powered by Commando
Probe for the hardware present in the system. More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.
-
Get graphics card information:
hwinfo --gfxcard
-
Get network device information:
hwinfo --network
-
List disks and CD-ROM drives, abbreviating the output:
hwinfo --short --disk --cdrom
-
Write all hardware information to a file:
hwinfo --all --log path/to/file
-
Display help:
hwinfo --help
© tl;dr; authors and contributors