Top 10 List of Week 02

  1. Belajar Memakai GNU Privacy Guard (GnuPG/GPG)
    A very thorough guide and explanation to the GnuPG/GPG in Bahasa. The writer explained step by step on how to create a public key, subkeys each for signing, encryption, and authenticating.

  2. Cryptography: Crash Course Computer Science
    A crash course video on cryptography. The video explains a general information about cryptography, including its history and modern usage now. It’s quite a compressed version of what the OS book reference explains.

  3. Cryptographic Attacks: Types of Attacks with Examples, and How to Defend Against Them
    An article about types of Cryptography attacks and possible ways to defend against them. I searched this because I wanted more explanation of Cryptography attacks.

  4. C Programming Tutorial for Beginners
    A very thorough tutorial on C programming language by freecodecamp.org. I’ve learned Django from them before, so you guys should try learn C from here.

  5. GeeksforGeeks: C Programming Language
    A complete collection of C programming tutorials. You can learn from the basics, or specific sections, or even quizzes!

  6. C Programming Language Cheat Sheet
    A neatly written cheat sheet for C programming language. Complete with examples and outputs. The site also has other resources on the C language and other language.

  7. Differences between –sign, –clearsign, and –detach-sig
    There are –sign, –clearsign, and –detach-sig. This manual explains the differences and when to use cases.

  8. Bash Script Cheat Sheet
    A quick cheat sheet when making useful bash scripts.

  9. Petunjuk Penggunaan Bash Script (dengan Contoh)
    A guide to creating bash script, written in Bahasa.

  10. Bash Scripting Full Course 3 Hours
    A full guide to bash scripting in video. For people who needs to be demonstrated, this would be better.