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:23] 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 22: Line 24:
 netmask 64 netmask 64
 gateway <GATEWAY> gateway <GATEWAY>
- 
-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 
  
 dns-nameservers 2a00:1630:59::242 2a02:22a0:bbb7:400::178 dns-nameservers 2a00:1630:59::242 2a02:22a0:bbb7:400::178
 dns-search <DOMAIN> dns-search <DOMAIN>
 </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 58: 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 72: 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 113: 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 125: Line 125:
 #height=768 #height=768
 #depth=16 #depth=16
 +</code>
  
 {{tag>linux}} {{tag>linux}}
  
xubuntu-14.04-vm.1425558181.txt.gz · Last modified: by herwarth