This is an old revision of the document!
apt-get install openssh-server
vi /etc/network/interfaces
sudo apt-get install –no-install-recommends \ xubuntu-desktop \ xfce4-terminal \ xfce4-power-manager \ xfce4-volumed \ xfce4-indicator-plugin \ xfce4-datetime-plugin \ xfce4-screenshooter \ xfce4-cpugraph-plugin \ xfce4-netload-plugin \ xfce4-xkb-plugin \ xubuntu-icon-theme \ xfwm4-themes \ alacarte \ pavucontrol \ file-roller \ plymouth-theme-xubuntu-logo \ mousepad \ gvfs-fuse \ thunar-archive-plugin \ catfish \ indicator-sound-gtk2
sudo apt-get install \ open-vm-tools \ openssh-server \ ntp \ xinetd \ tightvncserver \ gdebi \ humanity-icon-theme \ xubuntu-wallpapers \ firefox \ flashplugin-nonfree \ chromium-browser \ pepperflashplugin-nonfree
vi /etc/xinetd.d/vnc service vnc-1366×768 {
disabled = no socket_type = stream protocol = tcp wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -geometry 1366x768 -depth 24 type = UNLISTED port = 5900
}
service vnc-1600×900 {
disabled = no socket_type = stream protocol = tcp wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -geometry 1600x900 -depth 24 type = UNLISTED port = 5901
}
service vnc-1920×1080 {
disabled = no socket_type = stream protocol = tcp wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -geometry 1920x1080 -depth 24 type = UNLISTED port = 5902
}
vi /etc/lightdm/lightdm.conf.d/20-xdmcp.conf [XDMCPServer] enabled=true port=177
#[VNCServer] #enabled=true #port=5900 #width=1366 #height=768 #depth=16