VNC
'Running VNC client'Download from http://www.realvnc.com
Tunnel in with SSH on port 5900 (was 5800 and 5801 earlier?)
Connect to localhost:0
Enjoy ;)
PS: Use with Gnome2 builtin VNC service is 'easy'
'Serving your own VNC sessions'
Install VNC
<pre>
cd /usr/ports/net/vnc
make install
</pre>
Run a server instance
<pre>
vncserver :1 -geometry 800x600 -depth 8
</pre>
This will create a listen socket on port 5900 or 590x (x = display?)... was 5800 and 580x?
