os231

By Farras

HOMELINKSLOGTARBALLGITHUB


LINKS

Week 01

  1. RexEgg
    All about regular expressions (regex), tutorials & cheatsheets. Helped me a lot while i was doing my W01 filter.sh script.

  2. Unix StackExchange
    Basically pretty similar to StackOverflow except this one is more centered in Unix & Linux stuffs. Always been helpful so far.

Week 02 & 03

  1. RedHat
    One of linux essentials on how to create and delete files and directories. Good stuff!

  2. Linux Journal
    All about Encrypted tarballs with GnuPG and Tar, guided me through GnuPG ins and outs especially on how to create an encrypted compressed (xz) TARBALL.

Week 04

  1. The Linux Programming Interface
    A Linux & Unix System Programming Handbook essentials about TLPI’s.

Week 05

  1. Debian - Minimum Hardware Requirements
    Useful guidance on how low can my machine allocate its resources, especially memory in order for it to still be working viably. For reference, my machine can go as low as 256MB, anything lower than that will leads to “Warning & Out Of Memory” Errors.

Week 06

  1. GeeksForGeeks
    Fork System Call (fork()) in C language. This website contains informations about how to fork() in C.

Week 07

  1. Introduction of Process Synchronization
    This website contains the general information we need to know about Process Synchronization.

  2. Deadlock in Operating System
    This website explains about deadlock in Operating System including examples.