Skip to content

Instantly share code, notes, and snippets.

View icedterminal's full-sized avatar
🌈
when in doubt, ctrl z

icedterminal icedterminal

🌈
when in doubt, ctrl z
View GitHub Profile
@icedterminal
icedterminal / about.md
Last active October 25, 2025 21:52
Jellyfin + NGINX
@icedterminal
icedterminal / Teredo.reg
Created July 16, 2021 21:59
Forces Windows Teredo to always Qualified
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TCPIP\v6Transition]
"Teredo_DefaultQualified"="Enabled"
"Teredo_RefreshRate"=dword:0000001e
"Teredo_ServerName"="win1910.ipv6.microsoft.com"
"Teredo_State"="Enterprise Client"
"Teredo_ClientPort"=dword:0000eb31
@icedterminal
icedterminal / terminal.sh
Last active September 30, 2022 21:06
Helpful macOS commands
#!/bin/bash
# Mount EFI
sudo diskutil mount EFI
# Rebuild Kextcache
sudo kextcache -i /
# Disable Gatekeeper. Allow apps from anywhere, unsigned
sudo spctl --master-disable