2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
title: "DMIdecode"
|
|
|
|
date: 2011-02-16
|
2021-03-11 19:47:26 +01:00
|
|
|
description: Some DMIdecode common flags
|
|
|
|
tags:
|
2021-03-12 18:12:41 +01:00
|
|
|
- toolbox
|
2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
|
2021-03-11 19:47:26 +01:00
|
|
|
## Introduction
|
|
|
|
|
|
|
|
DMIdecode is a tool to obtain Hardware informations.
|
2020-04-28 17:29:52 +02:00
|
|
|
|
|
|
|
## Mose useful commands
|
|
|
|
|
|
|
|
- System informations: `dmidecode -t1`
|
|
|
|
- Chassis informations: `dmidecode -t4`
|
|
|
|
- CPU informations: `dmidecode -t4`
|
|
|
|
- RAM informations: `dmidecode -t17`
|
|
|
|
|
|
|
|
## Sources
|
|
|
|
|
|
|
|
- `man 8 dmidecode`
|