[Bash Scripting | TEXT](https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/) —– Bash Scripting Tutorial. If you are a fast reader, i more recommended this link. |
How to use SCP — This article that introduces how to use the SCP command. Very useful for doing pop quiz.
Understand File Permission — This great and concise answer explaining what the numbers in a file permission mean and how to interpret them. It also explains the meaning of all 10 characters in a file permission.
Virtual Memory: What is Virtual Memory Lecture by David Black-Schaffer all about virtual memory. His explanations are simple to understand and clear. He also gave segmen so we can easily find the subtopic of Virtual Memory easily.
Page Replacement Algorithms A video by Education 4u about Page Replacement Algorithms, such as FIFO (First-in-First-Out),LRU(Last Recently Used), and Optimal Page Replacement. This video helps me understanding page replacement more easily.