Skip to content

Instantly share code, notes, and snippets.

View poespas's full-sized avatar
😁
Hi

Jonathan poespas

😁
Hi
View GitHub Profile
# Doro 6880 (DFC-0390) Research Notes
## Device Info
| Property | Value |
|----------|-------|
| Model | Doro 6880 |
| Model Code | DFC-0390 |
| Chipset | Unisoc UMS9117 (Spreadtrum) |
| OS | MOCOR_20A_MP_W21.06.5_Release |
@poespas
poespas / transform-an-physical-disk-into-a-vm.md
Last active June 28, 2026 11:04
Transform an physical disk into a VM

Transform an physical disk into a VM

Commands are ran from a liveUSB

Decrypt LUKS volume before imaging

If the disk is LUKS-encrypted, unlock it and image the decrypted device-mapper node. Encrypted data is random and won't compress; the decrypted stream (zeroed free space) compresses well over the network.

@poespas
poespas / close_bitbucket_prompt.user.js
Created February 25, 2021 08:23
Closes bitbucket "Take your first steps" prompts after pageload
// ==UserScript==
// @name Bitbucket First Steps admisser
// @namespace https://poespas.me/
// @version 0.1
// @description Really annoying stuff bitbucket, not cool.
// @author You
// @match https://bitbucket.org/*
// @grant none
// ==/UserScript==