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
  • 19:03 (UTC +01:00)
  • X @mr00k3
View GitHub Profile
@mr00k3
mr00k3 / Xiaomi Redmi 9C unbrick guide.md
Created September 10, 2025 23:49
Guide to unbrick Xiaomi Redmi 9C
@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
@mr00k3
mr00k3 / FBSD14.md
Created November 27, 2024 08:24
FreeBSD 14 Disable Password SSH Login

FreeBSD14 disable password login for ssh

PasswordAuthentication no
KbdInteractiveAuthentication no
UsePAM yes

@mr00k3
mr00k3 / alpine-install.md
Last active October 3, 2024 07:18 — forked from QaidVoid/alpine-install.md
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
@mr00k3
mr00k3 / idk
Created March 25, 2024 14:11
some nice foss apps for macos
some nice foss apps for macos
https://github.com/serban/menubar-ticker song title in top bar
https://github.com/exelban/stats computer stats in top bar
@mr00k3
mr00k3 / nh
Created March 12, 2024 03:31
NetHunter Terminal Issues fixes
chroot /data/local/nhsystem/kalifs no such file or directory
type this in androidsu terminal "ln -s /data/local/nhsystem/kali-arm64 /data/local/nhsystem/kalifs"
Terminal says it doesnt have needed permissions
uninstall it with any root uninstaller and install again
@mr00k3
mr00k3 / discord_update.sh
Created March 12, 2024 03:30
Discord update or install shell script
rm -rf discord*.deb
wget "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb
sudo apt install ./discord.deb