Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -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`