Skip to content

Instantly share code, notes, and snippets.

View beforeyouknowit's full-sized avatar

Ashley Theiss beforeyouknowit

View GitHub Profile
@Jxck-S
Jxck-S / ProxmoxZeroTierCTFix.sh
Created November 17, 2025 17:29
ZeroTier LXC TUN fix setup script for Proxmox 9
#!/bin/bash
# ZeroTier LXC TUN setup script for Proxmox 9
# Stops container, sets up /dev/net/tun, updates config, restarts container
# This fixes the ZeroTier error:
# "ERROR: unable to configure virtual network port: could not open TUN/TAP device: No such file or directory"
read -p "Enter the container ID (CTID): " CTID
# Stop the container
echo "Stopping container $CTID..."
@adtac
adtac / README.md
Last active December 25, 2025 23:55
Using your Kindle as an e-ink monitor

3.5 fps, Paperwhite 3
@adtac_

step 1: jailbreak your Kindle

mobileread.com is your best resource here, follow the instructions from the LanguageBreak thread

I didn't really follow the LanguageBreak instructions because I didn't care about most of the features + I was curious to do it myself, but the LanguageBreak github repo was invaluable for debugging

anonymous
anonymous / config.json
Created February 19, 2015 01:59
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",
@StefanPetrick
StefanPetrick / crosswipe
Created December 6, 2014 15:59
cross wipe
// the animation itself
// basically just moves the noise in 2 dimensions
// and oscillates the border for the mapping methods
void CrossNoise2() {
currentPalette = RainbowStripeColors_p;
noisesmoothing = 20;
y[0] += 100;