LINKS

  1. awk example
    We can learn more about awk through some examples here. I find it can build my sense about awk.
  2. scripting basic
    This site helps us to understand basic things of scripting. It’s very helpful for beginners.
  3. basic c programming
    As a beginner in C, I learn all the basics here. I like the way how this site deliver about C. There are also pretty much examples, so it gets easier to understand.
  4. intro to cyber security
    So much insight from this video.
  5. Linux File Hierarchy Structure
    This site helps me to learn about linux file hierarchy. It also explain each root directories in understandable words.
  6. Memory Management
    This site explain basic concepts of anything about memory management. It also provide visualization in each topic, so you won’t be confused while learning this week lesson.
  7. pointer in c
    I highly recommend this site for learning about pointer in C. This site has good explanation about C and also some simple examples about ptr things:)
  8. Virtual Memory in OS
    In week 5, we learn about virtual memory. This site is really helpful to understand overview of virtual memory.
  9. fork in c-lang
    This site give basic and simple examples about fork() and they explain it clearly. Although given examples are pretty easy, but those stuffs help me understand harder problems.
  10. more about fork()
    I think another alternative for this video’s thumbnail or title is “Helping You in One Night Before Exam”
  11. Semaphore in c
    I learn about semaphore in here (besides demo and slide). The examples given on this site are simple though those all are still worthy about this lesson.