Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-18 00:18:39 +00:00
parent bda9e5a061
commit 0df0c010e8
101 changed files with 941 additions and 154 deletions

View File

@@ -17,7 +17,7 @@ source: https://github.com/tldr-pages/tldr.git
`systemd-analyze blame`
- Print a tree of the time-critical chain of units:
- Print a tree of the time-critical chain of bootup units:
`systemd-analyze critical-chain`
@@ -33,6 +33,6 @@ source: https://github.com/tldr-pages/tldr.git
`systemd-analyze security`
- View all udev rules together:
- View all udev rules together without showing comments:
`systemd-analyze cat-config udev/rules.d`
`systemd-analyze cat-config udev/rules.d --tldr`