HowtoForge provides user-friendly Linux tutorials.
-
How to Install Grafana 8 Monitoring Tool on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, monitoring, nginx, server • Comments: 2Grafana is a free and open-source data visualizing tool that is used to monitor metrics from other hosts. In this post, we will show you how to install Grafana 8 on Debian 11.
-
How to Install and Use SSHFS on Linux
Author: Arvid L • Tags: linux, networking, server, storage • Comments: 0SSHFS (SSH File System) is an implementation of a File System in User Space (FUSE) that enables clients to mount remote filesystem over SSH connection. In this tutorial, you will learn how to mount a remote directory in a secure way using the SSHFS between two Linux machines (client and server). This guide also includes how to set up chroot on SSHFS that will prevent users from accessing other users' directories.
-
How to configure event notifications in S3 Bucket on AWS
Author: Rahul Shivalkar • Tags: cloud • Comments: 0AWS S3 event notification helps us to receive notifications when certain events take place in an S3 Bucket. In this article, we will see how to get notified on Email when certain events take place on our S3 Bucket.
-
-
Introducing the Wireshark command Line Interface: The TShark
Author: Ali Imran Nagori • Tags: linux, security • Comments: 0TShark is designed as a CLI or command-line interface of Wireshark for capturing and analyzing packets right from the CLI. In this tutorial, we will explain to you about TShark and present you with some basic use cases. Let’s dive in with TShark.
-
Learn LVM on Linux with graphical tools
Author: Ares Lee • Tags: linux • Comments: 0LVM Logical Volume Management is a storage Management solution in Linux. It provides users with an extensible and highly flexible storage Management model.
-
How to use Object Storage in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud • Comments: 0An Azure storage account is used to store data objects such as blobs, files, queues, tables, and disks. Data stored in the Storage Account is accessible from anywhere in the world over HTTP or HTTPS and is durable and highly available.
-
How to Install and Configure S3 Compatible Object Storage Server using Minio on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, storage, ubuntu • Comments: 1Object storage is the storage and retrieval of unstructured blobs of data and metadata using an HTTP API. Minio is a popular open-source, self-hosted, Amazon S3 compatible object storage server. In this tutorial, you will install the Minio server on a Ubuntu 20.04 server, protect it using an SSL certificate from Let's Encrypt, and access it using a command-line client.
-
How to Install VNC Server on Debian 11
Author: Arvid L • Tags: debian, desktop • Comments: 3Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using the VNC client software. In this tutorial, you will learn how to install a VNC server on the Debian 11 Bullseye. This tutorial uses TigerVNC packages to enable the VNC server and we will secure the VNC connection using an SSH tunnel.
-
How to Install Jellyfin Media Server with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: nginx, server, ubuntu • Comments: 3Jellyfin is a free and open-source media streaming solution that allows you to host your own media server. In this tutorial, we will explain how to install and set up a media server with Jellyfin on Ubuntu 20.04.
-
How to Install PHP Composer on Rocky Linux 8
Author: t.michael • Tags: linux, php • Comments: 0PHP Composer is the most used dependency manager for PHP. It lets you declare the dependencies your project needs, and it will manage (install/update) them for you.