os212

HOME LOG LINKS GITHUB

🔗 Links 🔗

Week 01

1. Introduction to Operating System

This video helps me to understand what is an operating system, types of operating system, the functions of operating system, and the goals of operating system.

Week 02

1. Cyber Security

This video explains brief informations about what cyber security is, how it works, and different types of cyberattacks. This video comes with great animations and explanations.

2. C Programming

This video explains the fundamentals of C Programming, comes with detailed explanations.

Week 03

1. Files & File Systems

This video tells us about how computers read and interpret computer files, how files are encoded and decoded, and how computers organize these data. This video comes with eye-catching animations and great explanations!

2. Linux File System

This video explains and shows us the linux file structure in 15 minutes. Comes with great explanations and suits those who are still confused with linux file system.

Week 04

1. Little Endian and Big Endian

This 3 minute video clearly explains the difference between little endian and big endian in order to store a block of bytes in memory.

Week 05

1. Virtual Memory in Operating System

This article talks about virtual memory in operating system. Comes with several pictures to visualize the concept of virtual memory.

Week 06

1. Process Management (Processes and Threads)

This video discusses about process management and difference between processes and threads.

2. Concurrency, Threading, and Parallelism

This video explains brief informations about thread, what a thread is, how a thread works. This video also explains the difference between concurrency and parallelism.

Week 07

1. Introduction of Deadlock in Operating System

This article explains about deadlock in operating system. Comes with pictures to visualize.

2. Synchronization in Operating System

This video tells us about the process of synchronization. Comes with great explanations.

Week 08

1. Linux from Scratch

This links helps me a lot to do this week’s assignment.