Week Report 6

Video

Study Material

Tasks to complete

1. Complete 1 discussion board

  • Work on your discussion boards. It should not take you more than 10 minutes to post 1 reply.

2. Complete Notes 6

  1. For each of the following commands include: Definition, Usage/Formula, and Examples.
    1. mkdir
    2. touch
    3. rm
    4. cp
    5. mv

Your markdown file should be properly formatted. Use inline code formatting, code blocks, bold, etc … I will take points off for improper formatting Refer to Notes 5 for an example0

When you finish, do the usual:

  1. Convert the markdown file to pdf
  2. Push everything to GitHub
  3. Submit the GitHub URL of the markdown file in Blackboard
  4. Submit the PDF file in Blackboard

3. Complete Lab 6

  • Complete lab 6. The link is available here.

4. Complete Week Report 6

  • Add links to your notes 6 and lab 6

  • When you finish, do the usual:

    1. Convert wr6.md to pdf
    2. Push everything to GitHub:
    3. In blackboard submit:
    1. URL to wr6.md in GitHub
    2. The pdf file wr6.pdf

5. Work on your Final Project

  • Remember to take at least 20 minutes to work on your final project.

Special Note 1 – Git Command Quick Reference

You’ll be using Git frequently this semester. Here’s a quick reminder of the most common commands:

Command Purpose
git clone repository/url/here Download a GitHub repository to your computer.
git pull Synchronize your local repository with the latest changes from GitHub. Always run this before starting work in VS Code.
git add . Track all changes made to your files.
git commit -m "description here" Save a snapshot of your tracked changes with a short description.
git push Send your committed changes to GitHub.

Command Order:

git pull 
git add . 
git commit -m "message" 
git push

⚠️ Warning: ⚠️
Avoid making changes directly in the GitHub website unless you:

  • Know exactly what you are doing, and
  • Remember to run git pull before working locally.

Special Note 2:

  • The final exam is in person.
  • The exam is performance based and will require access to a Linux Virtual Machine.
  • If you do not have a laptop/computer you can bring to school, a Linux Computer will be made available to you.