Changes between Version 30 and Version 31 of GENIExperimenter/Tutorials/ClickExample/DesignSetup


Ignore:
Timestamp:
07/18/14 14:37:09 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/DesignSetup

    v30 v31  
    8181  i. Look in your RSpec and locate the `execute` tag. Note what script is being executed at boot time.
    8282  i. Locate the script and open it. Can you identify the different parts?
     83
     84
     85[[Image(GENIExperimenter/Tutorials/Graphics:tip.png, 40, left)]]
     86= Tips for using Git For Windows =
     87If you are using the bash emulator in [HowTo/LoginToNodes#GitBashShell Git for Windows]:
     88 * The following commands are available:
     89   * `less`
     90   * `cat`
     91   * `vi`
     92 * The following are ''not'' available by default:
     93   * `wget`
     94   * `more`
     95   * `emacs`
     96 * In order to use an ssh agent you need to enter the following additional command in each terminal:
     97{{{
     98eval `ssh-agent -s`
     99ssh-add .ssh/id_rsa
     100}}}
     101   
    83102= [wiki:GENIExperimenter/Tutorials/ClickExample/Execute Next: Execute] =