-
AlmaLinux 9.5 base VM
My Setup I need to upgrade a number of my VMs from CentOS7 to AlmaLinux 9.5, this post is about creating a base VM that can be cloned for multiple purposes. At the moment my home lab is on ESXi7, and I will be installing AlmaLinux from the iso: AlmaLinux-9.5-x86_64-dvd.iso VM Configuration Setup You will… read more…
-
Low voltage LED Christmas lights extension
So you want to setup some outdoor Christmas LED lights around your home and garden, and you tried solar for a while, but realized they really aren’t very powerful, and don’t last very long, so you figured you need to use “low voltage” lights. Low voltage lights have a mini power adapter and a long… read more…
-
Enabling copy and paste in ESX VM
I really wanted copy and paste between Windows and VMs running in ESX. This is what finally worked for me. Note this was for ESX “6.0.0 Update 3 (Build 5050593)”. I was using VMware Workstation 16 Player “16.1.2 build-17966106” on Windows 10. Also, this only worked when I ran “Console | Launch remote console”. It… read more…
-
OKD 4.5 small cluster on ESX
I needed to create a small OKD/OpenShift setup so I could play around with it and get comfortable with using it, developing on it and administering it. Additionally I wanted it to be somewhat similar in setup to what we do at work. This was originally based on the excellent post by Craig Robinson, but… read more…
-
MythTV add-on for Kodi hangs at 0%
Around about the 26/3/2021 the Windows 10 MythTV add-on for Kodi stopped working. I had seen similar problem before, Kodi MythTV addon fails to load except this time it didn’t load at all whereas previously it was stuck loading at around 40%. This time around it didn’t seem to connect to the MythTV server at… read more…
-
OMV fix accidentally split mirror RAID
I had setup a mirrored RAID in OMV and then the PC hardware, not the disks I should emphasize, failed and I needed to move the system disk and two data disks to other hardware. Because I decided to test each disk separately this broke the mirror and in OMV I now saw: Work off… read more…
-
MythTV on CentOS 7
MythTV is the best Open Source media recording application MythTV Wiki This article follows the path I traveled when setting up a new MythTV server running on CentOS 7. The setup I followed in setting up the host is detailed firstly in CentOS 7 base VM for WordPress and MythTV then in CentOS 7 VM for WordPress… read more…
-
Installing Tomcat 9 behind Apache on CentOS 7
There are a number of posts on how to do this. I have created this post mostly for my own records so I know I will continue to have a record of what I have done. Setup Ensure you have at least JDK 8, I have the RPM “java-1.8.0-openjdk.x86_64” installed by this point. Create a… read more…