
dmidecode
List of commands for dmidecode:
-
dmidecode:ai:1f52f Check if the baseboard product name is not empty$ dmidecode -s baseboard-product-nametry on your machineexplain this command
-
dmidecode:tldr:21d98 dmidecode: Show the BIOS version.$ sudo dmidecode -s bios-versiontry on your machineexplain this command
-
dmidecode:tldr:45f98 dmidecode: Show memory information.$ sudo dmidecode -t memorytry on your machineexplain this command
-
dmidecode:tldr:4d435 dmidecode: Show the system's serial number.$ sudo dmidecode -s system-serial-numbertry on your machineexplain this command
-
dmidecode:tldr:766c3 dmidecode: Show CPU information.$ sudo dmidecode -t processortry on your machineexplain this command
-
dmidecode:tldr:bbd46 dmidecode: Show BIOS information.$ sudo dmidecode -t biostry on your machineexplain this command
-
dmidecode:tldr:bd370 dmidecode: Show all DMI table contents.$ sudo dmidecodetry on your machineexplain this command