Skip to content

Instantly share code, notes, and snippets.

View 0xNikilite's full-sized avatar
:shipit:
always tired

Nikilite 0xNikilite

:shipit:
always tired
View GitHub Profile
@0xNikilite
0xNikilite / esd_to_iso.md
Last active October 13, 2025 00:52
Easy way to convert ESD files to ISO from powershell.

Windows ESD to ISO Converter (PowerShell)

How to use this script:

  1. Ensure you have the required tools installed:

    • wimlib: Download from wimlib.net and add the binaries (e.g., wiminfo.exe, wimapply.exe, wimexport.exe) to your PATH.
    • oscdimg.exe: Install the Windows Assessment and Deployment Kit (ADK) from Microsoft. Select only "Deployment Tools" during installation to get oscdimg.exe (about ~100 MB). After installation, add its path (usually C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg) to your system's PATH.
  2. Download your Windows ESD file.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active November 26, 2025 06:06
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@FreddieOliveira
FreddieOliveira / docker.md
Last active November 22, 2025 14:26
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Docker on Android 🐋📱

Edit 🎉

All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary