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:20] – 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 14: | Line 16: | ||
| auto eth0 | auto eth0 | ||
| iface eth0 inet static | iface eth0 inet static | ||
| - | address | + | address |
| - | netmask | + | netmask |
| - | gateway | + | gateway |
| iface eth0 inet6 static | iface eth0 inet6 static | ||
| - | address | + | address |
| - | netmask 64 | + | |
| - | gateway 2a02: | + | |
| - | + | ||
| - | auto eth1 | + | |
| - | iface eth1 inet static | + | |
| - | address 172.16.7.4 | + | |
| - | netmask 255.255.255.0 | + | |
| - | + | ||
| - | iface eth1 inet6 static | + | |
| - | address 2a02: | + | |
| netmask 64 | netmask 64 | ||
| + | gateway < | ||
| dns-nameservers 2a00: | dns-nameservers 2a00: | ||
| - | dns-search | + | dns-search |
| - | + | ||
| - | up ip route add 172.16.3.0/ | + | |
| - | up ip route add 172.16.5.0/ | + | |
| - | up ip route add 2a02: | + | |
| - | up ip route add 2a00: | + | |
| </ | </ | ||
| + | =====Additinional installation===== | ||
| + | ====Minimal packages==== | ||
| + | < | ||
| sudo apt-get install --no-install-recommends \ | sudo apt-get install --no-install-recommends \ | ||
| xubuntu-desktop \ | xubuntu-desktop \ | ||
| Line 63: | 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 77: | Line 70: | ||
| chromium-browser \ | chromium-browser \ | ||
| pepperflashplugin-nonfree | pepperflashplugin-nonfree | ||
| + | </ | ||
| - | + | =====Configuration===== | |
| - | vi / | + | ====VNC==== |
| + | <code - / | ||
| service vnc-1366x768 | service vnc-1366x768 | ||
| { | { | ||
| Line 118: | Line 113: | ||
| | | ||
| } | } | ||
| - | + | </ | |
| - | vi / | + | <code - / |
| [XDMCPServer] | [XDMCPServer] | ||
| enabled=true | enabled=true | ||
| Line 130: | Line 125: | ||
| #height=768 | #height=768 | ||
| #depth=16 | #depth=16 | ||
| + | </ | ||
| {{tag> | {{tag> | ||