Skip to content

Instantly share code, notes, and snippets.

View 0n1cOn3's full-sized avatar
:octocat:
Broken links, here and there. But the backend works πŸ€ͺ

0n1cOn3 0n1cOn3

:octocat:
Broken links, here and there. But the backend works πŸ€ͺ
View GitHub Profile
@WitherOrNot
WitherOrNot / tspkgen.py
Last active January 16, 2026 21:09
Terminal Services License Server ID + License Key Pack generator
from Crypto.Cipher import ARC4
from hashlib import sha1, md5
from random import randint
from ecutils.core import Point, EllipticCurve
from sys import argv
KCHARS = "BCDFGHJKMPQRTVWXY2346789"
SPK_ECKEY = {
"a": 1,
@PROGrand
PROGrand / OpenCore Hotkeys.md
Last active October 15, 2025 12:56
OpenCore Hotkeys

OpenCore Hotkeys

Startup Screen

  • OPT β€” show OpenCore menu. Also Esc is supported.
  • CMD+OPT+P+R β€” clear NVRAM. Required: Misc-Security-AllowNvramReset=YES.
  • X β€” load first founded Apple system, if no Apple os is marked as default.
  • CMD+R β€” load in (Recovery).
  • CMD+C+MINUS β€” turn of board-id compatibility check.
  • CMD+K β€” actual core loading, analog of kcsuffix=release.
@LukeZGD
LukeZGD / ios-downgrade-dualboot.md
Last active January 6, 2026 06:11
Downgrade and dualboot status of almost all iOS devices

Downgrade and dualboot status of almost all iOS devices

UPDATED: 2025-11-23

@purp
purp / README.md
Created December 15, 2018 21:46
Convert exported Apple contacts .vcf to CSV

I have a bunch of folks I want to export from Apple Contacts on MacOS and turn into a spreadsheet for a holiday card mail merge.

This is my clumsy way of doing it.

@heywoodlh
heywoodlh / reset-terminal-services.ps1
Created September 1, 2017 14:49
Script for renewing RDP License
## This Script is intended to be used for Querying remaining time and resetting Terminal Server (RDS) Grace Licensing Period to Default 120 Days.
## Developed by Prakash Kumar (prakash82x@gmail.com) May 28th 2016
## www.adminthing.blogspot.com
## Disclaimer: Please test this script in your test environment before executing on any production server.
## Author will not be responsible for any misuse/damage caused by using it.
Clear-Host
$ErrorActionPreference = "SilentlyContinue"
## Display current Status of remaining days from Grace period.