This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| xubuntu-14.04-vm [2015/03/05 12:16] – created herwarth | xubuntu-14.04-vm [2015/03/05 12:37] (current) – herwarth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | apt-get install openssh-server | + | ======Xubuntu 14.04 minimal graphical VM====== |
| + | =====Installation===== | ||
| + | Install minimal via netinstall.iso | ||
| - | vi / | + | =====Basic configuration===== |
| + | ====Network==== | ||
| + | <code - / | ||
| + | # This file describes the network interfaces available on your system | ||
| + | # and how to activate them. For more information, | ||
| + | # The loopback network interface | ||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | # The primary network interface | ||
| + | auto eth0 | ||
| + | iface eth0 inet static | ||
| + | address < | ||
| + | netmask < | ||
| + | gateway < | ||
| + | |||
| + | iface eth0 inet6 static | ||
| + | address < | ||
| + | netmask 64 | ||
| + | gateway < | ||
| + | |||
| + | dns-nameservers 2a00: | ||
| + | dns-search < | ||
| + | </ | ||
| + | =====Additinional installation===== | ||
| + | ====Minimal packages==== | ||
| + | < | ||
| sudo apt-get install --no-install-recommends \ | sudo apt-get install --no-install-recommends \ | ||
| xubuntu-desktop \ | xubuntu-desktop \ | ||
| Line 25: | Line 53: | ||
| catfish \ | catfish \ | ||
| indicator-sound-gtk2 | indicator-sound-gtk2 | ||
| + | </ | ||
| + | ====Additional packages==== | ||
| + | < | ||
| sudo apt-get install \ | sudo apt-get install \ | ||
| open-vm-tools \ | open-vm-tools \ | ||
| Line 39: | Line 70: | ||
| chromium-browser \ | chromium-browser \ | ||
| pepperflashplugin-nonfree | pepperflashplugin-nonfree | ||
| + | </ | ||
| - | + | =====Configuration===== | |
| - | vi / | + | ====VNC==== |
| + | <code - / | ||
| service vnc-1366x768 | service vnc-1366x768 | ||
| { | { | ||
| Line 80: | Line 113: | ||
| | | ||
| } | } | ||
| - | + | </ | |
| - | vi / | + | <code - / |
| [XDMCPServer] | [XDMCPServer] | ||
| enabled=true | enabled=true | ||
| Line 92: | Line 125: | ||
| #height=768 | #height=768 | ||
| #depth=16 | #depth=16 | ||
| + | </ | ||
| + | {{tag> | ||