The error message “Download failed. cURL error 28: Resolving timed out after some milliseconds” indicates that the cURL command is timing out while trying to resolve a domain name. This usually happens because of DNS…
Debian Linux distribution is stable so it is common that most packages it shipped with will be not latest and that’s the reason we’ll be installing latest PHP on Debian. See how: 1. Update the…
Long years ago, PHP came into existence, and since then, it has been used as one of the finest and cost effective programming languages to develop dynamic web solutions. Due to changing tech stack and…
In today’s technological world, businesses have access to a large number of programming languages to construct websites and apps, including Python, Java, Kotlin, Swift, Node, C#, C, and C++, PHP, etc. However, most businesses prefer…
On 26th November 2020, PHP introduced its latest and stable PHP 8.0 which is a major update of the PHP language. The codebase is completely new and will not be compatible with the earlier versions…
Just moved from Shared to self-managed VPS hosting or minimizing the software needed to run a WordPress site. Most of us suffered from a Question: Which PHP modules are needed to install and run WordPress…
After a long-time, Debian is finally released their latest built called Debian 10 Buster. As we collected some data about the latest build, it is clear that Debian 10 is featured rich with the latest…
After a long-time, Debian upgraded their overall OS and for some reason phpMyAdmin is not there in Debian 10 (Buster) release. Maybe they have removed it this time from apt list to keep everything as…
Here is this article we are going to see how we can install WordPress on NGINX with latest and super fast PHP7 with PHPMyAdmin on Ubuntu 16.04 which is the newest Debian/Ubuntu distribution as of…
PHP is an open-source web scripting language that is widely used to build dynamic web pages. But its default installation leaves a hack and unneeded information called PHP version as X-Powered-By: PHP/X.x.x which help hackers to target…