Skip to content

Instantly share code, notes, and snippets.

View IIRoan's full-sized avatar
:atom:
>>>>>

Roan IIRoan

:atom:
>>>>>
View GitHub Profile
@IIRoan
IIRoan / gist:c6917219c7e9586042c4c3f8ab3b9e7b
Created October 14, 2025 16:43
Starbook VII notes for use with Bluefin Linux
OOTB, Great experience everything works a few things need to be changed for full compatibility;
Firmware;
at first boot the coreboot firmware will not be recognized by Bluefin as such you need to follow this;
https://support.starlabs.systems/kb/firmware/getting-started guide and add iomem=relaxed to the kernel parameters.
To do this do
``bash
sudo rpm-ostree kargs --editor
``
@IIRoan
IIRoan / gist:7d40581dbd0ba2784c19e1602f413dc6
Last active October 7, 2025 23:13
How to Get IPA File from an Expo App Without a Paid Apple Developer Account

How to Get IPA File from an Expo App Without a Paid Apple Developer Account

This guide walks you through the process of generating an IPA file from your Expo app using a free Apple Developer account.

Prerequisites

  • Expo project
  • macOS with Xcode installed
  • Free Apple Developer account

Step 1: Prepare Your Project