Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-23 00:19:46 +00:00
parent 0cc7cfe867
commit 058ce19122
64 changed files with 437 additions and 86 deletions

View File

@@ -30,12 +30,12 @@ source: https://github.com/tldr-pages/tldr.git
- Set the guest OS type (one of `VBoxManage list ostypes`) for the imported VM:
`VBoxManage import {{path/to/file.ovf}} --ostype={{ostype}}`
`VBoxManage import {{path/to/file.ovf}} --ostype {{ostype}}`
- Set the memory (in megabytes) for the imported VM:
`VBoxManage import {{path/to/file.ovf}} --memory={{1}}`
`VBoxManage import {{path/to/file.ovf}} --memory {{1}}`
- Set the number of CPUs for the imported VM:
`VBoxManage import {{path/to/file.ovf}} --cpus={{1}}`
`VBoxManage import {{path/to/file.ovf}} --cpus {{1}}`