Skip to content

Instantly share code, notes, and snippets.

View mr00k3's full-sized avatar
💭
in prime

mr00k3 mr00k3

💭
in prime
  • shitty code inc.
  • Poland
  • 20:27 (UTC +01:00)
  • X @mr00k3
View GitHub Profile
@mr00k3
mr00k3 / README.md
Last active June 8, 2025 20:07
A10(X) Tethered downgrade using turdus merula on linux

A10(X) Tethered downgrade using turdus merula on linux

Needed Stuff

pc with linux (i used arch btw)
maybe usbmuxd
A10 device eg iphone 7

step 1 - downloading

download ipfw with version u want to install appledb.dev and turdus_merula_v1.0.1-1_linux.tar

step 2 - installing

  • extract tar -xvf turdus_merula_v1.0.1-1_linux.tar
  • now put device to DFU mode
@QaidVoid
QaidVoid / alpine-install.md
Last active February 3, 2026 08:47
Install Alpine Linux on Encrypted Btrfs partition

Alpine Linux Installation on Encrypted Btrfs partition

Setup keymap, hostname, interfaces and network

setup-alpine

When prompted to select the disk for installation, press Ctrl+C to cancel the guided installation process.

Add required packages for installation

apk add cryptsetup e2fsprogs btrfs-progs dosfstools parted mkinitfs
@keilmillerjr
keilmillerjr / Creating an AUR Package.md
Last active February 7, 2026 18:18
How to create and manage an AUR package. #AUR #ARCH #makepkg #PKGBUILD
#!/bin/bash
if [ $UID != "0" ]; then
echo "ERROR: You must run this script as root!"
exit 1
fi
dnf install \
@development-tools \
android-tools \
automake \