If you've been using Nginx, PHP or MySQL and recently migrated your project file into a new machine, you might get an error saying "Encryption: Unable to find an available encryption driver.". These error…
If you receive a lot of failed SSL from an error log on your Nginx server, you probably recently migrated into a new server and uses the previous SSL certificate which is fine. But…
If you recently update your phpBB forum website into 3.3.3, you probably encounter some errors like when accessing the /user/forgot_password/ page returns 404 error as well as the /help/faq page. The problem starts when…
Finding resources for setting up Nginx' staging and production server is either none to nothing or a solution that somehow bloated your server. Looking for resources that allows you to serve both staged and…
Currently, there are three protocol used in today's web browser, the first one is the http/1, followed with http/2 and the upcoming protocol, the http/3. The latter is quite promising as it improves the…
If you recently enabled the OCSP SSL stapling in your NGINX, you probably using localhost 127.0.0.1 as a DNS resolver for it. But using applying it to your server, you've got an message on…
PHP has a new version and it was recently released on the public on November 2020. The update brings several advantage and improvements to squeeze some juices for a speedy NGINX webserver and web…
If you're tired of putting a password everything you login via SSH into your server via ssh root@your_server, there are ways to automatically login to your server without requiring you input a password. This…
If you recently installed adobe software products from your Windows 10, you probably notice your processes is suddenly bloated with background program from Adobe and one of those are the "Adobe Genuine Software Integrity…
Installing a Python on Windows 11 requires a bunch of dependencies from Linux and some functions might not work if not properly installed. That is why a portable Python that works 100% is ideal…