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

@@ -18,12 +18,12 @@ source: https://github.com/tldr-pages/tldr.git
- Silently check without printing anything:
`systemd-detect-virt --quiet`
`systemd-detect-virt {{[-q|--quiet]}}`
- Only detect container virtualization:
`systemd-detect-virt --container`
`systemd-detect-virt {{[-c|--container]}}`
- Only detect hardware virtualization:
`systemd-detect-virt --vm`
`systemd-detect-virt {{[-v|--vm]}}`