OS Concepts
Operating Systems reading material, covers material for OS course.
Operating System Tutorial by GFG
Another learning source for OS, useful to get additional information.
Linux Commands Tutorial
Insight for understanding Linux commands.
Encryption and Public Keys
Insight for understanding encryption, relevant to week 02 material.
Basic File Encryption with GPG key pairs
Practial example of GPG key pairs.
Learn make in 60 seconds.
Explains the basics of makefiles.
Compiling a C Program: Behind the Scenes
Explains how a C program is compiled.
Memory Management in Operating System An article that gives detailed explanation about memory management. Covers week 04 material
9.fork() in C An article that covers the fork() system call in linux.
10.Deadlock - Operating Systems | Simply Explained A brief explanation about Deadlock.
11.CPU Scheduling Basics Explanation for CPU Scheduling.