IT Tips

Access

Blog History

Another option for UPS Vendor

For years I have been using APC or Dell branded UPS's but recently someone installed a different brand on a site I do some work for. So just thought I would post a link on my blog so I can come back to it when quoting UPS options https://www.eaton.com/au/en-gb.html...

read more

How to enable ZipArchive on PHP 7.4

Ubuntu / Debian Find the extension version you want to install # install apt-get install php7.4-zip # enable it phpenmod -v 7.4 zip # check it is enabled php7.4 -i | grep -i zip # restart any services such as php7.4-fpm.service to pick up the change systemctl restart...

read more

Automate Chrome with Puppeteer

https://github.com/puppeteer/puppeteer Every now and again I need to connect to a website and then scrape something so I don't have to do a couple of hundred repetitive actions Enter Puppeteer You can basically get Chrome to do whatever you want using puppeteer and...

read more