HowtoForge provides user-friendly Linux tutorials.
-
Configure Networking on AlmaLinux 8, CentOS 8 or Rocky Linux 8 with nmcli Command (20 Examples)
Author: Hitesh Jethva • Tags: • Comments: 0nmcli is a command-line tool that can be used for controlling NetworkManager. This tool will help you to display network device status, create, edit, activate/deactivate, delete network connections and also troubleshoot networking in your Linux system.
-
How to Install Vaultwarden with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu • Comments: 4Vaultwarden is an unofficial port of Bitwarden server written in Rust language. It is compatible with the official Bitwarden clients and is less resource-heavy than Bitwarden. It uses the Bitwarden API to provide features like organization support, attachments, authenticator, U2F, Yubikey, Duo support, and support for email alias services.
-
How to Install and Use MariaDB on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, mysql, ubuntu • Comments: 2MariaDB is a free, open-source, and powerful database management system used to store application data. It is a stable and relational database management system, and fork of the popular MySQL database system. In this tutorial, we will show you how to install MariaDB 10.6 on Ubuntu 22.04 server.
-
-
How to Install Let's Chat on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 2Let's Chat is a free, open-source, and persistent messaging application that runs on Node.js and MongoDB. It is designed for small, intimate teams that offer a rich set of features such as LDAP/Kerberos authentication, a REST-like API, and XMPP support.
-
Linux pmap Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0Linux command line offers a lot of tools that help you know more about processes that are currently active in your system. One such utility is pmap, which reports the process memory map. In this tutorial, we will discuss the basics of pmap using some easy to understand examples.
-
How to Install CRI-O Container Runtime on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, virtualization • Comments: 0CRI-O is a lightweight container runtime alternative to Docker for Kubernetes. It's an implementation of Kubernetes CRI (Container Runtime Interface) and compliance with OCI runtime (Open Container initiative).
-
How to Install Apache Cassandra NoSQL Database on a Single-Node Ubuntu 22.04 Cluster
Author: Navjot Singh • Tags: server, ubuntu • Comments: 0Apache Cassandra is an open-source NoSQL distributed database management system. In this tutorial, we will learn how to install Apache Cassandra on a Single-node Ubuntu 22.04 Cluster.
-
How to Install Podman from Source on Ubuntu
Author: Muhammad Arul • Tags: ubuntu, virtualization • Comments: 0
Podman is a container runtime that provides features similar to Docker. It's part of the libpod library and can be used to manage pods (Kubernetes Terminology), containers, container images, and container volumes. In this tutorial, we're going to show you how to install Podman manually from source code on an Ubuntu server.
-
Linux mkfifo Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4If you're even a moderate Linux command line user, you must be aware of pipes, a fundamental command line feature that allows processes to communicate. Then there's a concept of named pipes (yeah, pipes with names, so that you can do more with pipes). The mkfifo command lets you create such named pipes.
-
How to Install Calibre Ebook Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu • Comments: 2Calibre is a free and open-source e-book manager. It works as a cross-platform desktop application along with a server component. In this tutorial, you will learn to install the Calibre server on a Ubuntu 22.04 machine.