Skip to content

Instantly share code, notes, and snippets.

View MRi-LE's full-sized avatar

Michael MRi-LE

View GitHub Profile
@MRi-LE
MRi-LE / Reset Windows 11 Password.md
Last active March 11, 2026 09:04
How to Reset Windows 11 Password - utilman.exe Login Bypass

A Windows 10/11 Password Reset Method abusing utilman.exe

Context

  • Operating system: Windows 10/11
  • Situation: The local account password has been forgotten
  • Objective: Reset the password without using 3rd party software
  • Method: Abuse WinRE and replace utilman.exe with cmd.exe to gain access to Command Prompt directly from the login screen.
@MRi-LE
MRi-LE / Install TrueNAS on a partition.md
Last active March 10, 2026 22:17
How to install TrueNAS SCALE 25.10 on a partition instead of the full disk + mirror boot and data partition at a later stage

The TrueNAS installer doesn’t have a way to use anything less than the full device. This is a waste of capacity when installing to large NVMe which is usually several hundred of GB or even TB. TrueNAS SCALE will use only a few GB for its system files so installing to a 16GB partition is sufficient.

This guide covers for TrueNas Scale 24.04 to 25.10

You can to modify the installer script before starting the installation process.

  1. Boot TrueNAS Scale installer from USB/ISO
  2. Select shell in the first menu (instead of installing)
  3. While in the shell, find and open the installer and edit using vi

Basic guide to deploying a simple 4-node Lustre cluster on Centos 7 using VMs from Virtualbox.

Updated and adapted fork of dleske/Three-Node-LustreFS-Cluster-Quickstart.md, which was based on joshuar/Three-Node-LustreFS-Cluster-Quickstart.md, which was based on Intel's How to Create and Mount a Lustre Filesystem. I've taken a lot of inspiration from Oak Ridge National Laboratory slides about Lustre and the official documentation, especially the network configuring section.

The document in its current form has not much to do with those ones but I definitely got them as a starting point.

Overview

Note: I am a newbie to Lustre so this overview is extremely light and specif