permalink |
---|
LINKS/ |
By Ikhlasul Akmal Hanif
[HOME]({{ site.baseurl }}/) ---
[LOG]({{ site.baseurl }}/TXT/mylog.txt) ---
[LINKS]({{ site.baseurl }}/LINKS/) ---
GITHUB
- REGEX IN 100 SECOND
This video is great to give a quick overview about regex. - LEARNING REGEX
This video helped me learn the basics for regex. - AWK WITH EXAMPLES
If you are having a hard time understanding awk, learning with examples are one way to do it.
- REINPUT PASSPHRASE
If you input a wrong passphrase and want to "reset" it you can follow the steps on the link above. - 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. - EDITING WITH VIM
If you are trying to learn vim quickly, here is another 1 minute video explaining vim.
- 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. - SED WITH EXAMPLES
GFG website, quick and simple to review and learn about sed. - LINUX FILE SYSTEM EXPLAINED
A quick 15 minutes videos explaing linux file system.
- C POINTERS EXAMPLE Simple website, explaining c pointers with examples.
- C POINTERS QUICK OVERVIEW This video give good and quick overview for c pointers.
- C FOR JAVA PROGRAMMERS Very detailed guide to c for java programmers.
- HOW DOES MEMORY WORKS IN VIRTUAL BOX?
Quick answer to this question. - C FUNCTIONS
About C functions as simple as that, increasing your c knowledge is always good. - VIRTUAL VS PHYSICAL MEMORY
Good website explaining the differences between 2 types of memories.
- WEB EXPLAINING FORK IN C
Website explaining how for works in C. - FORK FUNCTION IN C VIDEO
Video from CodeVault explaining forks function.
- SCP File
Web explaining how to transfer file from remote to local and vice-versa. - Deadlock in OS
Explaing what is deadlock in OS.
- DIFF BETWEEN TROUGHPUT TURNAROUND AND RESPONSE TIME
Website explaining how to differentiate all the things above. - SJF
GFG Website explaining SJF.
- LINUX FROM SCRATCH EXPERIENCE
A blog about the writer experience and tips on attempting lfs. - LISTING ALL INSTALLED PACKAGES
Explaing how to list all installed packages to recheck after doing the chapter 6 and 7.