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,20 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
- Create a virtual machine:
`qm create {{100}}`
`qm {{[cr|create]}} {{100}}`
- Automatically start the machine after creation:
`qm create {{100}} --start 1`
`qm {{[cr|create]}} {{100}} --start 1`
- Specify the type of operating system on the machine:
`qm create {{100}} --ostype {{win10}}`
`qm {{[cr|create]}} {{100}} --ostype {{win10}}`
- Replace an existing machine (requires archiving it):
`qm create {{100}} --archive {{path/to/backup_file.tar}} --force 1`
`qm {{[cr|create]}} {{100}} --archive {{path/to/backup_file.tar}} --force 1`
- Specify a script that is executed automatically depending on the state of the virtual machine:
`qm create {{100}} --hookscript {{path/to/script.pl}}`
`qm {{[cr|create]}} {{100}} --hookscript {{path/to/script.pl}}`