Understanding the basics of containerization and why it's important Developers can package an application, its dependencies, and its configuration into…
Featured Posts
Detecting DE-AUTH packets on your wifi
Every now and then, some teens or wannabe hackers (or real ones) run a de-auth attack on the wifi signals…
ffmpeg cheat sheet
I often forget the commands to do conversion of video or audio files. While bigger conversion I would use Handbrake,…
Latest Posts
Raspi-Deadite
This is a home-made project I was longing to do. I started a bit more…
Git cheat-sheet
Squash all commit history to a single commit git rebase --root -i For each commit…
Running a minimal Ubuntu Server on VirtualBox
Running Ubuntu Server on VirtualBox has many benefits for both personal and business use. One…
Introduction to Kubernetes and container orchestration
Understanding the basics of containerization and why it's important Developers can package an application, its…