Debian

  • Installing MariaDB and secure it on Debian

    Installing MariaDB and secure it on Debian

    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 from source on Debian

    Installing Nginx from source on Debian

    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.…

  • Installing latest PHP on Debian

    Installing latest PHP 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…

  • Installing Let’s Encrypt SSL/TLS certificate on Debian running Nginx

    Installing Let’s Encrypt SSL/TLS certificate on Debian running Nginx

    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…

  • How To Disable or Enable OS Prober From the Grub?

    How To Disable or Enable OS Prober From the Grub?

    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…

  • How to clean the Linux system?

    How to clean the Linux system?

    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…

  • Repository changes its ‘Suite’ value from ‘testing’ to ‘stable’

    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…

  • Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?

    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…

  • How to install PHP 8 on Debian 10?

    How to install PHP 8 on Debian 10?

    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…

  • How To Install LEMP on Debian 10?

    How To Install LEMP on Debian 10?

    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…

  • How To Install phpMyAdmin on Debian 10?

    How To Install phpMyAdmin on Debian 10?

    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

    Username is not in the sudoers file this incident will be reported

    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…