Video
Study Material
Tasks to complete
- Complete Practice 1 from the presentation Managing Software. Take a screenshot of the terminal and place it in the
wr3/
directory/folder - Complete Practice 1 from the Shell Scripting Presentation.Take a screenshot of the terminal and place it in the
wr3/
directory/folder - Complete Lab 4
- Complete Notes 4
- Complete Week Report 4
What to include in Notes 4
Anser the following questions:
- How to install and remove software using the APT command
- 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
- Add the screenshots of practice 1 (managing software and shell scripting). Properly label them using headings
- Add links to your notes 4 and lab 4
- Convert
wr4.md
to pdf - Push everything to github:
- In blackboard submit:
- The GitHub URL to the
wr4.md
file - The pdf file
wr4.pdf
- The GitHub URL to the
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.