HowtoForge provides user-friendly Linux tutorials.
-
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: 49 • 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.
-
How to Install Prestashop on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, ubuntu • Comments: 0 • Published: Jun 21, 2024Prestashop is a fully customizable and feature-rich e-commerce solution for building comprehensive e-commerce websites. In this guide, you’ll learn how to install Prestashop on the Ubuntu 24.04 server with the LAMP Stack (Linux, Apache, MySQL/MariaDB, and PHP) and Composer.
-
How to Install Grafana and Prometheus on Ubuntu 24.04
Author: Arvid L • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Jun 20, 2024Grafana is an open-source and multi-platform data visualization platform. In this tutorial, you’ll learn how to install Grafana, Prometheus, and node_exporter on Ubuntu 24.04 servers.
-
Linux chsh Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1 • Updated: Jun 20, 2024The bash shell is one of the most widely used login shells in Linux. But there exist other shells as well, and you can use them for your command line work (until of course there's a specific requirement for your work). In this article, we will discuss a tool - dubbed chsh - that lets you switch to a login shell different from your current shell.
-
How to scan for viruses with ClamAV on Ubuntu 24.04
Author: Bill Toulas • Tags: desktop, security, server, ubuntu • Comments: 22 • Updated: Jun 18, 2024There aren't many viruses made for Linux distributions and as such, most people who use such systems don't even bother using antivirus software. Those however who do want to be able to scan their system or other windows-based systems that are connected on a Linux PC through a network can use ClamAV. ClamAV is an open-source anti-virus engine that is built to detect viruses, trojans, malware, and other threats. It supports multiple file formats (documents, executables, or archives), utilizes multi-thread scanner features and receives updates for its signature database at least 3-4 times a day.
-
Getting Started with Salt IT Automation Framework on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jun 15, 2024Salt or Saltstack is an open-source IT automation framework that allows administrators to execute commands remotely to multiple machines directly. This tutorial will show you how to install Salt on AlmaLinux 9 servers.