ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Note to self, grab the required packages,
apt-get install xfce4 apt-get install tightvncserver
Initialize for the first time and set the password,
tightvncserver :1
then kill the process,
tightvncserver -kill :1
Edit,
~/.vnc/xstartup
and add,
xfce4-session &
To connect, setup the tunnel,
ssh -L 5901:localhost:5901 user@yourserver.net -p 8722
and start VNC,
tightvncserver -geometry 800x600 :1
Use a VNC client (like Chicken of the VNC) to connect to your SSH tunnel,