Skip to content

Instantly share code, notes, and snippets.

View mitanshu7's full-sized avatar
🏠
Working from home

Mitanshu Sukhwani mitanshu7

🏠
Working from home
View GitHub Profile
@mitanshu7
mitanshu7 / install-cloudflared.md
Last active July 10, 2025 18:36 — forked from sarkrui/install-cloudflared.md
Install Cloudflared on Alpine Linux, Raspberri Pi Zero 2W.

Cloudflared Setup Guide

This guide will walk you through setting up Cloudflared on your system.

Pre-Requisites

You need to have administrative (doas) access to your system.

Add nano editor using: doas apk update && doas apk add nano

@mitanshu7
mitanshu7 / Tailscale without root.md
Last active May 20, 2025 03:30
Tailscale without root

Fetch appropriate binaries from here: https://pkgs.tailscale.com/stable/#static

Make them executible with:

chmod +x /home/mitanshu/tailscale/tailscaled
chmod +x /home/mitanshu/tailscale/tailscale

Create a bash script with nano /home/mitanshu/tailscale/start_tailscaled.sh: