Linux Tutorials on the topic “linux”
-
How to Install Zabbix Monitoring Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Aug 31, 2023Zabbix is a powerful open-source monitoring solution to monitor IT infrastructure. With Zabbix, you can monitor various IT components, including networks, servers, virtual machines, and cloud services.
-
How to Install FreeIPA Server with Docker on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Updated: Aug 24, 2023FreeIPA is an open-source identity management solution for Linux/Unix operating systems. In this guide, you will install and set up the FreeIPA server on Debian 12 machine via Docker.
-
How to Integrate Sudoers with FreeIPA Server
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Aug 24, 2023Sudo is an application that allows you to get root or administrator privileges on Linux and Unix operating systems. In this tutorial, you will learn how to integrate Sudoers and FreeIPA with two scenarios.
-
-
How to Install and Configure OpenVPN Server on Debian 12
Author: Navjot Singh • Tags: debian, linux, server • Comments: 1 • Published: Aug 24, 2023In our tutorial, we will install OpenVPN on a Debian 12 server and configure it to be accessible from a client machine, and create a VPN connection between them to redirect all the traffic from the client through the OpenVPN server.
-
How to Install a Debian 12 (Bookworm) Minimal Server
Author: Till Brehm • Tags: debian, linux • Comments: 1 • Updated: Aug 20, 2023This tutorial shows in detail how to install a Debian 12 (Bookworm) minimal server with many screenshots. The purpose of this guide is to provide a minimal setup that can be used as the basis for our other Debian 12 tutorials here at howtoforge.com.
-
How to Install a CockroachDB Cluster on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Aug 18, 2023CockroachDB is an open-source distributed and scalable SQL database for cloud applications. This guide shows you how to install and create a CockroachDB cluster on multiple AlmaLinux 9 servers.
-
How to Install PostgreSQL and pgAdmin Tool on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Aug 17, 2023PostgreSQL is an advanced and enterprise-class RDBMS (Relational Database Management System) that supports both SQL (relational) and JSON (non-relational) querying.
-
How to Install Magento eCommerce Suite on Debian 12 with Nginx and Elasticsearch
Author: Navjot Singh • Tags: debian, linux, web server • Comments: 0 • Published: Aug 17, 2023Magento is an open-source e-commerce platform written in PHP. In this tutorial, we will install the Magento open-source community edition. We will also install Elasticsearch for searching through the product catalog, Redis for the session and file cache, and serve it using the Nginx server.
-
How To Save Traffic With Apache2's mod_deflate
Author: Falko Timme • Tags: apache, debian, linux, ubuntu, web server • Comments: 12 • Updated: Aug 13, 2023How To Save Traffic With Apache2's mod_deflate. In this tutorial I will describe how to install and configure mod_deflate on an Apache2 web server. mod_deflate allows Apache2 to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With mod_deflate, you can compress HTML, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.
-
Guide to Install Matomo Web Analytics on AlmaLinux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0 • Published: Aug 11, 2023Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. The following tutorial shows you how to install Matomo web analytics on AlmaLinux 9 server. I will install Matomo with the Httpd web server, PHP, and MariaDB database. I will also secure Matomo with SSL/TLS certificates via Letsencrypt.