MariaDB is one of the best relational databases and we can use it on Debian Linux to host databases for apps, blogs, and websites. In this article we’ll learn installing MariaDB and securing it on…
Installing Nginx on Debian is easy, but that may be outdated. Since Debian is stable Linux distribution, we cannot blame them for this. That’s why we are going to install Nginx from source on Debian.…
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…
Using Debian Linux and Nginx web server to manage your applications and websites, now it is easy to install free SSL/TLS certificates as Let’s Encrypt enabled us to make website HTTPS enabled. We will be…
Linux has an OS Prober feature that allows us to choose other operating systems installed in the system using Grub. By default, on the latest version of Linux, it’s disabled and will remain disable, but…
No matter what Linux system or distribution you use, over time it is going to fill with lots of files like unnecessary caches, dependencies, and temporary files. It may happen often if you have a…
While apt update you may get repository no longer has a release file error, it happens when a repository owner changes its suite value or version. Do not panic if this is the first time…
If you being a root or root privileged user who tried to install and interrupt the installation in mid of it, then you’ll see this error when you try to resume the installation again. But…
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…
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…
Username is not in the sudoers file this incident will be reported, it is a common error message when a non sudo user tried to make some sudo command. To fix this you need to…