2024-12-31-pydev2

Adding SSL and validate certificates Server side ssl server https server ...

more-pygui

GUI programming Web programming using Python3 https://brython.info/index.html https://www.transcrypt.org/home ...

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 ...

DRBD Preload

This is a continuation to VM disk replication. One of the steps needed for VM disk replication is the need to pre-load the replicated volume. For the project I wrote, we had two mechanisms: ...

Replacing failed drives in a md array

In a Linux softraid, you may have to replace failed drives. As usual, backups are still needed, but hardware failures can be covered by RAID levels. ...

javascript snippets

Compute how an element is hidden Iterate over LI elements Adding/removing classes to/from elements Get current date as YYYY-MM-DD escape HTML characters ...

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) ...

Filesystem discard

Now with the prevalence of SSD's for storage, it is important to make sure that the DISCARD opeartion is used. This is specially true as this can increase the lifetime of your flash storage by reducing the need to re-map blocks by simply marking them as freed. ...

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. ...

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 ...