HowtoForge provides user-friendly Linux tutorials.
-
How to Install CockroachDB Cluster on Ubuntu 24.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0 • Published: Jun 28, 2024CockroachDB is a highly resilient and scalable distributed SQL database designed to handle large-scale data workloads easily. In this guide, we’ll show you how to install the CockroachDB cluster on Ubuntu 24.04 servers.
-
Linux basename Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Jun 28, 2024Sometimes, while working on the command line (especially when dealing with shell scripts), you might be interested in only the filename, but what's available to you is the complete path of the file. So, the requirement is to strip the directory component of the path. You'll be glad to know there exists a command - basename - that does this job.
-
How to Mount an NTFS Drive on Rocky Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 0 • Published: Jun 28, 2024This tutorial will show you how to mount an NTFS drive in read/write mode on the RHEL-based Linux operating system Rocky Linux. NTFS-3G is a stable Open Source NTFS driver that supports reading and writing to NTFS drives on Linux and other operating systems.
-
-
Linux tty Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0 • Updated: Jun 27, 2024In Linux, everything is a file. Even any hardware device connected to the system is represented as a special file. So it shouldn't come as a surprise that a terminal is also represented as a file. There exists a command dubbed tty that displays terminal related information.
-
How to Install Drupal on Alma Linux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0 • Published: Jun 27, 2024Drupal is an open-source content management system (CMS) for building and managing websites. Known for its flexibility and robustness, Drupal allows users to create and organize content, customize the presentation, automate administrative tasks, and manage user roles and permissions.
-
The Perfect Server - Debian 12 (Bookworm) with Apache, BIND, Dovecot, PureFTPD and ISPConfig 3.2
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, web server • Comments: 47 • Updated: Jun 27, 2024This tutorial shows how to prepare a Debian 12 server (with Apache2, BIND, Dovecot) to install ISPConfig 3.2. The web hosting control panel ISPConfig 3 allows you to configure the following services through a web browser: Apache web server, Postfix mail server, Dovecot IMAP/POP3 server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
How to deploy Ghost Blog with Nginx on Debian 12
Author: Navjot Singh • Tags: debian, linux, server, web server • Comments: 0 • Published: Jun 25, 2024Ghost is an open-source blogging platform that helps you create a professional-looking blog. In this tutorial, we will explore how to install Ghost CMS using Nginx and MySQL on a server powered by Debian 12.
-
How to Install Cachet Status Page System on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Jun 25, 2024Cachet is an open-source status page system written in PHP. It allows you to monitor downtime and system failure on your infrastructure.
-
How to Install Umami Privacy Analytics on Ubuntu 24.04
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0 • Published: Jun 24, 2024Umami is a free and open-source web analytics platform written in Nodejs. In this guide, you’ll learn how to install Umami privacy-focused analytics on the Ubuntu 24.04 server.
-
How to Install Magento eCommerce Suite on Rocky Linux 9 with Elasticsearch
Author: Navjot Singh • Tags: cms, linux, web server • Comments: 0 • Published: Jun 21, 2024Magento is an open-source e-commerce platform written in PHP. In this tutorial, we will install the Magento open-source community edition. It offers all the functionality you need to set up a professional online store. We will also install Elasticsearch to search through the product catalog, Redis for the session, and file cache, and serve it using the Nginx server.