Skip to content

Instantly share code, notes, and snippets.

@jerkovicl
Last active September 22, 2019 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerkovicl/d7702e0d2653337aade133bf7fe9bea2 to your computer and use it in GitHub Desktop.
Save jerkovicl/d7702e0d2653337aade133bf7fe9bea2 to your computer and use it in GitHub Desktop.
proxmox stuff

PROXMOX setup

Enable copy paste for Proxmox linux vm from Windows host

  • install virt-viewer Windows installer - can be downloaded from virt-manager download page
  • download spice-guest-tools from here
  • install spice-vdagent on linux vm
    sudo apt install spice-vdagent
  • start spice-vdagent (check if spice-vdagentd sevice started aswell)
    sudo systemctl start spice-vdagent
  • enable SPICE in vm settings Hardware -> Display section

Extend disk

  • sudo lvresize -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
  • sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment