With a tool such as PyInstaller, you can compile your Python code into a binary executables that you can then share or redistribute to other […]
Run kivy on VirtualBox Windows Guest
You may run into some OpenGL issues while trying to run your Kivy app in your VirtualBox Windows VM. Your Command Line (CMD) may display […]
Run buildozer APK builder from Docker container
There are a few options on how you can run buildozer for turning your Kivy app into an APK bundle for Android devices. You can […]
Increase vmdk disk in VirtualBox
The steps below are specific to increase a VMDK disk in VirtualBox 6.1.40 for a CentOS 7 guest VM and on a MacOS host. The […]
Installing VICE (Commodore Emulator) on MacOS
Before doing anything else, make sure that you have Xcode installed. Install the xa (xa65) open-source 6502 cross compiler. Download the source code. Then extract […]
OpenShift PVC Mount failure: already contains mpath_member
A while ago, the VMs that hosted my OpenShift platform were rebooted. For most of it, all nodes and containers came back gracefully. However, there […]
OpenShift system:admin requires credentials
As outlined in this issue, you may run into a problem where you want to log into the OpenShift cluster as system:admin from one of […]
Run an OpenShift pod on a specific node by hostname
In your pod or buildconfig yaml you can specify which nodes the pod should run on, generally by specifying one or more of the labels […]
Docker image pull timeout in OpenShift during build or deploy
The default time that OpenShift waits to pull an image during a build or deploy may not be long enough, especially if your images are […]
Replicate docker images from Artifactory to Google Container Registry
It may be a bit of an unusual thing to integrate 2 different docker image repositories from different vendors. Usually companies pick 1 particular product […]