Skip to content

Instantly share code, notes, and snippets.

View sjuut's full-sized avatar

Justin Brederveld sjuut

View GitHub Profile
[Patched Kernel]
kernel=kernel.bin
[Patched SecureMonitor]
secmon=secmon.bin
[Injected KIP1]
kip1=sysmodule.kip1
# You can mix options in the individual sections, possible are 'warmboot', 'secmon', 'kernel', 'kip1'.
@17twenty
17twenty / cheatsheet.md
Last active March 3, 2021 05:16
Docker - A Cheatsheet

Docker Cheatsheet

Docker Registries & Repositories

Login to a Registry

docker login
docker login localhost:8080

⚠️ this is now stupidly out of date

Computers

  • 13" Macbook Pro 3.3 GHz i7 (late 2016)
  • Microsoft Surface Book (2016)

Peripherals

@alirobe
alirobe / reclaimWindows10.ps1
Last active July 3, 2024 09:36
This Windows 10 Setup Script turns off a bunch of unnecessary Windows 10 telemetery, bloatware, & privacy things. Not guaranteed to catch everything. Review and tweak before running. Reboot after running. Scripts for reversing are included and commented. Fork of https://github.com/Disassembler0/Win10-Initial-Setup-Script (different defaults). N.…
###
###
### UPDATE: For Win 11, I recommend using this tool in place of this script:
### https://christitus.com/windows-tool/
### https://github.com/ChrisTitusTech/winutil
### https://www.youtube.com/watch?v=6UQZ5oQg8XA
### iwr -useb https://christitus.com/win | iex
###
###
# Defaults / Configuration options for homebridge
# The following settings tells homebridge where to find the config.json file and where to persist the data (i.e. pairing and others)
HOMEBRIDGE_OPTS=-U /var/lib/homebridge
# If you uncomment the following line, homebridge will log more
# You can display this via systemd's journalctl: journalctl -f -u homebridge
# DEBUG=*
# Place in the folder where all the libdrc dependencies are.
#
# Remove the mac80211 module and load the patched one
# For this to work we need to first unload all the wifi modules, load
# the patched mac80211 stack and then load back the wifi modules.
# After this hostappd and netboot are started. One can connect to both of them via sudo screen.
WLAN=wlan1 # Interface Name
BSSID=34:af:2c:4d:a7:65 # BSSID of the WiiU pad
DOMAIN=AT # The regulatory domain for WiFi