Articles by Arvid L
-
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.
-
How to Install pgAdmin 4 v5 PostgreSQL Administration Tool on Debian 11
Author: Arvid L • Tags: debian, server • Comments: 2pgAdmin is a free and open-source graphical administration tool for PostgreSQL which is easy to use. In this tutorial, you will learn how to install pgAdmin server mode on the latest Debian 11 Bullseye. You will learn how to set up pgAdmin with Apache web server, and learn the basic usage of pgAdmin for managing PostgreSQL database and user.
-
How to Install Nodejs on Rocky Linux 8.4
Author: Arvid L • Tags: linux, web server • Comments: 1Node.js is a cross-platform java-script runtime for server-side programing language. It's built on top of Chrome's V8 JavaScript engine, allows you to execute JavaScript code on the server-side. In this tutorial, you will learn how to install Node.js on Rocky Linux using two different methods.