Category: Software
AutoStart Maestral Dropbox Client In Python Virtual Environment
I got an update that hosed Dropbox today. I had installed the client directly from the Dropbox site. I tried their headless install for the hell of it and that did not work either. I did not try the AUR version as I assume I would get the same result. After a little poking around […]
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.
Flet Color Picker Dialog Class
I am working on a project and decided on Flet for the interface. Flet does not include a color picker dialog. Here is what I came up with, a simple Python class. I hope it’s can be useful for others. What the hell is Flet? “Flet enables developers to easily build realtime web, mobile and […]
Interesting Linux Graphics Applications
I love working with graphics on my Linux machine and in looking for new tools I found a couple fairly nice Linux graphics applications that I have not seen before, along with a few I have. I hope they are useful to you as I find them to be nice additions to my graphic tool-sets. […]
Health, Exercise, and Nutrition Apps for Linux
I do a lot of tracking on my health, mostly on my phone, but what about the Linux desktop or mobile flavors? Here is a list of Linux health apps. There certainly is room for more. GoldenCheetah Cycling tracking and health data crunching. Stretchly Timer that reminds you to stretch. GBrainy Exercises for the brain. […]
Install NovelWriter in an isolated Environment with Pipx
novelWriter is a Python GUI program used for authoring novels and short stories. Pipx will isolate all the various libraries and source code without the need to create a virtual environment or simply installing in the system’s Python environment. For this how-to I will be installing on Fedora 37 but this should be a similar […]
Top Ten Open Source Software To Try In 2023
Bloggers like to write about the same open source software year in and year out. Most people already know about Blender, Gimp, and LibreOffice. I would like to introduce ten open source products I think deserve a mention. I actually use or test these on all my Linux machines. Most of the software listed here […]
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 simple as possible this will […]
PowerShell Configuration Storage Module
This PowerShell configuration module will let you easily create, store, and retrieve configuration data in simple XML files. Of course there are a few ways to store config data for use in PowerShell scripts. One way is to save data structures and variable in a psd1 file and load direct, which is what I typical […]
Secure Passwords With PowerShell Module
This module will securely store passwords in PowerShell with ease. No need to manually manage passwords used in your scripts.