HowtoForge provides user-friendly Linux tutorials.
-
How to Monitor PostgreSQL with Prometheus and Grafana on Ubuntu 22.04
Author: Arvid L • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Aug 01, 2023In this tutorial, you'll set up Prometheus and Grafana Monitoring Platforms to monitor the PostgreSQL database server. You'll install and set up the postgres_exporter to gather PostgreSQL server matrics and expose them to the Prometheus server. At the end of this tutorial, you'll set up the dashboard monitoring for the PostgreSQL server via the Grafana data visualization platform.
-
How to Install and Use Docker on Debian 12
Author: Arvid L • Tags: linux, server, virtualization • Comments: 0 • Published: Aug 01, 2023Docker is a set of open platforms that provides OS-level virtualization for developing, shipping, and running applications. In this guide, I'll show you how to install Docker Engine on the latest Debian 12. You will also go over the management of Docker service via systemctl, and learn the basic usage of Docker for managing images, containers, and volumes.
-
How to Install Node based Roadiz CMS with Nginx on Debian
Author: Hitesh Jethva • Tags: nginx • Comments: 0 • Published: Jul 31, 2023Roadiz is a free and open-source content management system based on a node system. In this tutorial, we will learn how to install Roadiz on Debian server.
-
-
How to Install Apache Kafka with CMAK on CentOS
Author: Hitesh Jethva • Tags: linux, server • Comments: 0 • Published: Jul 31, 2023Apache Kafka is a free and open-source streaming platform used for streaming analytics, data integration, and mission-critical applications. Compared to ActiveMQ and RabbitMQ, Kafka has better throughput, built-in partitioning, replication, and fault-tolerance.
-
How to Install Flatpress CMS with Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 1 • Published: Jul 31, 2023FlatPress is a free and open-source blogging engine written in PHP language. FlatPress stores all its content on text files, so it does not require a database. In this tutorial. I am going to explain how to install FlatPress on Ubuntu.
-
How to Install PowerDNS and PowerDNS-Admin on Ubuntu 22.04
Author: Hitesh Jethva • Tags: • Comments: 8 • Updated: Jul 28, 2023PowerDNS is a free and open-source authoritative nameserver written in C++. It supports several databases such as MySQL, MariaDB, PostgreSQL, and Oracle to store zone files and records. In this post, we will explain how to install PowerDNS and PowerDNS admin on Ubuntu 22.04 server.
-
Guide to Set up Chrony as NTP Server and Client on AlmaLinux 9
Author: Arvid L • Tags: linux • Comments: 0 • Published: Jul 25, 2023NTP, or Network Time Protocol, is a networking protocol for time and clock synchronization on the computer network. In the following guide, I will show you how to install Chrony on an AlmaLinux 9 server. We will install Chrony as an NTP server and NTP client. Furthermore, you will also learn how to use the chronyc command line for managing and monitoring Chrony.
-
How to integrate ONLYOFFICE Docs with Odoo
Author: Daria • Tags: linux • Comments: 0 • Published: Jul 25, 2023ONLYOFFICE Docs is an open-source office suite that comprises collaborative editors for text documents, spreadsheets, presentations, and digital forms, along with a PDF viewer and converter. In this tutorial, we’ll learn how to connect the instances of ONLYOFFICE Docs and Odoo using an integration app.
-
How to Install OpenLDAP Server on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jul 21, 2023OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). In this tutorial, we'll show you how to install OpenLDAP Server on an AlmaLinux 9, so you can get started with ease.
-
How to Install Fleet Osquery Manager on Ubuntu 22.04
Author: Arvid L • Tags: desktop, linux, security, server, ubuntu • Comments: 0 • Published: Jul 21, 2023Fleet is an open-source osquery manager that can be used to maintain secure workstations and servers, and keep an accurate inventory of all your devices. In this tutorial, you will install Fleet Osquery Manager on an Ubuntu 22.04 server.