Changes

Jump to navigation Jump to search
no edit summary
apt-get install plperl
 
==Install and configure TightVNC and xfce desktop==
Installation:
apt install xfce4 xfce4-goodies tightvncserver
 
Configuration:
nano ~/.vnc/xstartup
#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &
 
Grant executable privilege:
sudo chmod +x ~/.vnc/xstartup
 
Start vnc server:
vncserver
==User management==

Navigation menu