mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
dmidecode: add cpu and memory information (#1990)
This commit is contained in:
parent
181f2ffb9a
commit
22d3ce22ab
1 changed files with 7 additions and 3 deletions
|
@ -15,10 +15,14 @@
|
|||
|
||||
`sudo dmidecode -s system-serial-number`
|
||||
|
||||
- Show all the BIOS information:
|
||||
- Show BIOS information:
|
||||
|
||||
`sudo dmidecode -t bios`
|
||||
|
||||
- Show all the system information:
|
||||
- Show CPU information:
|
||||
|
||||
`sudo dmidecode -t system`
|
||||
`sudo dmidecode -t processor`
|
||||
|
||||
- Show memory information:
|
||||
|
||||
`sudo dmidecode -t memory`
|
||||
|
|
Loading…
Add table
Reference in a new issue