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 / 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 November 8, 2024 00:07
Jellyfin + NGINX
@icedterminal
icedterminal / moved.md
Last active May 12, 2023 08:31
Custom Context Menu Entry
@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 / vmxfile.md
Last active October 20, 2024 15:18
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.
@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