Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-02 00:20:25 +00:00
parent 04a3194487
commit ed799c621f
8 changed files with 161 additions and 11 deletions

18
tldr/linux/fancontrol Normal file
View 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
View 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`