Daily Archives: September 10, 2026
We’re upgrading a staging environment to Magento 2.4.8-p5. Looking at app/etc/di.xml, the SqlVersionProvider supported-version patterns now look like this: So here in the app/etc/di.xml they have mentioned mariadb 10.2-10.6, but on the official documentation System requirements, they mentioned MariaDB 11.4,11.8. On my staging site environment mariadb 10.5 is supported, so […]
So I’m planning a general-purpose PC build that will use a few old SATA HDDs I have. The case holds three 3.5” and three 2.5” drives. I’ll be using an Ubuntu LTS, as it’s what I’m used to, and I’m thinking that I’ll place that on an M.2 SSD. (I’m […]
I use a firewall that lets me approve or deny every request every program makes. It also lets me set any given program for approval or denial of all its requests without asking. I recently installed Python Install Manager, and I’m finding that it asks for Internet access rather often. […]
I have a bootable disc image supposed to boot Windows (a rescue image or the installer). However, when I try to boot from it, I encounter the following error: CDBOOT: Cannot boot from CD – Code: # with “#” being a number from 1 to 5. What do these errors […]
This might seem obvious for a person, but it seems that computers might start contacting DNS servers, start working with IPv4 and IPv6, use DHCP settings, …, just for contacting themselves. When I launch multiple REST-API calls to my own computer (by surfing to http://localhost/Operation?Variable=Value), this causes quite some delay. […]