Useful Links for Operating System Course

1. Linux Commands

Some useful commands in linux terminal

2. Regex Expressions

Cheat sheet of regrex expression and processing to be used in linux

3. More information wih sed & awk

Videos explaining more detailed about the command of sed and awk

4. Vim editor command

Complete command of vi text editor

5. C command in linux

Command of how to run c files in linux

6. Shell script making video playlist

Youtube playlist of learning shell script commands in linux

7. Crash course video of file and file systems

Youtube crash coures video as an additional detailed explanation towards file systems and files

8. C Language cheat sheet

Use this sheet on looking a strange command in c that you didn’t know, the cheat sheet might help you to understand the code you read.

9. More explanation on pointer and reference in c

A brief and clear youtube explanation of poointers * and adress & to increase understanding

10. A great Youtube video plyalist of operating system explanation

This video playist will help to give better understanding towards operating systems lesson in detailed, also complete with easy to understand examples.

11. Explanation of page replacement algorithm

This gives a better understanding of the page replacement algorithm with great examples.

12. Help if can’t login to ssh(just blank screen after typing ssh command)

I once have a problem of writing ssh command and being greeted by only a blank console, the command in the link above helpto solve this issue and will be able to re-enter to the ssh account

13. More explanation about deadlock

A more detailed and deeper explanation regarding deadlocks

14. Solution for g++: fatal error: killed signal terminated program cc1plus

Upon installing I encountered this problem if someone had the same problem this link might be useful to solve it