This is your 1st homework assignment, please read ALL the instructions carefully, especially those on the main homework page.
Read the whole assignment before you begin.
If you have not yet completed class02, then you will need to finish that before you SUBMIT the work. You can do the Tutorial anytime, but you will have to have GitHub 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). Make sure to do all 7 short tutorials!
After you complete the tutorials, run this command:
history 100 > history.txt
#Your last 100 commands should go into the file history.txt
Make sure to save history.txt, as that is what you will submit to get credit for the HW....
Follow the instructions below.
NOTE: If you struggle with this, come to office hours so that we can help you!!!!!
Use this link to create your repository for HW01 on GitHub: ???
As we did in class02, clone the HW01 repository into your working area on Rivanna:
>>>git clone git@github.com:PHYS1655Su24/hw01-<userid>.git
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 has transferred properly!