Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(0) Completion of in-class work

  • If you did have not yet complete completed class02,  then you will need to finish that before you SUBMIT the work.  You can do the the Tutorial anytime, but you will have to have GitHub setup set up before submitting the result.  

  • In other words, if you are doing the tutorial before Tuesday that is fine, but you will need to submit the result after Tuesday when we learn how to use GitHub.  

...

Complete the Research Computing Tutorial about the Linux command line (see detailed instructions below).   Do Make sure to do all 7 short tutorials!  

After you complete the tutorials, run this command:


history 100 > history.txt

...

  1. Login to Rivanna.   Make sure you are in your home directory ('pwd' shows you the current directory path.  'cd' with no argument will take you home.)
  2. Change directories into the '1655' directory (that we created in class01). 'cd 1655'
  3. I would create a 'HW' directory in your 1655 directory ( 'mkdir HW' ).  Change directories into the HW directory. 
  4. Use this link to create your repository for HW01 on GitHub:   https://classroom.github.com/a/oH6gPUdA3sK_zVkl

  5. As we did in class02, clone the HW01 repository into your working area on Rivanna:

    >>>git clone git@github.com:PHYS1655S24PHYS1655Su24/hw01-<userid>.git

  6. Change directories into the 'HW01-<userid>' directory
  7. Follow the instructions in the 'Readme' file that is in your repo directory.  You can view it with the 'more' command, or you can view it on GitHub. 

...

  NOTE:  It may be much easier to work through the tutorial if you can copy and paste some of the commands into your Rivanna command line.  This is easier if you open the Firefox web browser from within your OnDemand session.  There should be a Firefox icon at the top of the OnDemand desktop window. 

  You should be attempting to run all of the commands in each tutorial.   When you are done, make sure that you add, commit, and push the 'history.txt' file to GitHub as explained in the Readme.  Make sure to check GitHub for the file using the web interface to make sure it worked. has transferred properly!