Top apps and utilities to make your OS shine.

I get bored easily and I am a visual person, I like my desktop to be flashy and beautiful. I also like things that speed up my productivity in a visual appealing way. Of course I am a Linux user, which makes theming way more easy and a lot more flexible than Windows and Mac […]

XAMPP Non-root access to htdocs without changing permissions.

So you install XAMPP (Apache, PHP, MySQL development environment) and are ready to create your world famous web application but XAMPP installs into opt, which requires root to write to the files. You could change permissions, add groups, or symlink with some variation but why? Apache can serve docs from anywhere with a few changes […]

Linux\Open Source Apps that tend to get overlooked on the blog lists.

Most people know about The Gimp, Filezilla, and Blender. because they tend to get blogged often. They are great apps but here are a few that I think need some blog love. Utilities Sophos AntiVirus. I use this on my Linux machine as it scans in the background and is light on resources. I know […]

Flowblade 2.2.0 Effects Tutorials

Had a little time today so I wanted to do some effects in Flowblade. If you need a little guidance maybe these will help. There are three in this video.

Simple Python 3 threaded timer in Gtk3.

A quick and dirty timer example. If you need to execute after a period of time use Thread.Timer(). This example uses simple thread and event to start and stop a clock in a Gtk 3 window counting up time in a label.

Python 3 ThreadPoolExecutor in Gtk 3

So I wanted to collect all the theme icons on my Linux machine so I wrote a little app. It is really fast using the ThreadPoolExecutor from futures. I’ve used this at work but never in a Gtk app. Here’s the result from the straight Python 3 code without a GUI. That’s a lot of […]

Flowblade 2 Video Editor Video Tutorial made in Flowblade

I decided to give Flowblade Video Editor a go for the hell of it. I got tired of playing Divine Divinity. In the past I had stability issues with Flowblade so I tended to use Pitivi or KDEnlive and avoid it. Since it is now at 2.0 I wanted to give it a try. I […]

Playing RetroArch games in Lutris

Setting up 3DO, and other virtualized game systems requiring a BIOS, to run in Lutris with RetroArch. It’s straight forward and will be similar for each platform. My Logitech controller worked as expected as well; however, I did update everything in RetroArch before setting up in Lutris so I am not sure if that mattered. […]

Installing and Setting Up Pop OS 19.10

Installing Pop OS is fairly straight forward and easy. I didn’t notice any differences between 19.10 and previous versions. I have installed this on an Asus and System 76 Oryx Pro, which is my main laptop. Asus setup was also easy; although, the Asus required some more work to get gaming running smooth but even […]