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:20] 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> <code - /etc/network/interfaces>
 # 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 172.16.6.4 +address <IPV4-ADDRESS> 
-netmask 255.255.255.0 +netmask <NETMASK> 
-gateway 172.16.6.1+gateway <GATEWAY>
  
 iface eth0 inet6 static iface eth0 inet6 static
-address 2a02:898:126:6::+address <IPV6-ADDRESS>
-netmask 64 +
-gateway 2a02:898:126:6::+
- +
-auto eth1 +
-iface eth1 inet static +
-address 172.16.7.4 +
-netmask 255.255.255.0 +
- +
-iface eth1 inet6 static +
-address 2a02:898:126:7::4+
 netmask 64 netmask 64
 +gateway <GATEWAY>
  
 dns-nameservers 2a00:1630:59::242 2a02:22a0:bbb7:400::178 dns-nameservers 2a00:1630:59::242 2a02:22a0:bbb7:400::178
-dns-search mngt.ams.helux.nl +dns-search <DOMAIN>
- +
-up ip route add 172.16.3.0/24 via 172.16.7.1 || true +
-up ip route add 172.16.5.0/24 via 172.16.7.1 || true +
-up ip route add 2a02:22a0:bbb7:403::/64 via 2a02:898:126:7::1 || true +
-up ip route add 2a00:1630:59:5::/64  via 2a02:898:126:7::1 || true+
 </code> </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 63: 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 77: 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 118: 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 130: Line 125:
 #height=768 #height=768
 #depth=16 #depth=16
 +</code>
  
 {{tag>linux}} {{tag>linux}}
  
xubuntu-14.04-vm.1425558037.txt.gz · Last modified: by herwarth