Merge 0a05f02166
into 4dad1d191f
commit
e366d8ba55
13
README.md
13
README.md
|
@ -256,6 +256,15 @@ Notes:
|
|||
|
||||
- Use `dmesg` whenever something's acting really funny (it could be hardware or driver issues).
|
||||
|
||||
## Using `dmidecode` to get hardware info
|
||||
|
||||
- Information about system BIOS: `dmidecode -t bios`
|
||||
|
||||
- Information about RAM slots and maximum supported RAM: `dmidecode -t memory`
|
||||
|
||||
- Information about CPU: `dmidecode -t processor`
|
||||
|
||||
Other possible keywords you can use to get info from `dmidecode` are `system`, `baseboard`, `chassis`, `cache`, `connector`, `slot`
|
||||
|
||||
## One-liners
|
||||
|
||||
|
@ -432,6 +441,10 @@ A few examples of piecing together commands:
|
|||
|
||||
- `lshw`, `lscpu`, `lspci`, `lsusb`, `dmidecode`: hardware information, including CPU, BIOS, RAID, graphics, devices, etc.
|
||||
|
||||
- `lscpu`: Display information about the CPU architecture
|
||||
|
||||
- `lsusb`: List USB devices
|
||||
|
||||
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue