mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 11:52:06 +00:00
Update cheatsheets
This commit is contained in:
21
linux/hardinfo
Normal file
21
linux/hardinfo
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# hardinfo
|
||||
|
||||
> Show hardware information in GUI window.
|
||||
> More information: <https://github.com/lpereira/hardinfo>.
|
||||
|
||||
- Start `hardinfo`:
|
||||
|
||||
`hardinfo`
|
||||
|
||||
- Print report to `stdout`:
|
||||
|
||||
`hardinfo -r`
|
||||
|
||||
- Save report to HTML file:
|
||||
|
||||
`hardinfo -r -f html > hardinfo.html`
|
||||
Reference in New Issue
Block a user