Skip to content

Instantly share code, notes, and snippets.

View the8woodcutter's full-sized avatar
🍉
takin it ez ...

the8woodcutter the8woodcutter

🍉
takin it ez ...
  • CMDR of THE BATTLECRUISER
  • SOLID GOLD, CANADA
  • 09:36 (UTC -06:00)
View GitHub Profile
@the8woodcutter
the8woodcutter / lte_mbim_from_scratch.md
Created July 25, 2025 07:11 — forked from Juul/lte_mbim_from_scratch.md
How to use 4G LTE modems like the MC7455 on both Debian/Ubuntu and OpenWRT using MBIM

The purpose of this document is to get you familiar with the concepts and command line tools involved with connecting to the internet using modern 4G LTE modems on both Debian/Ubuntu and OpenWRT.

This writeup is based on my experiences with the Sierra Wireless AirPrime MC7455 modem and a Calyx (Sprint) SIM card, but it should apply to most modern 4G LTE modems.

High level overview

These are the steps required:

  • Physically connect antennas
@the8woodcutter
the8woodcutter / full-disk-encryption-arch-uefi.md
Created November 3, 2023 01:43 — forked from huntrar/full-disk-encryption-arch-uefi.md
Arch Linux Full-Disk Encryption Installation Guide [Encrypted Boot, UEFI, NVMe, Evil Maid]

Arch Linux Full-Disk Encryption Installation Guide

This guide provides instructions for an Arch Linux installation featuring full-disk encryption via LVM on LUKS and an encrypted boot partition (GRUB) for UEFI systems.

Following the main installation are further instructions to harden against Evil Maid attacks via UEFI Secure Boot custom key enrollment and self-signed kernel and bootloader.

Preface

You will find most of this information pulled from the Arch Wiki and other resources linked thereof.

Note: The system was installed on an NVMe SSD, substitute /dev/nvme0nX with /dev/sdX or your device as needed.