Personal VPN server

Linux

I was not a big fan of traditional VPN services (which are highly centralized and slow) until Wireguard has arrived and was merged into Linux Kernel; a VPN for this century, peer to peer with state of the art cryptography. [Read More]

Use Linux kernel module

Kernel

In Part 1 I wrote a simple Linux kernel module, called World, in Part 2 I configured that module, now it's time to use that module from within kernel space (another kernel module). [Read More]
linux  kernel  module  c