Articles by Arvid L
-
How to Install OpenSearch on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 0OpenSearch is a community-driven project by Amazon and a fork of Elasticsearch and Kibana. In this tutorial, you'll deploy OpenSearch - an open-source search, analytics, and visualization suite - to the Debian 11 server.
-
How to Set Up Local DNS Resolver with Unbound on Ubuntu 22.04
Author: Arvid L • Tags: dns, linux, ubuntu • Comments: 3Unbound is free and open-source DNS server software that can be used for validating, recursive, and caching DNS resolvers. In this tutorial, you will install Unbound on Ubuntu 22.04 server and set it up as a Local DNS Server with some features enabled, such as DNSSEC, DNS cache, local domain names and sub-domains, and also DNS-over-TLS (DoT).
-
How to Install Fathom Privacy-Focused Website Analytics on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server, web server • Comments: 0Fathom is privacy-focused web analytics that delivers clean and concise data about your websites. This tutorial shows you how to install Fathom Privacy-Focused Website Analytics on a Debian 11 server.
-
-
How to Install and Use MongoDB NoSQL Database on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0MongoDB is an open-source, cross-platform, and distributed NoSQL (Non-SQL or Non-Relational) database system. In this tutorial, you will install MongoDB NoSQL Database on Rocky Linux 9 server.
-
How to Install NetBox on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0NetBox is an Infrastructure Resource Modelling (IRM) software designed for network automation and infrastructure engineering. In this tutorial, you will install NetBox IRM (Infrastructure Resource Management) on a Rocky Linux 9 server.
-
How to Install Wireguard VPN on Rocky Linux 9
Author: Arvid L • Tags: linux, networking, server • Comments: 1Wireguard is an open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. This guide teaches you how to install and set up Wirgeuard Server on a Rocky Linux 9 server. You'll also learn how to set up a client machine to connect to the Wireguard server.
-
How to Set up Teleport Cluster on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0Teleport is an open-source that can be used as an access plane for your global infrastructure. It provides zero-trust access to a variety of services such as servers, Kubernetes clusters, database servers, DevOps applications like AWS Management Console, CI/CD, version control, and desktops.
-
How to Install PostgreSQL 15 on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0PostgreSQL is a free and open-source database management system focusing on extensibility and SQL compliance. This tutorial will guide you through installing the latest PostgreSQL 15 on a Rocky Linux 9 server. This also guides you through the basic usage of PostgreSQL for creating users/roles, managing databases, creating tables, insert and retrieving data.
-
How to Install Rust Programming Language on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, ubuntu • Comments: 0The Rust programming language has been adopted by hundreds of big companies in production environments. This tutorial will guide you through installing Rust Programming Language on a Ubuntu 22.04 machine.
-
How to Install Wireguard VPN on Debian 11
Author: Arvid L • Tags: debian, linux, security • Comments: 0Wireguard is a free and open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. Wiruguard is designed for Linux and Unix operating systems, it runs on Linux kernel space, which makes the Wireguard faster and more reliable. In this tutorial, you will install and set up a VPN server via Wireguard on Debian 11 servers.