pull/136/merge
Fazle Arefin 2015-06-28 17:49:14 +00:00
commit e366d8ba55
1 changed files with 15 additions and 2 deletions

View File

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