Skip to content

Instantly share code, notes, and snippets.

View D-saif's full-sized avatar
💭
:3

Saif Eddine DHIFI D-saif

💭
:3
View GitHub Profile
@D-saif
D-saif / proxmox-cli-and-tips.md
Created December 27, 2021 22:41 — 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 \