Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
20
content/blog/commands/dmidecode.md
Normal file
20
content/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