Hosting a website on TOR... This is a beginner friendly introduction to how to host a web site on the TOR network.
Linking and Loading of a Computer Program...C program perspective An overview of the process required to properly connect and load pieces of code generated by compilers
How compiled computer languages are made? An Overview... Glance over the process of compilation, linking and loading which makes it possible to run a binary code over a processor unit.
Anonymity Online...Proxies, VPN and TOR... An overview of the high level activities of online protocols which claim to be safe for you.
Anatomy of a Linux Distribution...Create a Debian spinoff... A trip through the major components that make up a working Linux OS.
Virtualization in Linux...Virtual Machines and Containers... Implementing features of the Linux kernel that make it possible to run virtual machines and containers on the top of the operating system.
Linux : Implementing pthreads! Linux does not have a concept for threads, yet it is possible to implement features of POSIX threads just by using the clone() syscall
Introduction to Device Drivers...in Linux... A brief overview of the procedure to write your own character device driver in Linux.