LINKS
Week 01 | Week 02 | Week 03 | Week 04 | Week 05 | Week 06 | Week 07 | Week 08
ALL ABOUT OPERATING SYSTEMS SUBJECT @ UNIVERSITY OF INDONESIA
WEEK 01
WEEK 02
WEEK 03
WEEK 04
Topic |
Type |
Description |
How to backup and restore Virtualbox Machines? |
Video |
Genuine (ORI) Computer Science students back up their OVAs! Fake (KW) students keep sobbing because they don't have any backup. In this video tutorial you will learn to backup and restore the Virtualbox Machines to and from an extra Virtual Disk. |
How to Securely Copy Files in Linux |
Article |
If you encounter any issues while copying files from your local directory to your VM, or from your VM to Mr. RMS's os1, you can refer to this article for assistance in finding solutions. |
WEEK 05
Topic |
Type |
Description |
5 Commands For Checking Memory Usage In Linux |
Article |
Since one of this week's assignment is about memory of the Virtual Debian Guest, the article above will provide you information on how to check for memory usage in Linux. |
Binary Search |
Article and Video |
Still regarding this week's assignment on finding how low memory can we go, i use a method called Binary Search (or Binary Search The Answer) to find the lowest memory I can go for my Virtual Debian Guest. This method will help you fasten the process effectively and correctly rather than doing Brute Force. |
Brute Force Approach and Its Pros and Cons |
Article |
Yup, since i mentioned about Brute Force above, here is an article about Brute Force method that will also guide you to find the lowest memory you can go (you will get the same result as using Binary Search) but of course, with longer duration. |
WEEK 06
WEEK 07
Topic |
Type |
Description |
FANG Interview Question | Process vs Thread |
Video |
Explains the differences between processes and threads, focusing on their memory usage, execution, and communication. It highlights how threads share the same memory space while processes have separate memory, making threads more efficient for communication but less isolated. |
WEEK 08
Topic |
Type |
Description |
Linux From Scratch: Setting The $LFS Variable |
Article |
The article serves as an introduction to the Linux From Scratch (LFS) project, detailing its objective of guiding users through the process of building a customized Linux system entirely from source code. It emphasizes the educational benefits of this hands-on approach, allowing users to gain a deeper understanding of Linux's internal mechanisms and fostering greater control over their operating system configuration. |
Is $LFS == /mnt/lfs ? |
Article |
The instructions and commands to verify if the environment variable $LFS is set to /mnt/lfs and if the directory /mnt/lfs exists. |