OS202

Logo

View the Project on GitHub MDzkM/os202

« Back

Top 10 List of Week 02

  1. Bash Scripting: While Loop

    Quick read on the introduction of while loops in bash.

  2. Bash Scripting: Conditional Statements

    Condensed introduction to conditional statements.

  3. Bash Variables Are Untyped

    Brief explanation why bash variables are able to be cast into different types.

  4. How to convert string to integer in bash and perform arithmetic operations

    I found this thread useful when trying to create my script and needed to perform arithmetic operations based on the user’s input.

  5. Bash Scripting: Arrays

    I used this website for my reference in creating myscript.txt.

  6. Bash Scripting: For Loop

    Loop variant that I want to try and integrate into my script to improve its usage and effectiveness.

  7. Difference between Protection and Security

    This website explains it quite clearly that protection refers to internal threats and security refers to external threats to a computer.

  8. Bash Scripting: Crash Course

    A comprehensive tutorial on bash scripting for beginners.

  9. Difference between cloud and virtualization

    From what I’ve read here virtualization is a technology to create multiple simulated environments from a single physical system, while cloud is a product of virtualization.

  10. What is GPG, how to use it, and why?

    It explains how public encryption key works and its usage.