People
Schedule
Updates
Help Me!
|
|
Athena FAQ1. I typed 'logout' and it says there are suspended jobs. What do I do?
1. I typed 'logout' and it says there are suspended jobs. What do I do? To kill off all the suspended jobs and log out, type
If you want to know what the suspended jobs are, type
[1] - Suspended su [2] + Suspended netscape
[n] is the job number of the job. Type Type In most applications, select by highlighting with the left mouse button. Then, paste by clicking the middle mouse button. 4. Can I get Mathematica, Maple, or Matlab on Athena? Yes, all available. There are two ways you can reach the programs:
5. Is there a spreadsheet? Like Excel? Yes, Xess, in the Spreadsheets submenu of the Numerical/Math menu of Dash, provides many Excel-like functions. 6. How do I telnet into Athena? That is, what hostname do I use? Use the hostname We strongly urge you to use ssh instead of telnet, because ssh encrypts your connection and keeps your password secure. From Athena, you can use the "ssh" command much like the "telnet" command. 7. How do I run the program "foo" in locker "bar"? athena% add bar athena% foo 8. How do I check how much disk space I have?
10. How do I list files on a floppy? athena% add mtools athena% mdir a: 11. How do I copy files from a floppy to my Paper directory? athena% add mtools athena% mcopy a:filename ~/Paper 12. How do I access a Zip disk on Athena? Information on this is located in OLC Answers. 13. How do I spellcheck my paper?
14. What's the name of that program that lets you see the people that are online? There are many programs that let you see who's online.
15. How do I change my windowmanager? See http://web.mit.edu/answers/xwindows/xwindows_newwm.html. The simple version is to add the following lines to your ~/.environment file: add windowmanagers setenv WINDOW_MANAGER foowhere foo is the desired window manager.
16. Is there a way to load a program automatically when I login? Put it in If you want the program to start when you are
telnetting to Athena, put it in 17. How do I change the volume on my workstation? On a Sun: athena% add audio athena% audiotool &On an SGI: Use the little black triangular buttons on the casing. 18. How do I compile a C program on Athena? You can use either
19. How do I compile a C++ program on Athena?
athena% g++ -o executablename source.c |
|
|