Skip to content

Instantly share code, notes, and snippets.

View scarlion1's full-sized avatar

scar scarlion1

  • 20:39 (UTC -07:00)
View GitHub Profile
@scarlion1
scarlion1 / spacefm_comparison_report.md
Created November 16, 2025 18:40
Abacus.AI DeepAgent SpaceFM Analysis

SpaceFM Comparison Report: gameblabla/spacefm vs Debian spacefm-gtk3 1.0.6-10

Report Date: November 16, 2025
Analysis Purpose: Identify key differences to resolve Wayland segfaults and navigation issues


Executive Summary

The Debian spacefm-gtk3 1.0.6-10 package and the gameblabla/spacefm fork are both based on SpaceFM version 1.0.6 (released March 4, 2018). However, they have diverged significantly in their patch sets:

@scarlion1
scarlion1 / README.md
Created November 2, 2025 22:54
OpenWrt Dnsmasq Cache Viewer for Custom Commands (luci-app-commands)

OpenWrt Dnsmasq Cache Viewer

A lightweight shell script for OpenWrt routers to dump and display the dnsmasq DNS cache in a clean, formatted table.  Works with basic busybox/ash environment.

Features

  • Triggers dnsmasq cache dump via SIGUSR1
  • Extracts and formats the most recent cache dump from logs
  • Displays cache statistics (queries, memory usage, server stats)
  • Works with OpenWrt's ujail-wrapped dnsmasq processes

Requirements