Skip to content

Instantly share code, notes, and snippets.

@seffs
seffs / raspbian-bookworm-minimal-kiosk.md
Last active April 6, 2025 01:31
Raspbian Bookworm - Ultra Minimal Kiosk Setup

This was tested on a FRESH Raspbian Bookworm Lite installation. Proceed with caution.

EDIT 23/12/2023: Removed dead download link and added own release

EDIT 09/06/2024: Force wayland after install

EDIT 06/07/2024: Add Troubleshooting section

EDIT 11/09/2024: Rearrange config file


@seffs
seffs / sloppywolf-handler.sh
Last active March 17, 2025 22:36
SloppyWolf
#!/bin/sh
PATH=/sbin:/usr/sbin:/bin:/usr/bin
case "$1" in
pre) case $2 in
hibernate)
if df -h /home/<your-username>/.var/app/io.gitlab.librewolf-community | grep -q none ; then
if pgrep librewolf ; then
killall librewolf
@seffs
seffs / boot-from-ram-fedora.md
Last active March 17, 2025 22:32
How to boot from RAM on Fedora