Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-07 00:22:23 +00:00
parent c22ca08b6b
commit 9c36a48bd3
35 changed files with 316 additions and 38 deletions

17
tldr/linux/pct-resize Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pct resize
> Resize container storage.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
- Resize the container size to 20GB:
`pct {{[resi|resize]}} {{100}} rootfs 20G`
- Add 10GB to the container storage:
`pct {{[resi|resize]}} {{100}} rootfs +10G`