Category: General
-
ISPConfig versus Certbot Updates
Well this was a little break in the day; I have a client using ISPConfig (and I updated the instructions for that as well, you can find them here) to look after various aspects of their internet presence and whilst it doesn’t change very much, every now and then they like to add sites or…
-
Upgrade Debian Jessie to Stretch, Buster and Beyond
So it’s been a while and we haven’t bothered updating that Debian 8 (Jessie) server, quite simply because it wasn’t broken … and we all know, if it’s not broken then there is no need to fix it. However the time has come to upgrade, because you want to change out some of the other…
-
Is your PHP fit for the bin? Upgrade to PHP 7.3
So you need to upgrade PHP, you’re fed up seeing the warnings in everything from Wordpress to Joomla and everything in betweem, then we need to upgrade PHP to version 7. This upgrades to 7.3 as it is the most stable at this point.
-
The Perfect ISPConfig Ubuntu 18.04 Server
This tutorial shows how to prepare an Ubuntu 18.04 server (with Apache2, BIND, Dovecot) for the installation of ISPConfig, and how to install ISPConfig. The web hosting control panel ISPConfig allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL,…
-
HTML 5 Audio Tags are not all equal with Javascript and PHP
Recently I was asked to create an audio proxy, whereby no files were contained within DOCROOT. Straight forward I thought, how hard can it be when all it requires is a range resume delivery system. Well, I was once again thwarted by the changes Apple make to their products without telling anyone.
-
Custom Coupon Types in WooCommerce continued
Further to creating a valid new coupon type, you may wish to extend some certain other functions along with it. A good example of this would be validity of the coupon. Sometimes you may wish to add a coupon that can be added at the beginning of the cart cycle but only applies itself once…