Installing WireGuard Module on Synology NAS11 November 2025·298 words·2 minsSynology Wireguard Vpn Nas NetworkingA step-by-step guide to installing the WireGuard VPN module on your Synology NAS.
MongoDB Shell Cheatsheet5 November 2025·322 words·2 minsMongodb Database CheatsheetEssential MongoDB Shell commands for database and collection management, CRUD operations, indexing, and aggregation.
Linux Network Debugging Cheatsheet29 October 2025·1328 words·7 minsLinux Networking Debugging CheatsheetQuick reference for essential Linux networking commands and troubleshooting techniques.
Using Gitmoji to add intention to commit messages22 October 2025·533 words·3 minsGit Vscode Emojis Productivity DevelopmentEnhance your commit messages with Gitmoji to improve clarity and intention.
What about watermarking?15 October 2025·534 words·3 minsPhotography PrivacyA brief overview of watermarking in photography and its implications.
What about EXIF metadata?10 October 2025·410 words·2 minsPhotography PrivacyA brief overview of EXIF metadata in images and its implications.
Free ports 80 and 443 on Synology NAS7 October 2025·347 words·2 minsSynology Nas Ports NetworkingHow to free up ports 80 and 443 on a Synology NAS.
Fix TUN/TAP not available on Synology NAS10 June 2024·212 words·1 minSynology Openvpn Nas NetworkingIf 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.
Fix a corrupt zsh history file17 November 2023·69 words·1 minZsh History TroubleshootingHow to fix a corrupt zsh history file
Optical character recognition7 July 2023·95 words·1 minPython Opencv Pytesseract Ocr Image-ProcessingExtract text from images using Python with OpenCV and Tesseract OCR.
Python Lists and Dictionaries14 February 2023·346 words·2 minsPython Lists DictionariesHandy Python snippets for working with lists and dictionaries.
Python Files and Directories13 February 2023·387 words·2 minsPython Files Directories Pathlib Filesystem ConcurrencyMaster Python file and directory operations with practical examples and performance optimizations.
Distance Heuristics for Pathfinding on a 2D Grid5 December 2022·159 words·1 minAlgorithms Pathfinding HeuristicsCommon distance heuristics used in pathfinding algorithms on a 2D grid
Linting and Configuration3 November 2022·148 words·1 minPython Linting Configuration Black Pylint Pre-CommitImprove your Python code quality with linting and configuration tools.
Install Zsh and Starship27 October 2022·144 words·1 minZsh Starship Terminal ProductivityEnhance your terminal experience with Zsh and Starship prompt.
Install Portainer as container19 October 2022·222 words·2 minsDocker Containerization DevopsInstall Portainer as container
Install and configure Docker19 October 2022·231 words·2 minsDocker Containerization DevopsStep-by-step guide to install and configure Docker on your system.
DevPi Server as local PyPi mirror19 October 2022·165 words·1 minPython Pypi Devpi Mirror PipSet up a local PyPi caching mirror with DevPi Server