
Starting around the 23rd of October 2020 I found that my MythTV add-on was not working in Kodi running on Windows 10. It would hang either on importing guide or it would show nothing but not work either. I had … Continue reading
Starting around the 23rd of October 2020 I found that my MythTV add-on was not working in Kodi running on Windows 10. It would hang either on importing guide or it would show nothing but not work either. I had … Continue reading
Want to see what is being run against your MariaDB this is what to do. Firstly you need to enable logging to a file of all queries. You do this by running: SET GLOBAL general_log=1; SET GLOBAL general_log_file=’/var/opt/rh/rh-mariadb102/log/mariadb/maria_general.log’; Problem is … Continue reading
In the post CentOS 7 base VM for WordPress and MythTV I described how to create a base CentOS 7 VM. This post describes follows on from that post and describes the post installation tasks to make the VM a good … Continue reading
I run WordPress on Apache 2.2 on RedHat. A WordPress instance, is just a bunch of PHP files, various image files and uploaded files and a database – that’s pretty much it. So to backup and restore you need to … Continue reading