Linux Tutorials on the topic “storage”
-
How to Install a Three Node GlusterFS Cluster on Debian 12
Author: Arvid L • Tags: debian, linux, server, storage • Comments: 0 • Published: Sep 21, 2023GlusterFS or Gluster File System, is a free and open-source distributed file system developed by RedHat. In the following guide, I'll take you through the installation of GlusterFS on Debian 12 servers. We will create a high-available and replicated storage system with GlusterFS using multiple Debian servers.
-
How to Install ownCloud on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, storage, ubuntu • Comments: 0 • Published: Nov 24, 2022ownCloud is a software-suits for creating file-hosting services like Google Drive and DropBox. In this tutorial, we will show you how to install and configure ownCloud on Ubuntu 22.04 server.
-
Install and Configure OwnCloud on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server, storage • Comments: 3 • Published: Nov 24, 2022OwnCloud is a free, open-source, and self-hosted file synchronization and sharing solution. In this post, we will show you how to install OwnCloud on Debian 11.
-
-
How to Install MinIO Storage on Rocky Linux
Author: Arvid L • Tags: cloud, linux, server, storage • Comments: 0 • Published: Nov 04, 2022MinIO is a free and open-source object storage server written in Go. It's compatible with Amazone S3 object storage and is one of the best and most free solutions for object storage.
-
How to Install and Configure GlusterFS on Ubuntu
Author: Hitesh Jethva • Tags: cloud, linux, server, storage, ubuntu • Comments: 0 • Published: Oct 31, 2022GlusterFS is a free, open source and scalable network file system developed first by Gluster Inc. and later by Redhat. It is specifically designed for data-intensive workloads such as cloud storage, CDN and media streaming.
-
How to Mount an NTFS Drive on CentOS / RHEL / Rocky Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 12 • Updated: Aug 29, 2022This tutorial will show you how to mount an NTFS drive in read/write mode on CentOS and other RHEL based Linux operating systems. NTFS-3G is a stable Open Source NTFS driver that supports reading and writing to NTFS drives on Linux and other operating systems.
-
How to Install Filerun Storage Sync on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, server, storage, web server • Comments: 0 • Published: Apr 13, 2022FileRun is a free, open-source, and self-hosted file share and sync application written in PHP. In this post, we will show you how to install FileRun on Alma Linux 8.
-
How to Install GlusterFS on Rocky Linux
Author: Arvid L • Tags: linux, server, storage • Comments: 0 • Published: Apr 07, 2022GlusterFS or Gluster File System is a free and open-source distributed file system developed by RedHat. GlusterFS is a scalable file system formed from several servers into one entity file system that allows users to connect and mount the GlusterFS volume.
-
How to Install and Use SSHFS on Linux
Author: Arvid L • Tags: linux, networking, server, storage • Comments: 0 • Published: Feb 16, 2022SSHFS (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 Install and Configure S3 Compatible Object Storage Server using Minio on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, server, storage, ubuntu • Comments: 1 • Published: Feb 10, 2022Object 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.