Toggen Blog
Tech tips
Articles
Latest
Cannot connect to Debug Terminal in Unifi Controller
TLDR; Try a Different Browser If you click on a Unifi devices IP address in the Cloud Key or Unifi Controller or click on "Open terminal" under tools in the device pane it should open a browser based cli I just tried to connect using Firefox 97.0.1 and got "Connection...
Updating WordPress / Divi to PHP8.1.x on Ubuntu 20.04
So have installed PHP8.1 from ondrej PPA sudo add-apt-repository ppa:ondrej/php Install PHP8.1 sudo apt install php8.1-fpm sudo apt install php8.1 sudo apt install php8.1-intl sudo apt install php8.1-mbstring sudo apt install php8.1-mysql sudo apt install php8.1-xml...
Install nodejs in docker container and auto detect architecture
Installing node binary package from https://nodejs.org/en/download/ I use Docker on my x86_64 Ubuntu Workstation and Macbook Pro M1 aarm64 so Dockerfiles need to be multi-arch This Dockerfile snippet detects the architecture we are running in and sets the correct...
wp-cli update – file rename error
I have a script that runs the wp cli to loop through and update the Wordpress themes, plugins & core for a number of sites. Each site has different linux user ownership. The problem I am seeing is an error message of Permission denied when running sudo -u $OWNER...
Modifying the WordPress sitemap.xml output
I use Wordpress for customer websites with the Divi theme and layouts however Wordpress is fundamentally a blogging platform so its sitemap.xml contains links to categories and users and you might not want to have those publicised and indexed by Google The following...
A better compression than gzip for your website aka Brotli
Apparently brotli is a more efficient compression protocol than gzip. Install both the PHP and the Nginx support Install nginx Support https://www.atlantic.net/dedicated-server-hosting/how-to-install-brotli-module-for-nginx-on-ubuntu-20-04/ Install PHP Brotli Support...
