$ sudo apt install dmidecode
$ sudo dmidecode # Displays information available for the DMI.
$ sudo dmidecode -t bios # Showing information about the BIOS.
$ sudo dmidecode -t system # Display detailed information about the system.
$ sudo dmidecode -t processor # Show the processor information.
$ sudo dmidecode -t cache # Display the CPU cache information.
$ sudo dmidecode -t memory # Retrieve information about the system memory.
$ sudo dmidecode -t baseboard # Retrieve the baseboard (motherboard) information.
|