Week Report 9

Video/Resources

Complete the following tasks

  1. Complete 1 Discussion board
  2. Complete notes 9
  3. Complete Lab 9
  4. Complete Week Report 9
  5. Work on your final project

What are you going to include in your notes

  1. For each of the following commands include: Definition, Usage/Formula, and Examples. 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 example
  • grep
  • awk
  • sed
  1. Explain how to use the pipe (|) for redirecting the output of a command to another. Include at least 3 examples
  2. Explain how to save the output of a command to a file (>). Include at least 3 examples
  3. Explain how to append the output of a command to a file. Include at least 3 examples

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

What will you submit for week report 9

  1. Include a screenshot of your discussion board post
  2. Include a link to your lab 9 file
  3. Include a link to your notes 9 file

Special Note 1

Please take a snapshot of your virtual machine after you complete the report. The virtual machine is must be off before you take the snapshot. This process is show in the video You should have at least 2 snapshots of your vm. Keep in mind that snapshots take space. For Mac Users using UTM, snapshots are not supported therefore ignore this. Just keep your repository updated on github in case of a catastrophic failure.

Special Note 2

You are going to be using the git commands a lot. Here is a quick reference:

  • git clone repository/url/here: is the command to clone a repository where cloning means downloading a repository to your computer
  • git pull: to pull/synchronize your repository from github to your local machine. Always run this command BEFORE you start working VS Code
  • git add .: to track all the changes made to your file.
  • git commit -m "label for your changes here": this command will label all the changes you added with the add command
  • git push: will send all your changes to your github repository

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.