Long overdue first commit with content
This commit is contained in:
parent
f63ce5bdd8
commit
6cc9d8c72a
92 changed files with 2031 additions and 97 deletions
20
content/en/blog/commands/dmidecode.md
Normal file
20
content/en/blog/commands/dmidecode.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
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`
|
Loading…
Add table
Add a link
Reference in a new issue