Instructions for Mac
1.
Download Fugu: http://rsug.itd.umich.edu/software/fugu/files/Fugu-1.2.0-English.dmg
2.
Download TextWrangler:
http://ven.barebones.com/TextWrangler_2.3.dmg
3.
In Fugu, select the
menu ÒFuguÓ -> ÒPreferencesÓ -> ÒFilesÓ, and
change ÒExternal Text EditorÓ to ÒTextWranglerÓ
4.
These are the only settings you need to set:
a. Connect to: cunix.cc.columbia.edu
b. Username: your username
5. Hit Connect
6. Now you can right-click on a file to edit it
Some notes:
1. You, for reasons obscure to me, cannot create new files in Fugu: to do this you must log into CUNIX using Terminal:
a. Open up Applications -> Utilities -> Terminal
b.
Type in the command:
ssh hsshp100@cunix.cc.columbia.edu
c. Enter your password: what you type will not show up on the screen.
d. Now you can use the basic commands we learned: ls –l, cd, javac, java.
e.
You will also need the following command to make
a new file so that you can edit it in Fugu/TextWrangler:
touch FileName.java