title: “Learning Resources”
description: “A list of useful links for reference.”
-Playlist for Doing Assignments
Main Book | Operation System book used for this class. |
CLI Commands CheatSheet | To learn and look for CLI commands. |
Linux Basics | Beginner-friendly tutorial on Linux basics. |
Linux Documentation Project | Learning about Linux-based operating systems with guides and tutorials. |
Regular Expressions (Regex) | Common expressions, syntax, and practical examples. |
File System in OS | Introduction to File System |
What is Mounting? | This article contains introduction to mounting in Linux and commands that we can use in Linux terminal. |
Kernel Panic: Definition and Causes | This article explains about kernel panic and what causes it. |
Introduction to Docusaurus | This website can help you make another Docusaurus projects. |
mmap vs malloc [C MEMORY ALLOCATION FUNCTION] | (https://stackoverflow.com/questions/1739296/malloc-vs-mmap-in-c) |
Chapter 5 of Linux From Scratch | Linux from scratch tutorial video |
What is Linux swap? — Explains Linux swap, its purpose, and how it helps manage memory when RAM is full.