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.

@0xNikilite
0xNikilite / docker.md
Created March 18, 2025 17:15 — forked from FreddieOliveira/docker.md
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