diff options
Diffstat (limited to 'content/blog/commands/dmidecode.md')
-rw-r--r-- | content/blog/commands/dmidecode.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/blog/commands/dmidecode.md b/content/blog/commands/dmidecode.md new file mode 100644 index 0000000..c7bcc1f --- /dev/null +++ b/content/blog/commands/dmidecode.md @@ -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` |