mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 13:52:39 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/decode-dimms
Normal file
17
tldr/linux/decode-dimms
Normal 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]}}`
|
||||
@@ -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}}`
|
||||
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user