Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-27 00:19:48 +00:00
parent 114611fd19
commit 9565d2532c
21 changed files with 167 additions and 54 deletions

View File

@@ -12,13 +12,13 @@ source: https://github.com/tldr-pages/tldr.git
`qm {{[cr|create]}} {{100}}`
- Automatically start the machine after creation:
- Give the virtual machine a name and automatically start the machine after creation:
`qm {{[cr|create]}} {{100}} --start`
`qm {{[cr|create]}} {{100}} --name {{vm_name}} --start`
- Give the virtual machine a name:
- Give a virtual machine specified amount of memory and CPUs:
`qm {{[cr|create]}} {{100}} --name {{vm_name}}`
`qm {{[cr|create]}} {{100}} --memory {{8192}} --cores {{4}}`
- Specify the type of operating system on the machine: