Debian

  • Optimize and Improve Linux Laptop Battery Life Using TLP

    Optimize and Improve Linux Laptop Battery Life Using TLP

    This guide provides a comprehensive look at how to install and configure TLP to improve battery life on Linux laptops. You can include additional examples based on specific distributions or laptop models to tailor the…

  • Install and Enable Redis Object Cache for WordPress on Debian Linux

    Install and Enable Redis Object Cache for WordPress on Debian Linux

    WordPress has an inbuilt object cache that it uses to save on the trips to the database, but, it’s a non-persistent object cache. By using a 3rd party persistent object cache like Redis, we can…

  • Essential UFW Commands and Their Usage

    Essential UFW Commands and Their Usage

    UFW (Uncomplicated Firewall) is a powerful network control tool designed to simplify the management of firewall rules on Linux systems. It provides a user-friendly as well as command line interface for configuring iptables, making it…

  • What Is Uncomplicated Firewall (UFW), and Why Use It?

    What Is Uncomplicated Firewall (UFW), and Why Use It?

    UFW, or Uncomplicated Firewall, is a simple, user-friendly interface for managing a Linux system’s firewall. Designed to simplify the complex and often intimidating iptables interface, UFW is particularly popular among Debian and Ubuntu users. This…

  • Why Advanced Users Make the Switch From Ubuntu to Debian Linux?

    Why Advanced Users Make the Switch From Ubuntu to Debian Linux?

    Ubuntu and Debian are closely related, with Ubuntu being derived from Debian. However, there are several reasons why Ubuntu users might eventually migrate to Debian. I was an Ubuntu Linux user initially and when I…

  • How To Change Debian Boot Screen and Plymouth Splash Screen Resolution?

    How To Change Debian Boot Screen and Plymouth Splash Screen Resolution?

    Debian looks amazing once loaded, but we do see a few seconds of text based starting up boot screen that looks a little off resolution to actual display’s resolution. For example, my display resolution is…

  • Install Nvidia drivers on Debian [and Ubuntu]

    Install Nvidia drivers on Debian [and Ubuntu]

    Many Linux enthusiasts use Debian Linux system with high-end hardware specs and find Nvidia drivers difficult to install; the main reason behind this difficulty is that Nvidia is not open-source so no support for it,…

  • dpkg: error processing package linux-image-amd64 (–configure)

    dpkg: error processing package linux-image-amd64 (–configure)

    Recently I installed new Debian 12 (KDE) from live image they have on their site, it was working fine until one upgrade to kernel came out. The error was like this: dpkg: error processing package…

  • Sudo: Command Not Found

    Sudo: Command Not Found

    Many newbies may panic in this error when they try to ssh into a server via command line or when they are trying CLI (Command Line Interface) for the very first time. Don’t panic, if…

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