Skip to content

Instantly share code, notes, and snippets.

View megahomyak's full-sized avatar
😢
The mice chewed up the cable again... :(

megahomyak

😢
The mice chewed up the cable again... :(
View GitHub Profile
@tenekev
tenekev / .env
Last active October 31, 2025 11:36
Setting up Excalidraw with a Collaboration server
DOMAIN_NAME=yourdomain.tld
TZ=Europe/London
@remram44
remram44 / jails.md
Created April 7, 2022 17:16
jailing tool comparison from mstef
@philippelatulippe
philippelatulippe / android-multi-boot.md
Last active July 1, 2025 11:08
Android dual-boot / multi-boot

I'm experimenting with sharing my notes for dead-end projects like these. Maybe they'll be useful for someone who stumbles on them.

I have a Nexus 4, I'm hoping to run CM and Firefox OS. I want CM auto-updates to work, I'd rather not build my own kernel. It needs to be completely open source, with no dubious binaries to download.

  • Ubuntu Phone has a tool for dual-booting with android. The details make it sound quite simple.
  • The state of the art seems to be MultiRom which uses kexec.

MultiRom

Interrupts boot process with an OS picker, then uses kexec to run the other OS.