LINKS
Week 01
- Vim Basics in 8 Minutes —
This video introduce me to the world of terminal text editor!
It dives in on how to use the vim text editor.
- Basic Linux Commands You Should Know —
I use this as a cheatsheet whenever I’m using the linux terminal!
It’s pretty convenient and gives the brief explanation for each basic commands.
https://www.youtube.com/watch?v=-HycpQEFESY
Week 02
Week 03
- Linux 101: How to use the mount command —
A quick 2 minute introduction video about mount command. Gives me a quick explanation about mounting and what is it for.
- Mounting and Unmounting Disks/Partition —
This video tells me more about mounting and unmounting that I’ve done on WEEK03’s assignment. It gives a good explanation regarding mounting and it’s commands like mount with -t option, mount with -o options, etc.
Week 04
- The mind behind Linux | Linus Torvalds | TED —
A talkshow make by TED with Linus Torvalds as the maker of Linux and Git. It shows how a person like Linus works and thinks, an interesting video to show the history of how Linux was humbly made just for a project by Linus and unexpectedly blown up by people finding it super useful and help him building the project.
- Memory Management —
Video by Tutorialspoint that describes how memory management works in operating system, including address binding, etc.
Week 05
- Linux Directories Explained in 100 Seconds —
Quick short video about Linux Directories. It gave me a more understanding about how and why are some folder is in the linux directories itself.
- How to check memory on Debian Linux —
This article gave us a general guide on how to check on free and used memory on Debian through command line. Since this week’s assignment is about how memory usage limitation could give a difficulty for debian to start up it’s system. I got curious about the memory system on debian and found out this article.
Week 06
Week 07
Week 08
Week 09