os232

LINKS

  1. Operating System Concepts
    The first chapter provides a brief introduction and general explanation of system operation.

  2. Shell scripting tutorial
    Exploring shell scripting step by step with this tutorial series. Every tutorial page reveal new aspect of shell scripting. Here, the complexities behind shell scipting is broken down

  3. Linux Crash Course of terminal commands
    The given youtube link provides list of user-friendly commands which help to inspect your hardware. The explanations are clear and easy to understand.

  4. Structured cheatsheet of regular expression
    The given pages provides a detailed information in form of cheatsheet for Regular Expression, as known as regex which categorized to several section.

  5. Linux - Tutorial for Beginners
    This youtube link provides a beginner friendly tutorial for linux. The explanation are clear and the accent are easy to understand.

  6. Bash Scripting Tutorial for Beginners
    The given youtube link provides a tutorial for beginner. Some of the information might be helpful for future assignment.

  7. the Linux File System explained in 1,233 seconds // Linux for Hackers // EP 2
    The given short video describes the Linux File System in less than 25 minutes covering hard drives, printers, network setups, CD-ROMs.

  8. mounting and unmounting disks/partitions - Linux Command Line tutorial for forensics - 15
    The given youtube video might be helpful for this week’s assignment.

  9. How to Create a Simple Makefile - Introduction to Makefiles
    The given short youtube video provides a tutorial on how to make a simple “Makefile”

  10. Makefiles: 95% of what you need to know
    The given short youtube video explains more in-depth on “Makefile”

  11. Learning the Linux File System
    This video explains the Linux file system in a structured and detailed way.

  12. virtual hard disk (VHD)
    The given article describes the main difference between our physical disks and virtual disk clearly

  13. Vim Cheat Sheets
    The given link provied vim cheatsheet which may be helpful for Operating System.

  14. C in 100 Seconds
    The given youtube link describes C simply in 100 seconds

  15. Memory Allocation
    The given article describes Memory Allocation in C in a detailed way.

  16. Virtual Memory in Operating System
    The given article describes how virtual memory works in operating system in clearly.

  17. How does KERNEL memory allocation work?
    The given youtube video describes memory allocation in kernel

  18. Process & Conncurrency
    The given youtube video provides explanation to help understanding more about process and concurrency

  19. Process Synchronization In Operating System
    The given youtube video provides a simple illustration of the synchronization process.

  20. Quick explanation: Critical section
    The given youtube video provides a quick yet descriptive explanation about the critical section.