Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View LittleFox94's full-sized avatar
🏳️‍⚧️
trans rights are human rights

Mara Sophie Grosch LittleFox94

🏳️‍⚧️
trans rights are human rights
View GitHub Profile

Keybase proof

I hereby claim:

  • I am littlefox94 on github.
  • I am littlefox (https://keybase.io/littlefox) on keybase.
  • I have a public key whose fingerprint is F05C B543 656D 2D08 96E0 711A 0C69 024C 97FC 6451

To claim this, I am signing this object:

@LittleFox94
LittleFox94 / nginx.conf
Created June 11, 2020 22:27 — forked from regadas/nginx.conf
nginx cached forward proxy #example
user www-data;
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 2048;
multi_accept on;
use epoll;
}
@LittleFox94
LittleFox94 / nginx.conf
Created June 11, 2020 22:27 — forked from regadas/nginx.conf
nginx cached forward proxy #example
user www-data;
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 2048;
multi_accept on;
use epoll;
}
@LittleFox94
LittleFox94 / dominos-dark.css
Created November 20, 2020 20:37
Dark theme for dominos.de
body.white-background.de {
background-color: #303030 !important;
color: white;
}
a {
color: white;
}
.stage:not(.complete):not(.current) .svg-container {
@LittleFox94
LittleFox94 / grub2-mkfloppy
Created June 11, 2021 22:41
Create grub2 floppy images with ease - opinionated, paths for debian-installed grub hard-coded
#!/bin/sh -eu
keeptemporary=""
outfile="floppy.img"
modules=""
modules_default="biosdisk part_msdos fat multiboot configfile ls cat help"
help() {
cat <<EOF
Usage: $0 -o outfile.img -m vbe -m multiboot