Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-26 00:21:07 +00:00
parent 46995545d6
commit 5dd0e05729
145 changed files with 351 additions and 275 deletions

View File

@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
- Wait until the virtual machine is stopped:
`qm wait {{vm_id}}`
`qm {{[w|wait]}} {{vm_id}}`
- Wait until the virtual machine is stopped with a 10 second timeout:
`qm wait --timeout {{10}} {{vm_id}}`
`qm {{[w|wait]}} --timeout {{10}} {{vm_id}}`
- Send a shutdown request, then wait until the virtual machine is stopped with a 10 second timeout:
`qm shutdown {{vm_id}} && qm wait --timeout {{10}} {{vm_id}}`
`qm {{[shu|shutdown]}} {{vm_id}} && qm {{[w|wait]}} --timeout {{10}} {{vm_id}}`