Articles by Arvid L
-
How to Setup Varnish SSL Termination with Nginx Web server on Rocky Linux 8
Author: Arvid L • Tags: linux, web server • Comments: 0Varnish cache software does not support SSL/TLS by default. You need additional software to enable SSL/TLS support on Varnish. In this article, you will learn how to set up Varnish SSL Termination with the Nginx web server.
-
How to Install Sails.js MVC Framework with Nginx on Debian 11
Author: Arvid L • Tags: debian, nginx, programming, server, web server • Comments: 0Sails.js is a full-stack Node.js framework built on top of Express socket.io. It's a powerful MVC framework inspired by Ruby on Rails, but with supports of data-driven APIs and scalable, also service-oriented architecture.
-
How to Install Rust Programming Language on Debian 11
Author: Arvid L • Tags: debian, linux, programming • Comments: 5In this guide, you will learn how to install Rust programming language on the Debian 11 Bullseye. We will be using the rustup toolchain for installing and managing Rust on the Debian system.
-
-
How to Install Ruby on Rails with PostgreSQL on Rocky Linux 8.4
Author: Arvid L • Tags: linux, server, web server • Comments: 0Ruby on Rails or RoR or Rails is a free and open-source web application framework written in Ruby. In this tutorial, you will learn how to install Ruby on Rails with the PostgreSQL database on the Rocky Linux system.
-
Enable UEFI Support in KVM Virtualization
Author: Arvid L • Tags: kvm, linux, virtualization • Comments: 0UEFI or Unified Extensible Firmware Interface is considered as the firmware replacement for BIOS. It comes with more features and functionality that are limited on BIOS, and it is available on nowadays motherboards and modern PCs.
-
How to Install and Configure NFS Server on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 0NFS or Network File System is a network protocol that allows you to mount a remote filesystem through the network. For this tutorial, you will learn how to install and configure an NFS Server on the latest Debian 11 Bullseye.
-
How to Install and Use pgAdmin 4 on Rocky Linux 8
Author: Arvid L • Tags: linux • Comments: 0pgAdmin is a free and open-source graphical administration tool for PostgreSQL. In this guide, you will learn how to install pgAdmin on a Rocky Linux 8 server.
-
How to Install Java JDK and JRE on Rocky Linux
Author: Arvid L • Tags: linux, programming • Comments: 0In this tutorial, you will learn how to install Java OpenJDK on the Rocky Linux system. I will show you different ways to install Java JDK and JRE and also how to set the Java default version for your development and production environment.
-
How to Install Docker on Debian 11
Author: Arvid L • Tags: debian, linux, virtualization • Comments: 3Docker is a set of open platforms that provides OS-level virtualization for developing, shipping, and running applications. In this tutorial, you will learn how to install Docker on the Debian 11 Bullseye. Also, you will learn the basic usage of Docker for running containers and managing images.
-
How to Install Nextcloud on Debian 11
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 14Nextcloud is open-source software for creating public and private file storage. It allows you to create your self-hosted services like Dropbox, Google Drive, or Mega.nz. In this guide, you will learn how to install Nextcloud on the latest Debian 11 Bullseye.