remote desktop quick question

Use vnc:
install vncserver on Ubuntu and start it, making sure the port is open. Then use chickenoftheVNC on Mac to connect.

Use ssh:
Instal ssh server on ubuntu (sudo apt-get install ssh). Install X11 from your Snow Leopard install disk and open up an x terminal. Then ssh -X [email protected]. Then run your app using the relevant command (e.g; firefox)

Brief pointers.
 
Back
Top Bottom