Solo trip to Chakrata

Share

In the month December, usually I avail all my leftover leaves. In 2024, my kids school session continued till December end. So I decided to venture alone for a random unplanned trip to make best use of holiday season. Packed few clothes, fruits I headed towards Kalesar national park from Kurukshetra. Reached there in less […]

Secure home network with raspberry pi based VPN gateway

Share

First walk through https://www.mka.in/wp/create-own-wifi-router-using-raspberry-pi-4/ to configure raspberry pi as wireless router. To build VPN gateway, I have used openvpn software and VPN services from https://www.cactusvpn.com, as it offered free 3 day trial without saving payment options. After making openvpn functional as gateway for entire home, I can change to other VPN providers or can extend […]

Raspbian distro upgrade

Share

My Raspberry pi boards are running on “buster” and now since “bullseye” is out, I thought to update them. While doing this, I thought to capture steps to help others. Here are the steps. First update repositories Now run full upgrade command Update raspberry pi firmware Next edit source.list at /etc/apt/sources.list to change distro from […]

Grafana behind apache proxy

Share

It is always a good idea to expose Grafana like web apps on network via a standard web proxy. In this write up, I will mention required configuration updates in grafana and apache to achieve this. Grafana installation by default listens of all network interface IPs on port 3000/tcp. First let us restrict it on […]