CO538 Anonymous Questions and Answers Keyword Index |
This page provides a keyword index to questions and answers. Clicking on a keyword will take you to a page containing all questions and answers for that keyword, grouped by year.
To submit a question, use the anonymous questions page. You may find the keyword index and/or top-level index useful for locating past questions and answers.
Keyword reference for off-campus
2003 |
Is it possible to work on occam programs from off campus ? I am using putty to access raptor, but when I type `gvim', an error message is produced:
(E233: cannot open display)
Are there instructions anywhere to show us how to edit and execute occam programs off campus ?
Yes, it is possible. There are three sensible ways, more or less:
A more basic editor is `pico', and is also installed on raptor.
Running X apps off raptor at home is possible, but slightly tricky to set-up and often hopelessly slow. ADSL copes reasonably well with gvim, but a dialup won't.
To use X: you need to start exceed first and then ssh to raptor with putty. In putty itself you must switch "X tunneling" on.
Once you've got an edited source file, compile it in the following way:
raptor$ kroc q2.occ
As before, ignore the warnings about un-used top-level PROC parameters -- don't remove them!
Once successfully compiled, run it with:
raptor$ ./q2
Refer to Question 4 (2003) for how to control the output.
Keywords: off-campus , putty
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License. |