Most password apps have built in generators. I generate my own passwords for things I automate on my systems, like rotating passwords for whatever, which I store in my own vaults. This is an example, or one way to do it. You could make it more complex, where you only…
PowerShell console weather script
I wanted a little more detail than some other terminal weather programs provide so I wrote one in PowerShell. I do not consider it complete as I will eventually rewrite error handling, how I handle the data, and add better documentation. It works and can be used to learn or…
Fix missing shared libraries for a game in Lutris
This is how I fixed missing shared libs for Baulder’s Gate 1 and 2 in Lutris. Should work for any game missing shared libs though. Just be aware, I am currently running Ubuntu 24.04 so these names and paths may be different. Look at the log in Lutris by clicking…
Quick Linux Install Tip – Drives
One of the best things about Linux is that you can use a drive as home. It’s easy to simply let the Linux installer configure your drives, but is it the best solution? I don”t think so. Either way, this is how I do things. Note: If you just want…
Get Bi-Weekly Paydays And Major US Holidays With PowerShell
Example PowerShell code to generate paydays and holidays with or without full calendar. The Holiday function could be shorter and more elegant, but it works for my needs.
Simple iPhone connection monitor for Linux with GLib/Gio.
A very simple Gio iPhone connection monitor in Python 3. I wrote a crappier version of this awhile ago and revamped it. Hope it’s helpful to someone.
Creating a simple radial percent gauge in Flet
I was cleaning up and found some old gauges I had built years ago. I created the images in Inkscape and likely deleted the Flash and JavaScript code. Anyway, since I am really digging working with Flet I thought it might be cool to re-purpose the images and create a…
Calendar Class In Flet And Python
A simple Calendar class for flet. I needed a calendar so I made one. I hope someone finds it useful.
Create an Apache, PHP, PostgreSQL DEV Container with Podman

I wanted to learn and create a web development container to play around in that will save me from installing all these tools locally on my day to day laptop. I have been messing around with Podman and I really like it. If you want to set this up as…
Containerize Calibre To Serve Up Your Books Using Podman.

That’s a mouthful. Anyway, I got bored last night and since I haven’t messed with Docker and such I decided what the hell. Well, Docker looked like it wanted my to create an account and maybe buy things later so I decided to play with Podman instead. Took me about…