Articles by Arvid L
-
How to Install NFS Server and Client on Debian 12
Author: Arvid L • Tags: debian, linux, server • Comments: 0 • Published: Aug 04, 2023NFS or Network File System is a network protocol that allows you to mount a remote file system over the network. In this guide, I will show you how to install an NFS server and client on Debian 12.
-
How to Install GlusterFS on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Aug 03, 2023GlusterFS or Gluster File System, is a free and open-source distributed file system developed by RedHat. In this guide, we'll take you through the installation process of GlusterFS Cluster on AlmaLinux 9 servers. You will set up high-availability file system storage using GlusterFS on AlmaLinux 9 servers.
-
How to Install Laravel on Debian 12
Author: Arvid L • Tags: linux, php, web server • Comments: 0 • Published: Aug 02, 2023Laravel is a web application framework based on PHP for building enterprise web applications. In this guide, we'll show you how to install Laravel step-by-step on Debian 12, so you can get started with the Laravel project.
-
-
How to Monitor PostgreSQL with Prometheus and Grafana on Ubuntu 22.04
Author: Arvid L • Tags: linux, monitoring, ubuntu • Comments: 0 • Published: Aug 01, 2023In this tutorial, you'll set up Prometheus and Grafana Monitoring Platforms to monitor the PostgreSQL database server. You'll install and set up the postgres_exporter to gather PostgreSQL server matrics and expose them to the Prometheus server. At the end of this tutorial, you'll set up the dashboard monitoring for the PostgreSQL server via the Grafana data visualization platform.
-
How to Install and Use Docker on Debian 12
Author: Arvid L • Tags: linux, server, virtualization • Comments: 0 • Published: Aug 01, 2023Docker is a set of open platforms that provides OS-level virtualization for developing, shipping, and running applications. In this guide, I'll show you how to install Docker Engine on the latest Debian 12. You will also go over the management of Docker service via systemctl, and learn the basic usage of Docker for managing images, containers, and volumes.
-
Guide to Set up Chrony as NTP Server and Client on AlmaLinux 9
Author: Arvid L • Tags: linux • Comments: 0 • Published: Jul 25, 2023NTP, or Network Time Protocol, is a networking protocol for time and clock synchronization on the computer network. In the following guide, I will show you how to install Chrony on an AlmaLinux 9 server. We will install Chrony as an NTP server and NTP client. Furthermore, you will also learn how to use the chronyc command line for managing and monitoring Chrony.
-
How to Install OpenLDAP Server on AlmaLinux 9
Author: Arvid L • Tags: linux, server • Comments: 0 • Published: Jul 21, 2023OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). In this tutorial, we'll show you how to install OpenLDAP Server on an AlmaLinux 9, so you can get started with ease.
-
How to Install Fleet Osquery Manager on Ubuntu 22.04
Author: Arvid L • Tags: desktop, linux, security, server, ubuntu • Comments: 0 • Published: Jul 21, 2023Fleet is an open-source osquery manager that can be used to maintain secure workstations and servers, and keep an accurate inventory of all your devices. In this tutorial, you will install Fleet Osquery Manager on an Ubuntu 22.04 server.
-
How to Install FossBilling with Nginx on Rocky Linux 9
Author: Arvid L • Tags: linux, nginx, server, web server • Comments: 0 • Published: Jul 14, 2023FOSSBilling is a fork of BoxBilling, it provides a great experience for clients with an intuitive interface and also supports multiple payment gateways. I will install FOSSBilling on a Rocky Linux 9 server in this guide.
-
How to Install Ruby on Rails with PostgreSQL on AlmaLinux 9
Author: Arvid L • Tags: linux, programming, server, ubuntu, web server • Comments: 0 • Published: Jul 14, 2023Ruby on Rails or RoR or Rails is a free and open-source web application framework written in Ruby with the MIT License. It is a full-stack web framework that uses the model-view-controller (MVC) pattern.