Articles by Arvid L
-
How to Install Flask with Nginx and Gunicorn on Debian 12
Author: Arvid L • Tags: debian, linux • Comments: 0 • Published: Sep 29, 2023Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). The following guide will show you how to get started with Flask on Debian 12.
-
How to Install TYPO3 CMS on Debian 12
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 0 • Published: Sep 29, 2023TYPO3 is a free and open-source Enterprise-grade content management system. This tutorial shows you how to install the TYPO3 CMS on a Debian 12 server on a LAMP Stack (Apache2, MariaDB, and PHP).
-
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 a Three Node GlusterFS Cluster on Debian 12
Author: Arvid L • Tags: debian, linux, server, storage • Comments: 1 • Published: Sep 21, 2023GlusterFS or Gluster File System, is a free and open-source distributed file system developed by RedHat. In the following guide, I'll take you through the installation of GlusterFS on Debian 12 servers. We will create a high-available and replicated storage system with GlusterFS using multiple Debian servers.
-
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 Set Up a Local DNS Resolver with Unbound on Rocky Linux 9
Author: Arvid L • Tags: dns, linux, server • Comments: 0 • Published: Sep 21, 2023Unbound is free and open-source DNS server software that can be used for validating, recursive, and caching DNS resolvers. In this tutorial, we will set up a Local DNS Server with Unbound on a Rocky Linux 9 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.
-
How to Install a Secure FTP Server with vsftpd on Debian 12
Author: Arvid L • Tags: • Comments: 1 • Published: Sep 14, 2023vSFTPd or Very Secure FTP Daemon is a free and open-source FTP server software. In this tutorial, you will learn how to set up and create a secure FTP server with vsftpd on a Debian 12 server. In this guide you will also learn how to secure your FTP server installation via UFW (Uncomplicated Firewall) and how to connect to the FTP server using the FTP client FileZilla.
-
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.