Changes between Version 20 and Version 21 of GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelModv2


Ignore:
Timestamp:
12/10/13 16:45:33 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/TcpAssignment/ExerciseLayout/KernelModv2

    v20 v21  
    4545'''3.5.2 Hints [[BR]]'''
    4646These hints and suggestions may help you get started.
    47  * Use `scp` to load `Makefile` and `tcp_exp.c` onto your nodes.  Use the same values of PORT, USERNAME, and HOSTNAME that you use to ssh onto the nodes.
     47 * When you start, renew your resources so that they don't disappear while you are working.
     48 * Edit `tcp_exp.c` on your local machine and then use `scp` to load `Makefile` and `tcp_exp.c` onto your nodes.  Use the same values of PORT, USERNAME, and HOSTNAME that you use to ssh onto the nodes.
    4849{{{
    4950scp -P PORT my_file.txt USERNAME@HOSTNAME:.