Linux
Seminar

Spring 2008
course
navigation

apr 4

1

Open discussion

GUI

command line

2

VNC - virtual network computing

installing it

# Mac with macports : $ port list *tight* $ sudo port install tightvnc # cs with apt-get : $ apt-cache search *tight* $ sudo apt-get install tightvncserver xtightvncviewer

using it

See http://www.vanemery.com/Linux/VNC/vnc-over-ssh.html tutorial
# on cs - start window server (uses ~/.vnc/xstartup for desktop) $ vncserver :65 -geometry 1024x768 -depth 16 -name Jim # on laptop : $ vncviewer cs:65 # on cs - stop server when done $ vncserver -kill :65
or vice-versa ... though the Mac desktop won't be the one shown. (By default tightvnc uses twm as the window manager.)
http://cs.marlboro.edu/ courses/ spring2008/linux/ wiki/ apr_4
last modified Friday April 4 2008 2:31 pm EDT