cs1007 - Object-oriented programming and design in Java.
Resources
Java
Misc
Topics
Getting a remote display to work off cunix
- Setup Xserver on Windows
- Download one, for example Xwin32, from Xwin32 website there is a free evaluation version
- they should email you a link , once you download and install, it should place a little X in your system tray
- Setup PUTTY:
- Download Putty
- DONT run the cunix session, start the main putty program
- Click on SSH->TUNNELS, and choose 'Enable X11 Forwarding'
- Click on session, hostname = cunix.cc.columbia.edu
- Give the session a name in the saved session box, click on save
- click on the session to log in
- Setup Xserver on MAC
- run X11
- invoke ssh with y flag
ssh -Y cunix.cc.columbia.edu -l Replace-With-Your-Username