Linux Tutorials on the topic “web server”
-
How to Install Fathom Privacy Focused Web Analytics on Debian 12
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 0 • Published: Sep 29, 2023Fathom is privacy-focused web analytics that delivers clean and concise data about your websites. In this guide, we'll go over the Fathom Web Analytics installation on the Debian 12 server step-by-step.
-
How to Install Pydio Cells on Debian 12
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 0 • Published: Sep 21, 2023Pydio Cells is a self-hosted Document Sharing and Collaboration platform. In the following guide, I will walk you through the installation of Pydio Cells as a file-sharing and collaboration tool on a Debian 12 server.
-
How to Install Odoo 16 ERP Software on Debian 12
Author: Navjot Singh • Tags: debian, linux, nginx, server, web server • Comments: 0 • Published: Sep 21, 2023Odoo (formerly known as OpenERP) is a self-hosted suite of over 10,000 open-source applications well suited for various business needs, including CRM, eCommerce, accounting, inventory, project management, and point of sale. This tutorial will show how to install Odoo 16 on a Debian 12 server.
-
-
How to Install Ruby on Rails on Debian 12
Author: Arvid L • Tags: debian, linux, programming, web server • Comments: 0 • Published: Sep 14, 2023Ruby on Rails or RoR is a free and open-source web application framework written in Ruby and released under the MIT license. Rails is a full-stack web framework for easily building enterprise-grade applications.
-
How to Install GLPI IT Inventory Management on Debian 12
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 0 • Published: Sep 14, 2023GLPI is an open-source IT asset and Helpdesk management solution written in PHP. In this guide, I'll show you how to install GLPI IT Management Software on a Debian 12 machine.
-
Guide to Install Django Web Framework on Debian 12
Author: Arvid L • Tags: debian, linux, nginx, programming, server, web server • Comments: 0 • Published: Sep 14, 2023Django is a free and open-source Python Web Framework used to develop dynamic websites and applications. This guide will show you how to install the Django web framework on a Debian 12 server.
-
How to Install BookWyrm on a Debian 12 server
Author: Navjot Singh • Tags: debian, linux, server, web server • Comments: 0 • Published: Sep 14, 2023BookWyrm is an open-source federated social network for book readers. It acts as an ad-free Goodreads alternative. In this tutorial, you will learn how to install BookWyrm on a Debian 12 server.
-
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.