2024-12-31-wayland-gotchas

So the day of wayland is coming. As of today the gotchas I have are: vnc on the desktop wayvnc (required wlroots) ...

Kpartx-and-losetup

https://www.ullright.org/ullWiki/show/mount-disk-image-files-kpartx or maybe use: https://unix.stackexchange.com/questions/466938/what-is-the-difference-between-mount-and-mount-o-loop Maybe we can mount directly the loop device. ...

2023-12-31-typescript

Duktape typescript-script Script that use "typescript" on a browser. https://github.com/niutech/typescript-compile Script that use "typescript" on a browser. ...

A Quick Guide to CUPS and lpr

For many Linux users, the printer remains a mysterious box that only communicates through cryptic GUI menus. But if you're a power user or a terminal enthusiast, you know that the command line offers far more precision. By leveraging CUPS (Common Unix Printing System), you can manage your print jobs with simple, scriptable commands. Here is everything you need to know about configuring and using your printer from the terminal. 1. Finding Your Hardware Before you can print, you need to know what your system calls your printer. CUPS doesn't always use the friendly name on the sticker. ...

svgbob tips

Syntax: https://ivanceras.github.io/content/Svgbob/Specification.html online editor: https://ivanceras.github.io/svgbob-editor/ another editor: https://asciiflow.com/legacy/ editor in perl + gtk: https://metacpan.org/dist/App-Asciio/view/lib/App/Asciio.pm ...

Windows on Flatpaks

Continuation to flatpaks https://www.addictivetips.com/ubuntu-linux-tips/set-up-winepaks-on-linux/ https://github.com/winepak/applications https://www.reddit.com/r/linux_gaming/comments/xlpkpn/tips_install_and_use_wine_using_flatpak/ https://wiki.winehq.org/Winetricks ...

Developer driven lists

https://github.com/agamm/awesome-developer-first https://free-for.dev/#/ https://github.com/awesome-selfhosted/awesome-selfhosted https://github.com/awesome-foss/awesome-sysadmin https://github.com/topics/awesome ...

void development

base devel base-devel cross compiling +cross-aarch64-linux-musl Pi cross-compiling. ...

Updating containers

Software needs to be updated in a regular basis. Containers are no different in this regard. Depending on how you are managing containers this can be tedious or simple. docker-compose If you are using docker compose this quite easy. ...