Skip to content

Instantly share code, notes, and snippets.

View kyuuk's full-sized avatar

Kyuuk kyuuk

  • Paris
View GitHub Profile
@kyuuk
kyuuk / proxmox-cli-and-tips.md
Created May 6, 2023 22:26 — forked from dragolabs/proxmox-cli-and-tips.md
Useful proxmox commands

Find next free VM ID

pvesh get /cluster/nextid

Create containter with external and internal nets

pct create 100 \
    local:vztmpl/ubuntu-16.04-standard_16.04-1_amd64.tar.gz \
    --cores 2 --cpuunits 1024 \
@kyuuk
kyuuk / doc.adoc
Created May 1, 2021 00:08 — forked from KrustyHack/doc.adoc
proxmox-ubuntu-cloud-howto

Cloud-Init Support

Cloud-Init is the defacto multi-distribution package that handles early initialization of a virtual machine instance. Using Cloud-Init, one can configure network