Skip to content

Instantly share code, notes, and snippets.

@hkfuertes
hkfuertes / openwrt_tailscale_updated.md
Last active March 26, 2025 11:29
Guide to install latest version of tailscale on OpenWRT

Prerequisites

Tailscale is a heavy program, you most likely need to configure ex_root to be able to install it.

https://openwrt.org/docs/guide-user/additional-software/extroot_configuration

Installation

  VERSION=1.2.3 # Version as of Nov 6 2024
  wget -O luci-app-tailscale.ipk https://github.com/asvow/luci-app-tailscale/releases/download/v${VERSION}/luci-app-tailscale_${VERSION}_all.ipk
  opkg update
 opkg install ./luci-app-tailscale.ipk
@Eeyoresyndrome
Eeyoresyndrome / ublu38.md
Last active December 11, 2024 07:11
Universal Blue Kinoite or: How I Learned to Stop Worrying and Love the Immutable Desktop & Flatpak

Eeyore_Syndrome Presents:

Fedora Kinoite ublu.it Flathub

Universal Blue Kinoite or: How I Learned to Stop Worrying and Love the Immutable Linux Desktop & Flatpaks updated 04/30/23

~Written with love & mostly on my "Steam Desk" Steam Deck + Steam Deck Dock on my 4k TV on my beanbag.

TLDR: How to get an Immutable Fedora KDE Plasma Desktop setup for gaming on Linux. Brought to you by Universal Blue Project.


💬 It's (not just) Fedora Kinoite/ Fedora Silverblue with extra steps!

@HackingGate
HackingGate / image-build.sh
Last active March 22, 2025 10:20
upgrade ipk on OpenWrt
VERSION=19.07.7
# Download imagebuilder for R7800.
aria2c -c -x4 -s4 https://downloads.openwrt.org/releases/${VERSION}/targets/ipq806x/generic/openwrt-imagebuilder-${VERSION}-ipq806x-generic.Linux-x86_64.tar.xz
# Extract & remove used file & cd to the directory
tar -xvf openwrt-imagebuilder-${VERSION}-ipq806x-generic.Linux-x86_64.tar.xz
rm openwrt-imagebuilder-${VERSION}-ipq806x-generic.Linux-x86_64.tar.xz
cd openwrt-imagebuilder-${VERSION}-ipq806x-generic.Linux-x86_64/