Recent posts

Introduction to Pyenv for Linux Users

3 minute read

Hello, In this article I will introduce you to pyenv, a tool for managing python environments. Installing pyenv is pretty straight forward, you’ll need to ...

LeetCode: Find The Town Judge

1 minute read

Hello In this article I will present you my Python3 solution for the following problem which I found on LeetCode: find-the-town-judge. Note: The solution i...

Multi Touch Gestures on Linux

less than 1 minute read

Hello, I’ve been using Linux full time on my work laptop and one thing that I really miss from the Macbook is the multi touch gestures. I often find myself ...

Nucu Car: Devlog 0x02

2 minute read

Hello, I’m still working on my NucuCar project from time to time, I’m currently at my parents home and I left the raspberry pi at my apartment so I’m only t...

Firebase REST Authentication

1 minute read

Hello, In this article I will show you how to authenticate to Firebase and secure the databases with some simple security rules. I’m using this setup for my...

Brute-forcing passwords with Hydra

less than 1 minute read

Hello, In this article you will find the solutions for the Hydra room on Try Hack Me. Link: Almost every bruteforcing or cracking task from HackTheBox/Try...

picoCTF2019 Reverse Engineering Asm

2 minute read

Hello, here’s my take on the picoCTF2019 reverse engineering asm challenges. If you don’t know assembly, please watch a few tutorials on it: asm1 –...