Connect to Linux remote desktop via VNC
You can maintain a virtual graphical desktop session on one of our KRG servers, i.e. you can logout and login the next day to find the exact same desktop (need VPN for connecting to NTU machines from outside) from anywhere in the world, with VNC installed.
ssh to the linux server:
modify ~/.vnc/xstartup to include startup programs like xterm and window managers
Start VNC server instance:
vnc4serverenter your password
Check which port number (590x) vnc4server is running at by typing:
ps aux |grep vnclogout from Server
On your local PC (windows,linux)
Run the vnc4viewer GUI
Enter the hostname/ipaddress of the linux server, followed by the port number, e.g.
liubei.dyndns.org:5901
Enter the same password you set in step 3
Run a window manager such as twm, fvwm, wmaker, if you did not specify it propery in step 1 on the linux server.
Search online for more info on VNC (Virtual Network Computing).

