Skip to content

Instantly share code, notes, and snippets.

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

Brendan brenr

🏠
Working from home
View GitHub Profile
@brenr
brenr / .zshrc
Last active February 18, 2021 22:12
My zsh profile
# Set up the prompt
autoload -Uz promptinit
#compinit
promptinit
prompt adam1
setopt histignorealldups sharehistory
# Use emacs keybindings even if our EDITOR is set to vi
@brenr
brenr / openwrt-tethering.md
Last active May 8, 2025 06:23
OpenWRT Smartphone Tethering

OpenWRT Router Pre-configured for Smartphone Tethering

In this guide, I'll be using:

  • iPhone 12 Pro on iOS 15.1.1 as my tethering device
  • Raspberry Pi 4 with OpenWRT version 21.02.1
  • 64GB Sandisk micro SD card

The goal with this guide is to create a pre-configured OpenWRT router that:

  • Is plug and play to provide out-of-the-box smartphone tethering
  • Supports both iPhone and Android (comment below if you are having any issues).