Skip to content

Instantly share code, notes, and snippets.

@danbst
danbst / home-etc.nix
Created December 27, 2019 15:17
Manage your /etc from home-manager (install home-manager as root)
{ config, pkgs, lib, ... }: {
imports = [
(import <nixpkgs/nixos/modules/system/etc/etc.nix>)
];
options.system.build.etc = lib.mkOption { type = lib.types.package; };
options.system.activationScripts.etc =
lib.mkOption { type = lib.types.unspecified; };
config = {
@FreddieOliveira
FreddieOliveira / docker.md
Last active July 22, 2026 00:33
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

@DareFox
DareFox / README.md
Last active July 19, 2026 14:07
Script to fix Progressbar95 sounds on Linux

Script to fix sound in Progressbar95 (requires ffmpeg)

By default Progressbar95 has broken sound due to game reading mp3 files as raw format (wav) This script converts all .mp3 files to .wav and renames converted .wav to .mp3

How to use

bash ./fixLinuxSounds.sh <path_to_game>

Example:

@Denzy7
Denzy7 / rmx3231_root.md
Last active July 7, 2026 03:14
Root realme C11 2021

root rmx3231

Root realme C11 2021

IMPORTANT!

BACKUP EEEEEVERYTHING. I AM NOT RESPONSIBLE FOR ANY LOSS ON YOUR SIDE

required

  • latest spd_dump and device files from TomKing062. Search (Ctrl+F) for RMX3231 and download that file in the release list, or any other files that contain this
  • windows 10 or later (linux users might have to use different commands but it works the same) guide assumes you're using 64 bit os
  • have adb and fastboot working with this guide make sure you see your device with adb devices. if not please stop everything, this guide is not for you