Skip to content

Latest commit

 

History

History
67 lines (66 loc) · 4.23 KB

links.md

File metadata and controls

67 lines (66 loc) · 4.23 KB
permalink
LINKS/

By Ikhlasul Akmal Hanif

[HOME]({{ site.baseurl }}/) --- [LOG]({{ site.baseurl }}/TXT/mylog.txt) --- [LINKS]({{ site.baseurl }}/LINKS/) --- GITHUB


Week 1

  1. REGEX IN 100 SECOND
    This video is great to give a quick overview about regex.
  2. LEARNING REGEX
    This video helped me learn the basics for regex.
  3. AWK WITH EXAMPLES
    If you are having a hard time understanding awk, learning with examples are one way to do it.

Week 2

  1. REINPUT PASSPHRASE
    If you input a wrong passphrase and want to "reset" it you can follow the steps on the link above.
  2. EDITING WITH NANO
    One of OS TA actually recommend to use nano instead of vim, if you are interested clink the link above for a quick 1 minute video explaining nano.
  3. EDITING WITH VIM
    If you are trying to learn vim quickly, here is another 1 minute video explaining vim.

Week 3

  1. INTRO TO C FOR JAVA PROGRAMMERS
    Good for Fasilkomers because we already learned Java, however the explanation are not quite the best. It's best to read the slides shown in the video.
  2. SED WITH EXAMPLES
    GFG website, quick and simple to review and learn about sed.
  3. LINUX FILE SYSTEM EXPLAINED
    A quick 15 minutes videos explaing linux file system.

Week 4

  1. C POINTERS EXAMPLE Simple website, explaining c pointers with examples.
  2. C POINTERS QUICK OVERVIEW This video give good and quick overview for c pointers.
  3. C FOR JAVA PROGRAMMERS Very detailed guide to c for java programmers.

Week 5

  1. HOW DOES MEMORY WORKS IN VIRTUAL BOX?
    Quick answer to this question.
  2. C FUNCTIONS
    About C functions as simple as that, increasing your c knowledge is always good.
  3. VIRTUAL VS PHYSICAL MEMORY
    Good website explaining the differences between 2 types of memories.

Week 6

  1. WEB EXPLAINING FORK IN C
    Website explaining how for works in C.
  2. FORK FUNCTION IN C VIDEO
    Video from CodeVault explaining forks function.

Week 7

  1. SCP File
    Web explaining how to transfer file from remote to local and vice-versa.
  2. Deadlock in OS
    Explaing what is deadlock in OS.

Week 8

  1. DIFF BETWEEN TROUGHPUT TURNAROUND AND RESPONSE TIME
    Website explaining how to differentiate all the things above.
  2. SJF
    GFG Website explaining SJF.

Week 9

  1. LINUX FROM SCRATCH EXPERIENCE
    A blog about the writer experience and tips on attempting lfs.
  2. LISTING ALL INSTALLED PACKAGES
    Explaing how to list all installed packages to recheck after doing the chapter 6 and 7.