Best of Linux HandbookNovember 2022

  1. 1
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    top vs htop: What's the Difference?

    Top and htop are two of the most popular command line utilities for system monitoring in Linux. The older command is the older command and it comes preinstalled on all Linux distros. htop is newer and it adds color and gives a more interactive user interface than top.

  2. 2
    Article
    Avatar of linuxhandbookLinux Handbook·3y

    Installing LAMP Server on Localhost on Ubuntu

    LAMP is a tech stack that refers to the collection of software required to run a web application. You can install LAMP on your own computer to create a local development environment. In this guide, you'll get a LAMP stack up and running on an Ubuntu 22.04 machine.

  3. 3
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    Docker Alternatives for Your Containerization Needs

    Docker is not the only tool you can use for Linux container management. There are several other tools you can consider using instead of Docker. In this article, I am going to list such container tools. What do you mean by "Docker replacement"?