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

Both sides previous revisionPrevious revision
Next revision
Previous revision
xubuntu-14.04-vm [2015/03/05 12:19] herwarthxubuntu-14.04-vm [2015/03/05 12:37] (current) herwarth
Line 1: Line 1:
-======Xubuntu minimal graphical VM======+======Xubuntu 14.04 minimal graphical VM======
 =====Installation===== =====Installation=====
-  apt-get install openssh-server+Install minimal via netinstall.iso
  
 +=====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).
  
-vi /etc/network/interfaces+# 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 28: 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 42: 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 83: 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 95: Line 125:
 #height=768 #height=768
 #depth=16 #depth=16
 +</code>
  
 {{tag>linux}} {{tag>linux}}
  
xubuntu-14.04-vm.1425557964.txt.gz · Last modified: by herwarth