LINKS
- Operating Systems: This is the main link for OS242.
- 60 Essential Linux Commands: This is link contain essential linux commands.
- Basic Vim Commands: This is the link contain basic vim commands.
- GPG Keys: This is the link explaining about GPG Keys
- Run C in Linux: This is the link explaining how to Run C in Linux
- UUIDs in Linux: This is link about How to get disk and partition UUIDs in Linux
- Write a Makefile to compile a simple C program: This is the link from stack overflow that talks about Makefile that will be used to compile a C program
- Tar in Linux: This is the link about basic commands for Tape Archive (tar) in Linux
- Virtual Memory in Operating System: This is the link about What is Virtual Memory in Operating System
- Virtual Memory Allocation Algorithms: This is video about How Does Memory Allocation Work
- Docusaurus Video: This is video about Docusaurus in general
- malloc(): This is link for more information about Malloc
- Deadlock and Starvation: This is link for know more about Deadlock VS Starvation is OS
- Semaphore: This is link about Semaphore in process Synchronization
- Scheduling: This is link about process schedulers in Operating System
- Linux From Scratch: This is link to know more about LFS