Creating your
account:
1) Go to http://remus.rutgers.edu/newaccount.html
and create your account
2) Let me know if there are any problems.
Logging
in remotely
1)You could download an SSH client from
http://www.nbcs.rutgers.edu/newdocs/ssh/
2) When connecting your host name will be remus.rutgers.edu, your user
name is your netid.
3) When the secure shell window comes up, you can pretty much work the
same way as you do from the lab.
Compiling
and running the program
1) Use VI or emacs(or whatever you are comfortable with) as your editor.
2) Compile your program using gcc
For example: <
gcc myprog.c -o myprog> will
compile your program and create an executable: "myprog"
3) Run the executable.