Skip to main content

Posts

Welcome to my blog! Here you’ll find a collection of my latest posts, insights, and tutorials on various topics related to technology, programming, self-hosting, and more.

2026

2025

MongoDB Shell Cheatsheet

·322 words·2 mins
Essential MongoDB Shell commands for database and collection management, CRUD operations, indexing, and aggregation.

What about watermarking?

·534 words·3 mins
A brief overview of watermarking in photography and its implications.

2024

Fix TUN/TAP not available on Synology NAS

·209 words·1 min
If you’re looking into running OpenVPN on your Synology NAS, you may have come across the following error: ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2). Let’s see how to fix it.

2023

Python Files and Directories

·387 words·2 mins
Master Python file and directory operations with practical examples and performance optimizations.

2022

Linting and Configuration

·148 words·1 min
Improve your Python code quality with linting and configuration tools.