Other Technology Related
Migrating WordPress Site to another Domain – hungsblog goes international
For some years now hungsblog was available under the .de top level domain. However, recently I was able to obtain the corresponding .com. So, naturally I was very excited to migrate the website from one domain to the other and…
ChatGPT Debug Assistant
I tried to implement a Flask Restful Endpoint with the webargs framework, which i already did back in 2020. Although, i copied the old code and made some tiny adjustments with the request call, i could not make it work…
WSL 2 on Windows 10 – Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS
Once upon a time i installed WSL 2 on Windows 10 correctly, run it and also worked with it. However, i was messing around with BlueStack, an android emulator which uses hyper-V. After configuring all the gears to make it…
WordPress – The editor has encountered an unexpected error
Sometimes when editing a post or a page in WordPress, the site just crashes with the error “The editor has encountered an unexpected error.” Let’s take a deeper look and try to fix this problem.
How to autostart a video in Windows
The other day a friend asked me to help with a practical prank. For his girlfriend, he prepared a laptop as a gift, however he wanted to tease her a bit by automatically starting a scary video whenever she logs…
#3 How to backup WordPress and what to consider
There are several possibilities to backup WordPress, depending on your knowledge and user privileges. In this post I want to show you how we can backup our WordPress instance which we previously deployed through our docker-compose. For this feat we…
#2 Containerized WordPress: General troubleshooting and Migration
The docker compose should work out of the box. However this post should shed some light on common troubleshooting or problems which i encountered while preparing the images I can’t upload any pictures or download plugins Caddy doesn’t work anymore,…
#1 Installing WordPress on a Raspberry Pi with docker-compose in under 10 minutes
Jumping to the meat and potato a short set of instructions are presented on how you can have a WordPress instance up and running in under 10 minutes on your Raspberry Pi 3+ using docker-compose. Preperation / Prerequisite To start…
#0 Introduction to Docker and WordPress
A short introduction to Docker and WordPress including the underlying necessary services and how it will interact with each other. Table of Contents: 1. What is Docker? 2. Advantages of Container 3. What is WordPress ? 4. What is behind…
Dockerized WordPress on a Raspberry Pi
How to run WordPress with Docker on a Raspberry Pi Why would you do that? The greatest advantage with this installation is that you can just play and fiddle around as you like and afterwards just clean it up by…