HowtoForge provides user-friendly Linux tutorials.
-
How to Install and Use MongoDB NoSQL Database on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0MongoDB is an open-source, cross-platform, and distributed NoSQL (Non-SQL or Non-Relational) database system. In this tutorial, you will install MongoDB NoSQL Database on Rocky Linux 9 server.
-
How to Upgrade from Debian 10 to Debian 11
Author: howtoforge • Tags: debian, linux • Comments: 4Debian 11, codename "Bullseye" has been released on 14th August 2021. It is a stable release and is supported for the next 5 years. In this article, I will show you how to upgrade from Debian 10 to the new Debian 11 in a few easy steps.
-
How to Install NetBox on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0NetBox is an Infrastructure Resource Modelling (IRM) software designed for network automation and infrastructure engineering. In this tutorial, you will install NetBox IRM (Infrastructure Resource Management) on a Rocky Linux 9 server.
-
-
How to Install Wireguard VPN on Rocky Linux 9
Author: Arvid L • Tags: linux, networking, server • Comments: 1Wireguard is an open-source VPN protocol alternative to IPSec, IKEv2, and OpenVPN. This guide teaches you how to install and set up Wirgeuard Server on a Rocky Linux 9 server. You'll also learn how to set up a client machine to connect to the Wireguard server.
-
How to Install Metabase on Ubuntu 22.04 with Docker
Author: Navjot Singh • Tags: linux, ubuntu • Comments: 0Metabase is a Java-based open-source Business Intelligence (BI) tool. It connects to a number of databases and uses a question builder to hide the complexity of large SQL queries, allowing you to visualize customer data in a readable format and analyze it. You will learn how to install Metabase on a Ubuntu 22.04 server using Docker.
-
How to Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, nginx, server, ubuntu • Comments: 1RTMP also called "real-time messaging protocol" is a data transmission technology that supports live online video streaming. It is used to transmit video files from an encoder to an online video hosting platform. This tutorial will show you how to set up a video streaming server using Nginx-RTMP on Ubuntu 22.04 server.
-
How to Set up Teleport Cluster on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0Teleport is an open-source that can be used as an access plane for your global infrastructure. It provides zero-trust access to a variety of services such as servers, Kubernetes clusters, database servers, DevOps applications like AWS Management Console, CI/CD, version control, and desktops.
-
How to create Docker Images with a Dockerfile on Ubuntu 22.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 0In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.
-
How to Install the latest OpenSSL version from Source on Linux
Author: Muhammad Arul • Tags: centos, linux, security, ubuntu • Comments: 40OpenSSL is a widely used crypto library that implements SSL and TLS protocols to secure communications over computer networks. In this tutorial, I will show you step-by-step how to install the latest stable OpenSSL version from source on the Ubuntu 22.04 and CentOS 7.6 servers.
-
How to Install osTicket with Nginx on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, nginx, web server • Comments: 0osTicket is a free and open-source support ticket system used to scale and streamline your customer service and improve your customer experience. This tutorial will show you how to install osTicket on Debian 11.