Linux Tutorials on the topic “Linux”
-
How to Install Apache Guacamole on Debian 11
Author: Arvid L • Tags: debian, desktop, linux • Comments: 2Apache Guacamole is a free and open-source remote desktop gateway that allows you to connect to your computer/server remotely using different protocols such as SSH, RDP, and VNC. In this tutorial, you'll install and configure the Apache Guacamole to a Debian 11 Bullseye.
-
How to Manage Terraform State in an AWS S3 Bucket
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 1In this article, we will see what a Terraform state is and how to manage it on an S3 Bucket. We will also see what "lock" is in Terraform and how to implement it. To implement this, we need to create an S3 Bucket and a DynamoDB Table on AWS.
-
How to Install Varnish 7 for Nginx on Rocky Linux 8
Author: Hitesh Jethva • Tags: linux, nginx, web server • Comments: 3Varnish cache is a free and open-source cache accelerator used to speed up your website by caching the content in memory. In this tutorial, I will show you how to install Varnish 7 for Nginx on Rocky Linux 8.
-
-
How to Install Discourse Forum with Nginx and Free Let's Encrypt SSL on Debian 11
Author: Navjot Singh • Tags: debian, linux, nginx • Comments: 0Discourse is an open-source community discussion platform built using the Ruby language. It is designed to work as a forum, chat software or mailing list. In this tutorial, you will learn how to install Discourse Forum with the Nginx server on a Debian 11 based server.
-
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.
-
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 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 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.