HowtoForge provides user-friendly Linux tutorials.
-
How to Install OpenEMR on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, web server • Comments: 1 • Published: Jul 07, 2023OpenEMR 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: 0 • Updated: Jul 07, 2023While 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: 5 • Updated: Jul 05, 2023How 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: 0 • Published: Jun 30, 2023Unbound 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: 0 • Published: Jun 30, 2023Sensu 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.
-
How to Set up a Bastion Server with Warpgate on Debian
Author: Arvid L • Tags: debian, linux, security, server • Comments: 0 • Published: Jun 22, 2023A Bastion Server refers to a computer/machine/server that is designed and configured specifically to withstand attacks on computer networks. The functionality of the Bastion Server is similar to a proxy or load balancer for applications. It allows you to access computers or servers that are located in DMZ networks. In this tutorial, you will set up a Bastion server for SSH and MySQL/MariaDB connections on a Debian 11 server using Warpgate.
-
What if William Shakespeare had written a Linux LAMP tutorial?
Author: howtoforge • Tags: linux • Comments: 0 • Published: Jun 22, 2023If you've ever wondered what a Linux tutorial might look like if William Shakespeare wrote it, check out the text below. The text was written by ChatGPT, of course. The commands in the guide are working, so the tutorial can even be used to install a server.
-
How to Install Passbolt CE Password Manager on AlmaLinux 9
Author: Arvid L • Tags: linux, security, server, web server • Comments: 0 • Published: Jun 22, 2023Passbolt is a free and open-source password manager based on PHP, MySQL, and OpenPGP. It is a self-hosted application server, you can install it on your server. This tutorial will show you how to install Passbolt Password Manager with a MariaDB database server and Nginx web server on an AlmaLinux 9 server.
-
Step-by-Step Guide: Installing PostgreSQL on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jun 22, 2023PostgreSQL is an advanced and enterprise-class RDBMS (Relational Database Management System). In his tutorial, you will learn how to install PostgreSQL on AlmaLinux 9. In addition, you will also learn how to set up PostgreSQL authentication, the basic usage of PostgreSQL for creating database and user, and some basic queries for creating tables, inserting and retrieving data, updating and deleting.
-
How to Install Prometheus and Node Exporter on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jun 22, 2023Prometheus is an open-source monitoring and alerting platform. In this guide, we'll go over the installation of Prometheus and Node Exporter step-by-step on AlmaLinux 9 servers.