Best of Linux HandbookOctober 2022

  1. 1
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    Podman vs Docker: What's the Difference?

    Docker's core runs as a "system daemon" i.e. as a daemon executed by the root user. Red Hat unveiled Podman as an alternative to Docker in 2018. The advantage of using Podman is visible here. Podman does not have a daemon running, and certainly doesn't have any strict requirements for root access.

  2. 2
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    Pretty Print JSON in Linux Command Line

    The jq is a command-line JSON processor that allows users to modify JSON files in various ways. It requires to be installed first. If you're on a Debian-based distro, you can use this command: sudo apt install jq.

  3. 3
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    How to Install LOMP Stack on Ubuntu

    A LOMP stack is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web applications. This tutorial will show you how to install a LEMP stack on an Ubuntu 22.04 server. MariaDB is a drop-in replacement for the MySQL database server. These options include removing anonymous users, disallowing remote root login, and removing the test databases, etc.