mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 02:46:14 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,20 +15,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show the BIOS version:
|
||||
|
||||
`sudo dmidecode -s bios-version`
|
||||
`sudo dmidecode {{[-s|--string]}} bios-version`
|
||||
|
||||
- Show the system's serial number:
|
||||
|
||||
`sudo dmidecode -s system-serial-number`
|
||||
`sudo dmidecode {{[-s|--string]}} system-serial-number`
|
||||
|
||||
- Show BIOS information:
|
||||
|
||||
`sudo dmidecode -t bios`
|
||||
`sudo dmidecode {{[-t|--type]}} bios`
|
||||
|
||||
- Show CPU information:
|
||||
|
||||
`sudo dmidecode -t processor`
|
||||
`sudo dmidecode {{[-t|--type]}} processor`
|
||||
|
||||
- Show memory information:
|
||||
|
||||
`sudo dmidecode -t memory`
|
||||
`sudo dmidecode {{[-t|--type]}} memory`
|
||||
|
||||
Reference in New Issue
Block a user