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 / 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
@icedterminal
icedterminal / moved.md
Last active May 12, 2023 08:31
Custom Context Menu Entry
@icedterminal
icedterminal / moved.md
Last active May 12, 2023 08:32
Create a reg white list of devices that may trip DMA
@icedterminal
icedterminal / filters.md
Last active September 22, 2023 14:50
Filters for uBlock Origin extension.

uBlock Origin Filters

Browser
Firefox
Chromium

View the extension settings and click the "My Filters" tab.

Manifest v3 hampers this extensions ability to work as intended in most Chromium browsers. Firefox should be your choice if you value the power the of this extension. If you want to use a Chromium based browser, consider Vivaldi or Brave.

@icedterminal
icedterminal / about.md
Last active April 2, 2024 06:28
Jellyfin + NGINX

Jellyfin + NGINX

Reference configuration files for using Jellyfin with NGINX.

https://docs.icedterminal.com/en/linux/jellyfin

  • Last updated: 2nd January, 2024
  • Supports NGINX mainline releases with OpenSSL 3+. The minimum required verison is 1.25.1.

Notes

The config files are used with my own custom build of NGINX. Things you will not have access to with a vanilla build (mainline) are commented out. This being Brotli and HTTP3. I have left these in if you want to use a custom build.

@icedterminal
icedterminal / vmxfile.md
Last active April 21, 2024 01:41
Hide VM status in guest OS (VMWare)

Hide VM Identification in VMWare (Stealthy)

Tested using WorkStation Pro 16.x, Windows host and guest in UEFI mode, using an Intel CPU.

  1. Create a Windows 10 VM.
  2. Edit VM settings Processor section. Enable (tick) these:
    • Virtualize Intel VT-x/AMD-V
    • Virtualize CPU Performance Counters
    • Virtualize IOMMU
  3. Install Windows 10 in VM.