Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-18 00:21:47 +00:00
parent ba1f2097ae
commit 5414d495a4
8 changed files with 90 additions and 11 deletions

17
tldr/linux/decode-dimms Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# decode-dimms
> Decode RAM data.
> More information: <https://manned.org/decode-dimms>.
- Display DIMM information:
`decode-dimms`
- Display help:
`decode-dimms {{[-h|--help]}}`

View File

@@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git
`kde-builder --initial-setup`
- Compile a KDE component and its dependencies from the source:
- Compile a KDE component and its dependencies from the source (use `workspace` to compile Plasma desktop):
`kde-builder {{component_name}}`

View File

@@ -20,3 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
- Set a label for the filesystem:
`sudo mkfs.btrfs {{[-L|--label]}} "{{label}}" {{/dev/sdX /dev/sdY ...}}`
- Overwrite existing filesystem if one is detected:
`sudo mkfs.btrfs {{[-f|--force]}} {{/dev/sdX}}`