Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-08 00:22:13 +00:00
parent 9c36a48bd3
commit 3be72c1548
7 changed files with 76 additions and 8 deletions

View File

@@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Specify a script that is executed automatically depending on the state of the virtual machine:
`qm {{[cr|create]}} {{100}} --hookscript {{path/to/script.pl}}`
- Create a VM that bridges itself to the host network:
`qm {{[cr|create]}} {{100}} --net{{0}} virtio,bridge=vmbr{{0}}`