Skip to content

Instantly share code, notes, and snippets.

View ryugenxd's full-sized avatar
🎯
Focusing

Ryugen-オタク ryugenxd

🎯
Focusing
View GitHub Profile
@ryugenxd
ryugenxd / windows-keys.md
Created June 6, 2025 01:31 — 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

@ryugenxd
ryugenxd / answerfile
Created February 10, 2025 16:24 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"