Pipewire Install on Manjaro 21.2.1, Updated instructions.

DISTRIB_ID=ManjaroLinuxDISTRIB_RELEASE=21.2.1DISTRIB_CODENAME=QonosKERNEL=5.15.12-1-MANJARO The procedure is similar to my previous install example. I used the graphical software installer to replace pulseaudio with pipewire. I also have Pipewire running on Pop! OS 21.10 following this. I uninstalled all installed pulseaudio products. This will also remove plasma-pa and KDEConnect. I then installed everything labeled…

read more

A Simple Python Flask Web App

There are times when you need a very simply tool to do something rather trivial that needs to be accessible to various users. If it’s simple enough it seems rather silly to stand a server and install Apache to make some simple configuration changes. This is where Flask can shine….

read more