HowtoForge provides user-friendly Linux tutorials.
-
How to Enable HTTP/2 in Apache Web Server on Ubuntu and Debian
Author: Blago Eres • Tags: linux, web server • Comments: 8Hypertext Transfer Protocol Version 2 (HTTP/2) is the latest version of the HTTP protocol. This tutorial shows you how to enable HTTP/2 in Apache web server on Debian and Ubuntu.
-
How to Mount an NTFS Drive on CentOS / RHEL / Rocky Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 12This tutorial will show you how to mount an NTFS drive in read/write mode on CentOS and other RHEL based Linux operating systems. NTFS-3G is a stable Open Source NTFS driver that supports reading and writing to NTFS drives on Linux and other operating systems.
-
How to Setup Kubernetes Cluster with Kubeadm on Debian 11
Author: Arvid L • Tags: debian, linux, virtualization • Comments: 7Kubernetes or k8s is an open-source platform for container orchestration that automates deployments, management, and scaling of containerized applications.
-
-
How to Install Focalboard on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu, web server • Comments: 0Focalboard is an open-source and self-hosted project management tool. It is multilingual and an alternative to Asana, Trello, and Notion that can be used by developers to track and manage work across teams.
-
How to Install Glances Monitoring Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, monitoring, server, shell, ubuntu • Comments: 1Glances is a free, open-source, and cross-platform curses-based system monitoring tool written in Python. It is a real-time system monitoring tool that monitors system resources, including CPU, Memory, Load, Disk I/O, Processes, File System space, Network interface and more.
-
How to Install Sails.js Framework with Nginx on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 0Sails.js is a full-stack MVC JavaScript framework for Node.js. It is used for developing real-time web applications. In this tutorial, you will learn how to install the Sails.js framework to create a test app and deploy it using the Nginx server along with Let's Encrypt SSL on a Ubuntu 22.04 server.
-
How to Install Redis on Ubuntu 22.04
Author: Muhammad Arul • Tags: server • Comments: 0Redis is an open-source, in-memory key/value store, used as a database, cache, and message broker. It's a distributed in-memory key-value database with optional durability. In this tutorial, we will show you how to install and configure Redis Server on Ubuntu 22.04 LTS.
-
How to Install Gitea on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 2Gitea is a free, open-source, and self-hosted Git service. It is written in GO language and provides an easier way to host your own version control system on the internet. In this tutorial, we will show you how to install the Gitea Git service with Nginx and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install Redis on Ubuntu 20.04
Author: Muhammad Arul • Tags: server • Comments: 0Redis is an open-source, in-memory key/value store, used as a database, cache, and message broker. It's a distributed in-memory key-value database with optional durability. In this tutorial, we will show you how to install and configure Redis Server on Ubuntu 20.04 LTS.
-
How to Configure Custom Postfix Bounce Messages
Author: Falko Timme • Tags: postfix • Comments: 7Since Postfix version 2.3, Postfix supports custom bounce messages. This guide shows how to configure custom Postfix bounce messages and max queue lifetime.