Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-12 00:21:19 +00:00
parent 3bbcd70636
commit d902176714
130 changed files with 506 additions and 436 deletions

View File

@@ -19,8 +19,8 @@ source: https://github.com/tldr-pages/tldr.git
- Forward `stdin`/`stdout` to the local system bus within a specific container:
`systemd-stdio-bridge --machine={{mycontainer}}`
`systemd-stdio-bridge {{[-M|--machine]}} {{mycontainer}}`
- Forward `stdin`/`stdout` to a custom D-Bus address:
`systemd-stdio-bridge --bus-path=unix:path={{/custom/dbus/socket}}`
`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path={{/custom/dbus/socket}}`