mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 22:51:25 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/fancontrol
Normal file
18
tldr/linux/fancontrol
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fancontrol
|
||||
|
||||
> Automated fan speed management.
|
||||
> Uses a configuration file to control a wide range of variables.
|
||||
> More information: <https://manned.org/fancontrol>.
|
||||
|
||||
- Start `fancontrol` using default `/etc/fancontrol` configuration file:
|
||||
|
||||
`fancontrol`
|
||||
|
||||
- Start `fancontrol` using custom configuration file path:
|
||||
|
||||
`fancontrol {{path/to/config_file}}`
|
||||
13
tldr/linux/lsdev
Normal file
13
tldr/linux/lsdev
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lsdev
|
||||
|
||||
> Display installed hardware detected in the `/proc` director.
|
||||
> More information: <https://manned.org/lsdev>.
|
||||
|
||||
- Show list of installed hardware:
|
||||
|
||||
`lsdev`
|
||||
Reference in New Issue
Block a user