User Tools

Site Tools


xubuntu-14.04-vm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
xubuntu-14.04-vm [2015/03/05 12:16] – created herwarthxubuntu-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 /etc/network/interfaces+=====Basic configuration===== 
 +====Network==== 
 +<code - /etc/network/interfaces
 +# This file describes the network interfaces available on your system 
 +# and how to activate them. For more information, see interfaces(5).
  
 +# The loopback network interface
 +auto lo
 +iface lo inet loopback
 +
 +# The primary network interface
 +auto eth0
 +iface eth0 inet static
 +address <IPV4-ADDRESS>
 +netmask <NETMASK>
 +gateway <GATEWAY>
 +
 +iface eth0 inet6 static
 +address <IPV6-ADDRESS>
 +netmask 64
 +gateway <GATEWAY>
 +
 +dns-nameservers 2a00:1630:59::242 2a02:22a0:bbb7:400::178
 +dns-search <DOMAIN>
 +</code>
 +=====Additinional installation=====
 +====Minimal packages====
 +<code>
 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
 +</code>
  
 +====Additional packages====
 +<code>
 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
 +</code>
  
- +=====Configuration===== 
-vi /etc/xinetd.d/vnc+====VNC==== 
 +<code - /etc/xinetd.d/vnc>
 service vnc-1366x768 service vnc-1366x768
 { {
Line 80: Line 113:
    port        = 5902    port        = 5902
 } }
- +</code> 
-vi /etc/lightdm/lightdm.conf.d/20-xdmcp.conf+<code - /etc/lightdm/lightdm.conf.d/20-xdmcp.conf>
 [XDMCPServer] [XDMCPServer]
 enabled=true enabled=true
Line 92: Line 125:
 #height=768 #height=768
 #depth=16 #depth=16
 +</code>
  
 +{{tag>linux}}
  
xubuntu-14.04-vm.1425557771.txt.gz · Last modified: by herwarth