os242
LINKS
List of vi commands
— A Guide that shows vi commands and its brief description.
List of linux commands
— A cheatsheet of linux commands and others with its description and example.
Virtualization Explained
— Good introduction to computer virtualization with illustration.
Beginner’s guide to learning Bash scripts
— A guide that teaches the basic of Bash scripting.
Grep command and modifiers
— Explains the grep command in linux and it’s option/modifier with examples.
Regex Pattern Checker
— A website that shows and explains your regex expression, and matches them with an example text.
Linux Directories Explained in 100 Seconds
— Quick explanation of Linux directories.
Types of File System
— Description of different types of file system.
File System Comparison
— Comparisons of the existing file systems.
Segmented, Paged and Virtual Memory
— A video that explains how memory management works on a computer.
Operating Systems 2 - Memory Manager
— Another video that explains memory management.
C pointers explained👉
— A video that talks about pointers in C.
Operating Systems: Main Memory
— An explanation of main memory in an operating system and the mechanism associated with it.
Paging & Page Replacement Algorithms - Operating Systems
— A youtube playlist that explain memory management and paging thoroughly.
Paging in Operating Systems: What it Is & How it Works
— An explanation about paging in OS.
Memory Management with mmap
— Slides about memory allocation using malloc and mmap.
FANG Interview Question: Process vs Thread
— A video about explaining the difference between processes and threads.
Difference between Multiprocessing and Multithreading
— Explanation on the difference of multiprocessing and multithreading.
Thread Synchronization
— Documentation about synchronization in Linux.
Process Synchronization
— Playlist that expalins all about process syncronization.
Process Scheduling
— Playlist that explains process scheduling in an operating system with its methods/algorithms.
Process Schedulers in Operating System
— Explanation about process scheduling, types of schedulers, and FAQ.