vpddecode
SMBIOS/DMI table decoder
Install
- All systems
-
curl cmd.cat/vpddecode.sh
- Debian
-
apt-get install dmidecode
- Ubuntu
-
apt-get install dmidecode
- Alpine
-
apk add dmidecode
- Arch Linux
-
pacman -S dmidecode
- Kali Linux
-
apt-get install dmidecode
- Fedora
-
dnf install dmidecode-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dmidecode
- Raspbian
-
apt-get install dmidecode
- Dockerfile
- dockerfile.run/vpddecode
- Docker
-
docker run cmd.cat/vpddecode vpddecode
powered by Commando
dmidecode
SMBIOS/DMI table decoder
Dmidecode reports information about the system's hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB). Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan the hardware, it only reports what the BIOS told it to.