permalink |
---|
LINKS/ |
Hi, thank you for stopping by this page 😊
I hope these links can help you understand Operating Systems subject better!🚀
Icon info:
Icon | Link Format |
---|---|
🎬 | video |
📕 | online book (pdf) |
📄 | website |
- Operating Systems PDF Book📕
If you want to excel in OS weekly quizzes, read this book in the section where the material of the week is (for example if you are in week 2, then you should read security section). Read at least 30 mins before the quiz. - Operating Systems Website by CBKadal📄🦎
Who doesn't know cbkadal? Absolutely this website will guide you in learning OS this semester. There are so many resources like links or midterm problems from previous semester. Just follow the guide correctly for the assignments, explore more for your knowledge and for your success in weekly quizzes. - Operating Systems by Neso Academy🎬
Youtube playlist by my favorite education channel youtuber that will teach you operating systems from A to Z. - Linux Commands Cheat Sheet📄
This cheat sheet will help you understand linux command quickly and without beating around the bush.
- Understand Encryption and Public Key🎬
New to cyber security? I think it's important for you to understand what is encryption and public key because you will meet them many times. - Security Attacks🎬
This video will let you know more about types and example of security attacks. - Setfacl, Getfacl🎬
setfacl? getfacl? what is that??😥 Understand ACL with this video. - chmod Tutorial🎬
This video will explain how to use chmod.
- Linux File System Article📄
If you don't have time to watch youtube video but you want to know popular linux directory and understand them (like /mnt, /boot), you should check it out! - Penjelasan Linux File System🎬
I think the speaker's explanation is good and suitable for you who likes to watch bahasa video. - Learning the Linux File System🎬
Recommended! This video is really structured and well explained. Watch this if you have 30 minute.
- scp Command Tutorial📄
This article will help you learn scp (secure copy) command that can be used to transfer file from a Local System to a Remote, from a remote to local, and from remote to remote. - you will never ask about pointers again after watching this video🎬
This video will show you what a pointer is, as it applies to low level memory access, and how pointer syntax is in C in just 8 minutes video. - Big Endian and Little Endian🎬
Short explanation video about little endian and big endian that you need for learning material this week.
- Swap Explanation🎬
This video will teach you how the mechanism of swap from main memory to secondary memory and from secondary too main memory in a short and clear explanation. - Page Table Explanation🎬
This video will explain how to do translation with page tables, make the translation table size manageable with pages, and explain about page table entries and page offset address. - Virtual Memory Quiz📄
I think questions from this website will help you ace the weekly quiz, good luck!
- Process vs Thread📄
This article will help you understand the differences between process and thread. - Concurrency vs Parallelism🎬
This video will give you explanation about the differences between concurrency and parallelism, and I think it will help you answer the week 6 quiz easier. - Unix Threads in C🎬
This is a youtube video playlist about how to use threads under linux in C.
- Semaphore in OS📄
This article will help you understand semaphore in OS. - Semaphore Quiz📄
There are many true/false problems on this website that will help you get familiar with the Week 7 quiz - Semaphores Video🎬
This video will explain about semaphore, including wait() and signal() operations, binary semaphore, and counting semaphore.
- LFS VID TUTORIAL🎬
yes this will help you build linux from scratch. it's so recommended for you to watch these vid when you want to do assignment week 8 - lfs build book📄
absolutely, this is the main source for assignment week 8 - swap tutorial📄
you probably need this if your storage is full.