HowtoForge provides user-friendly Linux tutorials.
-
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.
-
Install Apache2, MariaDB and PHP (FAMP stack) on FreeBSD
Author: Muhammad Arul • Tags: freebsd • Comments: 0
A FAMP stack (FreeBSD, Apache, MySQL/MariaDB, PHP) is a group of applications that can host dynamic websites and web applications, especially PHP-based applications. This tutorial will show you how to install and configure basic FAMP Stack using the new version, FreeBSD 12.0.
-
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.
-
Getting Started with Podman: Manage Images, Containers and Volumes
Author: Muhammad Arul • Tags: linux, virtualization • Comments: 0Podman is a container runtime that provides features similar to Docker. It's part of the libpod library and can be used to manage pods, containers, container images, and container volumes.
-
How to Install Podman on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, virtualization • Comments: 0Podman also called "Pod Manager" is an open-source tool used for creating and managing containers. It is part of the libpod library that doesn’t rely on the Docker daemon and is compatible with Docker. In this tutorial, I will show you how to install and use Podman on Ubuntu 22.04 server.
-
Update the ISPConfig Perfect Server from Debian 10 to Debian 11
Author: Thom Pol • Tags: debian, ispconfig, linux • Comments: 16This tutorial will take you through updating a server managed by ISPConfig from Debian 10 (buster) to Debian 11 (bullseye). This guide works for both single- and multiserver setups.
-
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 Prestashop with Apache and Let's Encrypt SSL on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, web server • Comments: 0PrestaShop is a free, open-source, efficient, and innovative e-commerce solution that helps you to sell your products online. It is a powerful and adaptable e-commerce CMS that provides all features needed to create an online store.