Skip to content

Instantly share code, notes, and snippets.

View Haeckli's full-sized avatar

Haeckli

  • Switzerland
View GitHub Profile
@Orangera1n
Orangera1n / 15on16sepactivationguide.md
Last active May 4, 2024 06:18
How to activate a device on iOS 15 that was futurerestored on 16 sep

whatisthisthisthisthisthisthis?

This is a guide on how to activate ur idevice on ios 15 (maybe ios 14 idk) when its futurerestored on 16 sep.

DISCLAIMER: I am very aware people might use this to bypass icloud, but I am NOT encouraging you to bypass icloud.

ALSO: THIS IS RECOMMENDED FOR ADVANCED USERS ONLY, i am not responsable for ur device being broken (tho idk how it becomes broken via this)

also, i've only tested this on macOS, might work on linux tho if u replace darwin with linux and shit.

@0xallie
0xallie / checkm8_downgrade.md
Last active February 2, 2024 08:47
Guide for downgrading checkm8 devices
@LukeZGD
LukeZGD / ios-downgrade-dualboot.md
Last active May 8, 2024 22:05
Downgrade and dualboot status of almost all iOS devices

Downgrade and dualboot status of almost all iOS devices

UPDATED: 2024-05-02

@wongsyrone
wongsyrone / gist:987ab46b4862eb5b1d14a45501445834
Last active August 30, 2022 09:41
ubuntu apport core dump
the first step in the process would be to disable apport.
This can be done by editing the /etc/default/apport file, and setting enabled=0.
systemctl stop apport
systemctl disable apport
Then change kernel core_pattern
echo "kernel.core_pattern=/tmp/%e.%t.%p.%s.core" > /etc/sysctl.d/60-core-pattern.conf
sysctl --system