Skip to content

Instantly share code, notes, and snippets.

View nospam2000's full-sized avatar

Michael Dreher nospam2000

  • Karlsruhe, Germany
View GitHub Profile
@nospam2000
nospam2000 / add_oclp_ext4_driver.sh
Last active January 6, 2025 12:12 — forked from ryandesign/add_oclp_ext4_driver.sh
Adds ext4 driver to OpenCore Legacy Patcher so that a Linux partition can be selected. Use EFI binaries from original refind repo and not from outdated OC bin repo
#!/bin/bash
# SPDX-FileCopyrightText: © 2024 Ryan Carsten Schmidt <https://github.com/ryandesign>
# SPDX-License-Identifier: MIT
#
# Adds ext4 driver to OpenCore Legacy Patcher so that a Linux partition can be selected.
# Based on instructions by rikerjoe at:
# https://tinkerdifferent.com/threads/dual-boot-linux-mint-21-2-and-macos-with-opencore-legacy-patcher-and-opencore-bootpicker.3115/
set -u
@nospam2000
nospam2000 / download-my-fritz-box-logs.sh
Last active February 5, 2024 10:48 — forked from BigNerd/download-my-fritz-box-logs.sh
This bash script downloads the current Fritz Box event log as JSON file and as TXT file
#!/bin/bash
#
# This bash script downloads the current Fritz Box event log as JSON file and as TXT file.
#
# The script was tested successfully on MacOS Sonoma 14.1.1 with Fritz!Box 7590 AX V7.57
# 'jq' and 'curl' were installed via MacPorts
#
# The login procedure was implemented according to https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_Technical_Note_-_Session_ID.pdf
# or https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/Session-ID_deutsch_13Nov18.pdf