-
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…
-
CentOS 7 VM for WordPress and MythTV – Post install setup
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 solid base for me to run WordPress or MythTV. When setting up a Linux server… read more…
-
Rename a CentOS 7 host
Simple and official way to rename a host: hostnamectl set-hostname centos7-base.cantabrian Then restart the host. You should find the new name is reflected in the file: /etc/hostname Note: You only need to edit “/etc/resolv.conf ” if you are changing workgroups or domains. Get hostname details You can use hostnamectl to get other details by running:… read more…
-
Low Disk Space on “boot”
If you have ever got this popup warning on CentOS/RedHat 7 this post may help. This happened to me and when I looked at “/boot” it looked like: You can see there is the current kernel and three previous kernels to choose from: CentOS Linux (3.10.0-957.27.2.el7.x86_64) 7 (Core) CentOS Linux (3.10.0-957.21.3.el7.x86_64) 7 (Core) CentOS Linux… read more…
-
CentOS 7 + PHP 7.2 + Python 3.6 + Apache 2.4
I am setting up a new CentOS 7 server, in 2019, because I want a long life public facing WordPress host that I can update easily. For example when the “Heartbleed” security bug, in the OpenSSL cryptography library, was discovered you needed to update your SSL install. This proved to be a major problem for… read more…
-
CentOS 7 base VM for WordPress and MythTV
I have two primary servers I use all the time, the first is the WordPress VM which run the Zoyinc website and secondly a VM that runs MythTV. Both are currently running Fedora – WordPress is on F18 and MythTV is on F16. These were installed in July 2012 and February 2011 respectively. So pretty… read more…
-
Two MythTV systems on the same LAN
I have an aging MythTV frontend and separate backend that I need to upgrade. The plan of attack is to create a new system, get it running smoothly and work out a migration strategy. Then once the new system is working correctly switch over from old servers to new. All well and good except I… read more…
-
Backup and restore WordPress
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 back up one directory tree and a DB. This post details what I did to… read more…
-
A block of a good time
We hadn’t really watched earlier seasons of TV3’s “The Block NZ” but when Josh was captivated by Australia’s “House Rules” I suggested he watch The Block NZ — as they say the rest is history. When the time came for the open home on October 25th 2014 we were in. We caught an early train… read more…
-
MythTV with HDHomeRuns on VLAN
My kit for this exercise is: SonicWall: TZ 215, (SonicOS Enhanced 5.9.1.10-1o) SonicWall setup This section creates the SonicWall stuff that takes the VLAN from the VMware ESX host and connects it to a SonicWall interface port. To keep everything simple because we are using the SonicWall interface “X2” we will call the zones “HDHomeRunX2”… read more…