Skip to content

Instantly share code, notes, and snippets.

@ajohn256
ajohn256 / windows-keys.md
Created March 31, 2025 15:20 — forked from rvrsh3ll/windows-keys.md
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@ajohn256
ajohn256 / Netcat.md
Created March 31, 2025 13:27 — forked from Integralist/Netcat.md
Netcat

Install the netcat nc command with Homebrew (otherwise Mac OS X version is really old and the interface is different):

brew install netcat

Use netcat to listen for incoming TCP connections on port 3000:

nc -l -p 3000