Skip to content

Instantly share code, notes, and snippets.

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

Wolfram Hüsken wolframite

🏠
Working from home
View GitHub Profile
@lg
lg / adding-tailscale-to-edgerouter.md
Last active April 11, 2024 07:44
Add tailscale to an EdgeRouter and surviving system upgrade

Adding tailscale to an EdgeRouter (and surviving system upgrades)

I suggest you run sudo bash on all of these so you're the root user.

Installing

  1. Download tailscale and put the files in /config/. Find the latest stable or unstable version for your EdgeRouter's processor (ex. ER4 is mips and ERX is mipself)
sudo bash    # if you havent already
@fgbreel
fgbreel / Dockerfile
Last active November 3, 2020 11:16
k8s nutshell
FROM debian:stable
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
python \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
EXPOSE "8000"
ENTRYPOINT ["python", "-m", "SimpleHTTPServer"]
@bishboria
bishboria / springer-free-maths-books.md
Last active June 8, 2024 06:39
Springer made a bunch of books available for free, these were the direct links