Articles by Arvid L
-
How to Install SysPass Password Manager on Rocky Linux
Author: Arvid L • Tags: linux, security • Comments: 0SysPass is an open-source password manager written in PHP with AES-256 CTR encryption. It's designed for centralized and collaborative password management. In this tutorial, you will install SysPass Password Manager with Apache2, MariaDB, and PHP on the Rocky Linux server.
-
How to Install Redmine Project Management Tool on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0Redmine is free and open-source project management and issue-tracking tool. It's web-based application software, mainly written in Ruby on Rails. It's cross-platform and supports multiple databases and multiple languages.
-
How to Install Docker Swarm on Debian 11
Author: Arvid L • Tags: cloud, debian, linux, virtualization • Comments: 0Docker Swarm is a container orchestration built on Docker Engine. It allows you to create and deploy a cluster of Docker nodes with multiple servers. This tutorial shows you how to set up Docker Swarm on Debian 11 servers.
-
-
How to Install SonarQube on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0SonarQube or formerly Sonar is an open-source platform for static code analysis and code security. It allows you to perform static code analysis and code quality to detect bugs and enhance application security. It also provides reports such as duplicate code, coding standards, code complexity, and security recommendation.
-
How to Install Nexus Repository Manager on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, ubuntu • Comments: 1Nexus is one of the most popular repository managers in the DevOps world. It allows you to store and retrieve build artifacts and also provides features to push and pull artifacts via CI and IDE integration tools such as Visual Studio and Jenkins.
-
How to Install Neos CMS on Debian 11
Author: Arvid L • Tags: apache, debian, linux, web server • Comments: 0Neos is an enterprise content management built-in with custom content modeling that provides an effective way to edit and manage content, SEO optimization such as automatic redirects and SEO metadata, and powerful roles and user management.
-
How to Install VNC Server on Rocky Linux
Author: Arvid L • Tags: desktop, linux • Comments: 1Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using VNC client software. In this tutorial, you will set up the VNC Server with TigerVNC on a Rocky Linux server. You will also learn how to connect securely to the VNC Server via SSH tunneling.
-
How to Install Graylog Centralized Log Management System on Rocky Linux
Author: Arvid L • Tags: linux, server • Comments: 0Graylog is a free and open-source log-management platform for capturing, storing, and enabling real-time analysis of your data and logs. It's written in Java and built on top of other open-source software like MongoDB and Elasticsearch.
-
How to Install Drupal CMS with Apache2 on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, ubuntu, web server • Comments: 0Drupal is a free and open-source web content management system written in PHP. In this guide, I will show you how to install the latest version of Drupal on an Ubuntu 22.04 system.
-
How to Install Containerd Container Runtime on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, virtualization • Comments: 1Containerd is a high-level container runtime that supports OCI Image Spec and OCI Runtime Spec (Open Container Initiative). This tutorial will go over how to install the Containerd Container Runtime on an Ubuntu 22.04 server. This tutorial will go over two different methods for installing Containerd, manually by downloading the binary package or and installing Containerd via the APT repository.