Skip to content

Instantly share code, notes, and snippets.

@abunimeh
abunimeh / HOWTO-upgrade-bullseye-to-trixie.md
Created July 4, 2026 05:51
Seagate Central from Debian 11 (bullseye) to Debian 13 (trixie)

HOWTO: Upgrade a Seagate Central from Debian 11 (bullseye) to Debian 13 (trixie)

Community contribution — a tested, in-place upgrade path for the armel Debian install produced by Seagate-Central-Debian.

Status: works, but experimental. This goes against the project's standing advice to stay on the release the image ships. It succeeded end-to-end on a real unit (11.11 → 12.14 → 13.5) with zero errors, but armel on trixie is an "upgrade-only" architecture (no installer, lightly tested). Treat the result as a hobby box until you've proven it stable, and make a full backup first (below).

#!/usr/bin/env python3
"""
Math Problem Solver CLI
This script extracts mathematical problems from images using vision-language models,
solves them using specialized math models, and generates beautiful HTML output
with MathJax rendering.
Dependencies:
- mlx: Apple's machine learning framework