💻 Mounting Samba share on Ubuntu

I’m mainly noting this here for myself, but perhaps someone else will find this information handy. Install package cifs-utils Create folder to mount the share into Create a file with user credentials in your home directory. Edit the smbcredentials file Edit /etc/fstab Add the following line (edit where necessary) You can now mount the samba …
Read More …

👨🏻‍💻 WordPress and PHP 8.3

I had read that WordPress 6.4 was to have beta core support for PHP 8.3, and as always, I was excited to update PHP when it became available. Recently, I noticed that PHP 8.3 was available within Ubuntu, so I bit the bullet and upgraded. I am not planning on rolling this out to customer …
Read More …

🐋 Installing Docker on Ubuntu Server 20.04

I was looking to set up a new server for a caching service that ran via Docker but the first step was to get Docker set up on a new Ubuntu Server install so I thought I would document the steps I took to get it installed, mainly for future reference so I don’t have …
Read More …