Articles by Arvid L
-
How to Install ERPNext 14 on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0ERPNext is an open-source Enterprise ERP (Enterprise Resource Planning) system that can be implemented in your business. In this tutorial, you will install the ERPNext on a Debian 11 server and then secure the ERPNext with SSL/TLS certificates via Certbot and Letsencrypt.
-
How to Install a Teleport Cluster on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 3Teleport is an open-source that can be used as an access plane for your global infrastructure. It provides zero-trust access to various services such as servers, Kubernetes clusters, database servers, DevOps applications like AWS Management Console, CI/CD, version control, and desktops.
-
How to Install Matomo Web Analytics on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, web server • Comments: 0Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. In this tutorial, you will set up and secure your web analytics with Matomo on a Ubuntu 22.04 server.
-
-
How to Install ERPNext on Rocky Linux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0ERPNext is an open-source Enterprise ERP (Enterprise Resource Planning) system. In this tutorial, you will install the ERPNext on a Rocky Linux 9 server and then secure your installation with SSL/TLS certificates via Certbot and Letsencrypt.
-
How to Install Mastodon Social Network on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server • Comments: 0In this tutorial, you'll install Mastodon, a decentralized microblogging platform on a Debian 11 server. With this guide, you'll set up Mastodon with PostgreSQL as the database server and Nginx as a reverse proxy.
-
How to Install a DNS Server with BIND on Rocky Linux 9
Author: Arvid L • Tags: bind, dns, linux, server • Comments: 1BIND or Berkeley Internet Name Domain is free and open-source DNS Server software. It's one of the most popular DNS server software used by more than 70% of DNS on the Internet. This tutorial will show you how to set up DNS Server with BIND on a Rocky Linux 9 server.
-
How to Install InfluxDB and Telegraf on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0InfluxDB is an open-source time series database written in Go. It is a high-performance time series platform with purpose-built to collect, store, process, and visualize time series data. In this tutorial, you will install the influxdb open-source time series database and Telegraf on a Rocky Linux 9 server.
-
How to Install Jenkins on Rocky Linux 9
Author: Arvid L • Tags: linux, programming, server • Comments: 0Jenkins is an open-source automation tool for Continuous Integration/Continuous Delivery (CI/CD). is entirely written in Java with the support of more than 1000 plugins for building, deploying, and automating your project.
-
How to Install Apache Hadoop on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 1Apache Hadoop is an open-source framework for processing and storing big data. In this tutorial, we will install the latest version of Apache Hadoop on an Ubuntu 22.04 server. Hadoop gets installed on a single node server and we create a Pseudo-Distributed Mode of Hadoop deployment.