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

@@ -30,4 +30,8 @@ source: https://github.com/tldr-pages/tldr.git
- Delete a device:
`qm set {{100}} --delete {{device_name0}}`
`qm set {{100}} --delete {{device_name0,device_name1,...}}`
- Passthrough a GPU device to the guest:
`qm set {{100}} --hostpci{{0}} {{0000:00:02}},x-vga=1 --bios ovmf`