Public Key Encryption -> This article provides an overview of public key encryption, a cryptographic system that utilizes a pair of keys β a public key, which is known to everyone, and a private key, which is kept secret by the owner..
Memanfaatkan GNU Privacy Guard (GPG) untuk data Encryption dan Digital signature -> The article serves as a beginner friendly tutorial on how to generate GPG and use it in several occasion such as data encryption and data signature.
60 Linux commands you need to know (in 10 minutes) -> The video uploaded by NetworkChunk, on of the most popular youtube channel in the field of IT Infrastructure and Security which explains about 60 essential Linux commands in 10 minutes!
Konsep Network Addresing -> Covers topics about network addressing, served in Indonesian.
Pointers in C -> Covers topic about C pointers for absolute beginner!
Synchronization & Deadlock -> Explains about what is synchronization and deadlock, the importance, and the common process of it.
Avoid Deadlocks -> Explains about synchronization deadlocks and how a to build a consistent, defined synchronization ordering to keep your apps running.