We support some legacy PHP code for several clients. Because of this, we have been strongly suggesting that they upgrade their code to PHP 7.3 so they can get off of older PHP 5.6 (and some even older – yikes!) servers.
CentOS
Setup Client Authentication and Access Control in Apache 2.4
I currently help support several CentOS 7 servers for various clients. I admit that I am not a Linux guru by any stretch. But I can setup a server, install Apache, PHP and MariaDB, install SSL certs, update firewall rules, etc. Basic server needs.
Use wkhtmltopdf To Save PDF without Image Quality Loss or Choppyness
I have a project where I need to create a PDF from a web page dynamically created on the back-end. Normally I use TCPDF, but I was having some issues in the way the PDF was looking being created from the HTML.
Migrate A CentOS 6 Virtual Server To Another PC Using Virtualbox
There have been a few times where I have needed to migrate a VirtualBox virtual server I have …