To get some hands on experience with OpenShift I have installed OpenShift 4.1 on AWS using the defaults.
Continue ReadingBasic installation of Grafana, InfluxDB and Telegraf on CentOS 7
Introduction
In order to gain some knowledge about Grafana, InfluxDB and Telegraf I did a basic installation. Grafana and InfluxDB were installed on a CentOS 7 server. The Telegraf agent was installed on a separate CentOS 7 server (which also hosts petersplanet.nl by the way).
Versions:
InfluxDB: 1.7.1
Grafana: 5.3.4-1
Telegraf: 1.8.3-1
Continue Reading
Automatic certbot certificate renewal did not work
Although I had setup a daily cronjob for the certbot renew command it appeared that the automatic renewal did not work. It only worked interactively as root.
Continue Reading
Automate WordPress Updates with Ansible
I have created an Ansible script to automatically update WordPress on a server. In this case the Ansible script runs locally on that server.
Continue Reading
Experimenting with the Raspberry Pi
A few years ago I bought a Raspberry Pi but I never found time to experiment with the GPIO bus.
Continue Reading
The actual width of road cycling tyres
If you buy cycling tyres with a width 25 mm this does not automatically mean they are exactly 25 mm or 25,4 mm (1 inch).
Continue Reading
Create your own Test Lab with VirtualBox.
If you want to experiment with servers and applications you will probably need your own test lab with virtual machines. The point is that you don’t want your test lab to interfere with your home network. This can be easily realised with Oracle VirtualBox and a network address translation network (NATNetwork) on a workstation.
Continue Reading
WordPress: The uploaded file could not be moved to wp-content/uploads/
Some time ago I had reinstalled petersplanet.nl on a new CentOS 7 Linux server with the latest WordPress version. However when I tried to upload new content this was not possible anymore. The error message was that the uploaded file could not be moved to wp-content/uploads/2017/04.
Continue Reading
SELinux access denied
When access is denied to certain files folders it might be SELinux. You can check this in the /var/log/audit/audit.log
In this example we have changed the html folder in /var/www/ for the Apache HTTP server.
Continue Reading
Launch an Amazon AWS instance with Ansible
It is also possible to use Ansible to create an instance on Amazon AWS. I have used the Ansible EC2 Cloud Module to create a CentOS 7 Linux instance. See http://docs.ansible.com/ansible/list_of_cloud_modules.html.
Continue Reading