Merge 0c952db3dc
into 1f461a98af
commit
85ba69209d
|
@ -255,6 +255,8 @@ Notes:
|
|||
|
||||
- Use `dmesg` whenever something's acting really funny (it could be hardware or driver issues).
|
||||
|
||||
- Wondering what RAID or graphics card you have? Use `lspci` to find out. (`lspci | grep RAID`, `lspci | grep VGA`)
|
||||
|
||||
|
||||
## One-liners
|
||||
|
||||
|
@ -431,6 +433,8 @@ A few examples of piecing together commands:
|
|||
|
||||
- `lshw` and `lspci`: hardware information, including RAID, graphics, etc.
|
||||
|
||||
- `lspci`: PCI device info
|
||||
|
||||
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue