Opt-out preferences
Opt-out preferences Read More »
Setting up a VPN server at home can be frustrating. You usually need a public static IP address, a domain name, and have to deal with port forwarding. But what if your internet provider only gives you a private IP (behind CGNAT) — meaning you’re not even directly accessible from the outside? In that case,
Install Tailscale on OpenWRT TP-Link ER605 Router Read More »
This tutorial follows chill1Penguin’s method and worked, but it involves advanced procedures and carries significant risks, including permanently disabling your router. Installing 3rd party firmware usually voids the manufacturer’s warranty. Prerequisites TP-Link ER605 Version 2 chill1Penguin’s GitHub repository OpenWRT system upgrade Image SSH Client Ethernet Cable (direct connection to the router, last port at the
Flash OpenWRT on TP-Link ER605 V2 Read More »
Step 1: Download Raspberry Pi Imager and OS Visit the official Raspberry Pi website (https://www.raspberrypi.org/software/) and download the Raspberry Pi Imager tool suitable for your operating system (Windows, macOS, or Linux) and install it to on your computer. Also download the Raspberry Pi OS with desktop version. Step 2: Insert SD Card Insert a microSD
Install Raspberry Pi OS using Raspberry Pi Imager tool Read More »
This tutorial is about installing Openwrt firmware to Xiaomi Mi router 4A Gigabit edition using Windows 10 pro computer. Requirements: Windows 10 pro DockerDesktop Git Internet connection First, setup your Xiaomi router and connect your windows computer using ethernet cable. On your computer open Powershell as administrator. Install DockerDesktop with this command: Install Git Restart
OpenWRT Xiaomi Mi Router 4A Gigabit Edition Windows 10 Read More »
This tutorial starts from a fresh installed OS Lite and static ip address on eth0 and wlan0. We should connect on wireless instead of ethernet. In this tutorial, I’m configuring according to my network address but yours maybe different. You may follow this step by step tutorial but on ip addresses, please change according to
Share Raspberry Pi 4 Internet from Wifi to Ethernet Read More »
This will setup an access point on an Raspberry Pi 4 OS Lite. Ethernet port is connected to the internet, wireless will become an wireless access point and share the internet to any device connected to it. This tutorial starts from a fresh installed OS lite. Set Static IP Address Configure static ip using Dhcpcd
Setup a wireless access point on Raspberry Pi 4 OS Lite Read More »
Once you have installed the MQTT and Openhab 3, we are ready to configure it. In this tutorial we will use Sonoff Basic with Tasmota firmware. Add MQTT Binding To integrate MQTT in Openhab 3, login to Openhab interface and click settings. Under add-ons, click Bindings. At the bottom right, click the blue circle with
Configure Openhab 3 and MQTT on a Raspberry Pi 4 Read More »
This tutorial is about installing MQTT and Openhab 3 in a docker container. It will use docker-compose to run yaml file with MQTT and Openhab 3 configuration. First, we need to install Docker on Rasbperry Pi. Install Docker Compose on Raspberry Pi 4 Add pi user to docker group. To install docker compose, we need
Install MQTT and Openhab 3 in Docker Raspberry Pi 4 Read More »
Docker become very popular these days. Its a method of packaging your code, libraries etc. And by using docker compose, you can run the software on multiple devices without much setup. The easiest way to install docker is to download and run the docker script. To accomplish this, run this command: This script will do
Install Docker and Compose on Raspberry Pi 4 Read More »