DevOps

How to Fix docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument ‘chunked’

You will most likely see this error even on a fresh Ubuntu installation. It’s really strange how nobody caught that. Yes, it’s frustrating, I know especially if you’re very busy. it is possible to that this error is related to some python modules/libraries  requests<2.29.0′ and ‘urllib3<2.0 according to the ticket below. They suggest downgrading but

How to Fix docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument ‘chunked’ Read More »

WP Security Padlocks

What PHP functions to disable to secure your WordPress server

Why disable certain PHP functions When securing a PHP server, it’s critical to disable some functions that allow attackers to execute harmful commands or scripts. PHP Functions like exec, system, and shell_exec are used to execute external commands which poses a security risk. This could be called by a script you uploaded or by a

What PHP functions to disable to secure your WordPress server Read More »