This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xubuntu-14.04-vm [2015/03/05 12:25] – herwarth | xubuntu-14.04-vm [2015/03/05 12:37] (current) – herwarth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Xubuntu minimal graphical VM====== | + | ======Xubuntu |
| =====Installation===== | =====Installation===== | ||
| - | apt-get install openssh-server | + | Install minimal via netinstall.iso |
| + | =====Basic configuration===== | ||
| + | ====Network==== | ||
| <code - / | <code - / | ||
| # This file describes the network interfaces available on your system | # This file describes the network interfaces available on your system | ||
| Line 26: | Line 28: | ||
| dns-search < | dns-search < | ||
| </ | </ | ||
| - | + | =====Additinional installation===== | |
| - | ====Packages==== | + | ====Minimal packages==== |
| < | < | ||
| sudo apt-get install --no-install-recommends \ | sudo apt-get install --no-install-recommends \ | ||
| Line 53: | Line 55: | ||
| </ | </ | ||
| + | ====Additional packages==== | ||
| + | < | ||
| sudo apt-get install \ | sudo apt-get install \ | ||
| open-vm-tools \ | open-vm-tools \ | ||
| Line 66: | Line 70: | ||
| chromium-browser \ | chromium-browser \ | ||
| pepperflashplugin-nonfree | pepperflashplugin-nonfree | ||
| + | </ | ||
| + | =====Configuration===== | ||
| + | ====VNC==== | ||
| <code - / | <code - / | ||
| service vnc-1366x768 | service vnc-1366x768 | ||