Pi-hole on Raspberry Pi with Docker: Network-Wide DNS Ad Blocker Setup Guide
Aug 29, 2026 · 11 min read
Complete practical guide to running Pi-hole on Raspberry Pi using Docker: Docker Engine installation, compose configuration, router DHCP setup, and network-wide ad blocking for all devices including IoT endpoints.
MQTT Protocol: A Practical Guide with Code Examples, Libraries, and Real-World Use Cases
Aug 27, 2026 · 8 min read
A practical guide to MQTT protocol for embedded systems and IoT. Learn how MQTT works, QoS levels, retained messages, libraries in C/Python/JavaScript/Go, and real-world use cases with code examples.
SNMP in Linux: Practical Setup, Secure Defaults, and Useful Commands
Jul 24, 2026 · 2 min read
A short practical guide to SNMP on Linux: what it is, when to use it, secure SNMPv3 setup, useful commands, and troubleshooting.
Linux NTP: Practical Settings and Usage
Jul 24, 2026 · 2 min read
A short practical guide to configure NTP on Linux using chrony, systemd-timesyncd, and ntpd, with simple verification and troubleshooting steps.
What Is a Reverse Proxy? A Simple Beginner Guide with Docker and Nginx
May 24, 2026 · 3 min read
A beginner-friendly explanation of reverse proxy, with a local Docker Compose and Nginx example using a configurable .env file.
NMEA 2000 Implementation: Address Claim, Heartbeat, and Alarm Messages
May 29, 2025 · 3 min read
Practical implementation guide for NMEA 2000: address claim messages, heartbeat behavior, and standard PGN alarm publishing.