20 lines
349 B
Markdown
20 lines
349 B
Markdown
---
|
|
title: "DMIdecode"
|
|
linkTitle: "DMIdecode"
|
|
date: 2011-02-16
|
|
description: >
|
|
DMIdecode
|
|
---
|
|
|
|
DMIdecode to obtain Hardware informations.
|
|
|
|
## Mose useful commands
|
|
|
|
- System informations: `dmidecode -t1`
|
|
- Chassis informations: `dmidecode -t4`
|
|
- CPU informations: `dmidecode -t4`
|
|
- RAM informations: `dmidecode -t17`
|
|
|
|
## Sources
|
|
|
|
- `man 8 dmidecode`
|