Video

Study Material

Tasks to complete

  1. Complete Practice 1 from the presentation Managing Software. Take a screenshot of the terminal and place it in the wr3/ directory/folder
  2. Complete Practice 1 from the Shell Scripting Presentation.Take a screenshot of the terminal and place it in the wr3/ directory/folder
  3. Complete Lab 4
  4. Complete Notes 4
  5. Complete Week Report 4

What to include in Notes 4

Anser the following questions:

  1. How to install and remove software using the APT command
  2. How to create a shell script step by step including screenshots and how to run it. Try to be as detailed as possible.

What will you submit for Week report 4

  1. Add the screenshots of practice 1 (managing software and shell scripting). Properly label them using headings
  2. Add links to your notes 4 and lab 4
  3. Convert wr4.md to pdf
  4. Push everything to github:
  5. In blackboard submit:
    1. The GitHub URL to the wr4.md file
    2. The pdf file wr4.pdf

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.

Special Note 3:

  • 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.