Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-20 00:28:18 +00:00
parent 3321f35e10
commit 51e1b58889
18 changed files with 300 additions and 9 deletions

17
tldr/linux/spa-json-dump Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# spa-json-dump
> Convert a SPA JSON file to standard JSON.
> More information: <https://docs.pipewire.org/page_man_spa-json-dump_1.html>.
- Convert a SPA JSON file to standard JSON:
`spa-json-dump {{path/to/file.conf}}`
- Convert SPA JSON from `stdin` to standard JSON:
`echo "{{spa_json_string}}" | spa-json-dump`

View File

@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
- Update the operating system:
`steamos-update`
`sudo steamos-update`
- Check if there is an update available:
`steamos-update check`
`sudo steamos-update check`

View File

@@ -35,7 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
- List all service/socket/automount units filtering by running/failed state:
`systemctl list-units {{[-t|--type]}} {{service|socket|automount}} --state {{failed|running}}`
`systemctl list-units {{[-t|--type]}} {{service|socket|automount|...}} --state {{failed|running}}`
- Show the contents & absolute path of a unit file or edit it:

View File

@@ -36,3 +36,7 @@ source: https://github.com/tldr-pages/tldr.git
- List bookmarks:
`<:>blist<Enter>`
- Follow links:
`<f>{{link_number}}<Enter>`