Skip to content

Instantly share code, notes, and snippets.

@Drsheppard01
Drsheppard01 / Cartridges-debug.log
Last active May 1, 2026 19:12
Cartridges-debug.log
2778062: find library=libc.so.6 [0]; searching
2778062: search cache=/etc/ld.so.cache
2778062: trying file=/lib64/libc.so.6
2778062:
2778062:
2778062: calling init: /lib64/ld-linux-x86-64.so.2
2778062:
2778062:
2778062: calling init: /lib64/libc.so.6
2778062:
@Drsheppard01
Drsheppard01 / appimage_builder
Last active January 22, 2026 01:07 — forked from naveenadi/appimage_builder
Create AppImage from Flutter App Linux
#! /bin/bash
export ARCH=$(uname -m)
echo "INFO:Generator:Searching AppDir"
read -p "? ID [Eg: com.example.app]: " appId
read -p "? Application Name: " appName
read -p "? Icon: " appIcon
read -p "? Executable path relative to AppDir [usr/bin/app]: " appExec
# read -p "? Arguments [Default: $@]: " appExec_args
@Drsheppard01
Drsheppard01 / OneApp.md
Last active January 22, 2026 09:28
1 single file application which works with any distro
[ 141.470310] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:bfda19
[ 141.479631] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c21c39
[ 141.503443] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c51a20
[ 141.512608] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c41ba0
[ 141.522422] Discovery.exe[4961] vsyscall read attempt denied -- look up the vsyscall kernel parameter if you need a workaround ip:70000078480c cs:33 sp:b9bcf8 ax:b9bd60 si:ffffffffff600000 di:c43e8e
[ 141.536865]

Hard-work idea

  • Comprensive build system
    • Create shell wrapper (like AppRun)
    • Create Metadata file
    • Validate metadata
    • Create rule for sandboxing (like aisap, bwrap, Firejail)
    • Create dekstop entry
    • Validate desktop entry
    • Repackaging like plugins with deb2appimage, alpine2appimage, flatpak2appimage, snap2appimage and others)
  • Plugins for text editors, IDE (Zed, VSCode, Eclipse, Emacs)
@Drsheppard01
Drsheppard01 / ChimeraLinuxInstall.sh
Last active April 15, 2026 08:44
Installation chimera Linux with XFS, separated /home, systemd-boot
#!/bin/sh
doas wipefs -a /dev/nvme0n1
doas sfdisk /dev/nvme0n1 <<EOF
label: gpt
name=esp, size=1G, type="EFI System"
name=root, size=30G
name=home
EOF
doas mkfs.vfat /dev/nvme0n1p1
@Drsheppard01
Drsheppard01 / Musl.markdown
Last active June 28, 2026 13:53
Musl support list
WARNING: No config file for "keyboardq" found anywhere at
"/home/nitrux/src/modules/keyboardq/keyboardq.conf"
"/etc/calamares/modules/keyboardq.conf"
"/usr/share/calamares/modules/keyboardq.conf"
23:58:31 [6]: KeyboardModelsModel::KeyboardModelsModel(QObject*)
Loaded 188 keyboard models
23:58:31 [6]: void Config::detectCurrentKeyboardLayout()
("pc", "us", "inet(evdev)\"")
23:58:31 [2]: virtual void Calamares::QmlViewStep::setConfigurationMap(const QVariantMap&)
WARNING: Bad QML search mode set for "keyboardq@keyboardq"
Following items have no URL at all:
Addaps
Agora
AnimaShooter
AnzeigenChef
Around
Artifact
Astrofox
AtCore
Atomicwallet
sudo apk add iwd
echo -e "[main]\ndhcp=internal\niwd-config-path=auto\nplugins=ifupdown,keyfile\n[ifupdown]\nmanaged=true\n[device]\nwifi.backend=iwd\nwifi.iwd.autoconnect=yes" | sudo tee /etc/NetworkManager/NetworkManager.conf
sudo rc-update del wpa_supplicant
sudo rc-service add iwd
sudo systemctl restart NetworkManager