HowtoForge provides user-friendly Linux tutorials.
-
How to Set up PostgreSQL Replication on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0PostgreSQL is an advanced and enterprise-class RDBMS (Relational Database Management System) that supports both SQL (relational) and JSON (non-relational) querying. In this tutorial, I will install and set up the Logical Replication of the PostgreSQL database server via pglogical2 on two Debian 11 servers.
-
How to Install LibreNMS Monitoring Tool on AlmaLinux 9
Author: Arvid L • Tags: linux, monitoring, server • Comments: 0LibreNMS is a monitoring tool that supports auto-discovery with multiple protocols, including SNMP, ARP, OSPF, and BGP. In this guide, I will show you how to install LibreNMS Monitoring Tool on your AlmaLinux 9 server. I will run LibreNMS with PHP-FPM, Nginx web server, and the MariaDB database.
-
Install TYPO3 CMS with Nginx on AlmaLinux 9
Author: Arvid L • Tags: linux, nginx, php, web server • Comments: 0TYPO3 is a free and open-source Enterprise-grade content management system. In this guide, I'll show you how to install TYPO3 CMS on an AlmaLinux 9 step-by-step. We will install TYPO3 CMS with the Nginx web server, MariaDB database server, and PHP-FPM.
-
-
Guide to Install VNC Server on AlmaLinux 9
Author: Arvid L • Tags: desktop, linux, server • Comments: 0Virtual Network Computing (VNC) is a desktop sharing protocol allowing you to remotely control a computer using VNC client software. VNC is working on GUI (Graphical User Interface) environments. It transmits movements of your mouse and keyboard input over the network using the Remote Frame Buffer (RFB) protocol.
-
How to Install Graylog on AlmaLinux 9
Author: Arvid L • Tags: linux, monitoring, server • Comments: 1Graylog is a free and open-source log-management platform for capturing, storing, and enabling real-time analysis of your data and logs. In this guide, we'll go over the installation of Graylog as a Centralized Log Management System on AlmaLinux 9 server.
-
How to Install OpenEMR on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, web server • Comments: 1OpenEMR is an open-source electronic health record and medical practice management tool. It is Office of the National Coordinator for Health Information Technology (ONC) certified. In this tutorial, you will learn how to install OpenEMR software on a server running Ubuntu 22.04.
-
Linux bzcmp, bzdiff, bzmore, bzless, and bzgrep Commands Explained with Examples
Author: Himanshu Arora • Tags: linux, shell • Comments: 0While the bzip2 command line utility can be used to compress files, there are many other tools that let you perform basic tasks - like comparing such files - without the need to uncompress them. Here, in this tutorial, we will discuss the basics of bzcmp, bzdiff, bzmore, bzless, and bzgrep commands using some easy to understand examples.
-
How To Configure PureFTPd To Accept TLS Sessions On Debian
Author: Falko Timme • Tags: debian, ftp, security • Comments: 5How To Configure PureFTPd To Accept TLS Sessions On Debian Linux. FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to configure PureFTPd to accept TLS sessions on a Debian server.
-
How to Set Up a Local DNS Resolver with Unbound on Debian
Author: Arvid L • Tags: debian, linux • Comments: 0Unbound is free and open-source DNS server software that can be used for validating, recursive, and caching DNS resolvers. In this guide, you will learn how to set up Private DNS Server with Unbound on a Debian 11 and Debian 12 server.
-
How to Install Sensu Monitoring Solution on Rocky Linux 9
Author: Arvid L • Tags: linux, monitoring, server • Comments: 0Sensu is an open-source infrastructure and application monitoring system designed for container and non-container monitoring and multi-cloud infrastructure. In this tutorial, you will install Sensu Monitoring Solution on a Rocky Linux 9 server.