Skip to content

Instantly share code, notes, and snippets.

@ViktorNova
Last active August 29, 2015 14:17
Show Gist options
  • Save ViktorNova/2252b66328654ff20438 to your computer and use it in GitHub Desktop.
Save ViktorNova/2252b66328654ff20438 to your computer and use it in GitHub Desktop.
Install stripped down Ubuntu server in Proxmox with MATE for remote desktop only

###Get Ubuntu minimal in OpenVZ from here http://download.openvz.org/template/precreated/ Lots of VZ templates here (many more than you can install from Proxmox interface)

Follow this guide to configure the network (which won't work out of the box) https://openvz.org/Ubuntu_without_templates

Stop using vmbr and use veth instead! Then you can configure ubuntu/debian just like a baremetal server with a static IP https://help.ubuntu.com/lts/serverguide/network-configuration.html#ip-addressing

I think even CentOS should work fine on a fresh container with veth, as long as you use veth first and don't have a vmbr to clean up (i have done it, somehow, once, and I never want to go through that again)_

Install MATE core desktop

sudo apt-add-repository ppa:ubuntu-mate-dev/ppa
    sudo apt-add-repository ppa:ubuntu-mate-dev/trusty-mate
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install --no-install-recommends mate-desktop-environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment