Linux Tutorials on the topic “Linux”
-
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.
-
How to Set Up Nginx with Google Pagespeed Module on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, web server • Comments: 0Google Pagespeed Module is an open-source module for optimizing your websites under the Nginx and Apache web-server. In this tutorial, we will show you how to build the Nginx Pagespeed module on the latest Debian 11 Bullseye.
-
How to Install Syncthing Remote File Synchronization Software on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1Syncthing is a free and open-source file syncing application used to sync files between multiple remote devices over the internet. It works on peer-to-peer architecture and exchanges the data automatically between two devices.
-
How to Install FileRun on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1FileRun is a free, open-source, and self-hosted file-sharing application for Linux. It is a very good alternative to Google Drive and dropbox. In this article, I will explain how to install FileRun with Apache and Let's Encrypt SSL on Debian 11.
-
How to create a Load Balancer in Azure Cloud
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0A Load Balancer is used to evenly distribute the load on the backend servers. It acts as the single point of contact for client connections. In this article, we will create a Public Load Balancer and add a Virtual Machine to its Backend Pool. This Virtual Machine will have Apache running on it.