LINKS
- Operating Systems —
This site contains links to lecture materials, exam questions, and laboratory materials.
- Vim Crash Course For Beginners —
This is tutorial youtube to learn Vim for beginner
- Cyber Security Course —
This complete cyber security course you will learn everything you need in order to understand cyber security in depth. You will learn all the terminology related to cyber security
- Google —
If you are stuck and cannot do anything you can GSGS (Google Sana, Google Sini).
- Linux Command —
This is the top 60 essential Linux commands for research if you forget syntax in Linux
- C Tutorial —
This tutorial is especially good for understanding system calls, process management, and file handling in C. It’s geared toward computer science students and beginners who want to apply C for system-level programming.
- MIDTERM EXAM —
Example questions for last year’s midterm because the UTS will be held
- [fork C] (https://www-geeksforgeeks-org.translate.goog/fork-system-call/?_x_tr_sl=en&_x_tr_tl=id&_x_tr_hl=id&_x_tr_pto=tc){:target=”_blank”} —
Explanation about fork in C for creating a new process in Linux, and Unix systems, which is called the child process, which runs concurrently with the process that makes the fork() call (parent process).
- [Learn build OS from scratch] (https://www.youtube.com/watch?v=9t-SPC7Tczc&list=PLFjM7v6KGMpiH2G-kT781ByCNC_0pKpPN){:target=”_blank”} —
Playlist on creating an operating system from scratch, presented by PonchoTheOrange. The series covers fundamental concepts and practical steps for building a basic OS using C and Assembly. It guides through setting up a bootloader, handling interrupts, creating a simple kernel, and managing memory. Each video is designed to explain core OS components like file systems, drivers, and multi-tasking, giving viewers a hands-on approach to OS development, typically aimed at intermediate to advanced learners with knowledge of low-level programming.
REV:Sunday 8 Sep 2024 09.55