LINKS
Articles: For when you need a quick look to refresh your memory
- All Linux Builtins Command —
This site contains all the builtins command in Linux, along with its manual page.
- Regex Cheatsheet —
This site contains a complete regex cheatsheet with all the formats and a short explanation of each character.
- Bash Scripting Cheatsheet —
This site contains a lot of bash scripting commands for various uses.
- Cybersecurity Common Terms —
This site contains some beginner-friendly & common terms in cybersecurity, along with some commonly used tools.
- What is a C Pointer? —
This site contains a short but precise explanation of the C Pointer.
- Intro to C Language —
This site contains an introduction of the C language for beginners. The article has a few parts, so be sure to check them out as well!
- A guide to Linux Disk Partition —
This link guides us on disk partitioning in Linux, including how it works and the common commands to do it.
- Summary of File Systems —
A quick comparison of file systems, including the advantage and disadvantage of each file system
- Article on Linux Software Libraries —
This will help in understanding dynamic and static libraries in linux.
- Article on Linux Memory Allocation —
An article to help us understand memory allocation in linux. It will cover logical address, physical address, and physical memory.
- Virtual Memory Addressing Algorithm —
A quick read on algorithms used in virtual memory addressing.
- Virtual Memory Overview —
A thorough overview on virtual memory, ranging from definition, types, and benefits.
- Fork in C —
Slight overview on the fork function in C.
- mmap in C —
Overview on how the mmap function works in C.
- Synchronization and Shared Memory —
Overview of synchronization and shared memory. The site also offers practice through challenges.
- LFS tutorial book —
Full theory on LFS and step-by-step instructions to build your own LFS on Linux.
Videos: For when you need a deeper understanding
- 60 Linux Commands in 10 Minutes —
A fast-paced tutorial, explanation, and example of 60 Linux Bash Command. Very understandable yet compact!
- Regex with Examples —
A beginner-friendly regex tutorial with examples.
- Become A Bash Scripting Pro —
Bash scripting tutorial in 36 minutes. Fast-paced, doesn’t waste your time, yet very understandable!
- C Pointer Tutorial —
Master C Pointer in 15 minutes! The video covers C Pointers, Void Pointers, Function Pointers, as well as the difference between Pointers and Arrays.
- Cybersecurity Crash Course —
A short crash course on cybersecurity, fit for beginners. Discussing about attack vectors, authentication, malware, and many more cybersecurity topics.
- Full C Language Course —
Full tutorial on the C Language. You can watch the whole thing if you have time, or skim through the topics if you don’t.
- File Systems Overview —
Full overview on how the file system works.
- A Quick Walkthrough of Virtual Memory —
Example and walkthrough of Virtual Memory in Linux.
- Types of Virtual Memories Explained —
Overview of the segmented, paged, and virtual memory.
- Visualization of Fork in C —
A visualization of how fork works in C.
- Process IDs in C —
A concise explanation on PIDs in C.
- Semaphores in C —
Overview of semaphores in C.
- Tutorial on LFS installation —
Kernotex’s tutorial on LFS installation in Linux. The video is uncut and has great explanation, some not mentioned in the book. Very useful to get you starting on LFS.
REV: Tue 1 October 2024 15:00
<hr5