Linux Tutorials on the topic “storage”
-
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 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 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.
-
How to set up an NFS Mount on Rocky Linux 8
Author: Navjot Singh • Tags: desktop, linux, server, storage • Comments: 0 • Published: Dec 28, 2021Network File System or NFS is a distributed file system protocol that allows remote hosts to mount file systems over a network and perform file operations on them as though they are mounted locally. In this tutorial, you will learn how to install and configure the NFS Server and NFS Clients based on Rocky Linux 8.
-
How to Install and Configure SeaweedFS Cluster on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, storage, ubuntu • Comments: 1SeaweedFS is an open-source, simple and highly scalable distributed file system to store and serve billions of files fast. It is very similar to other file systems including, Ceph, GlusterFS and HDFS.
-
How to Setup an iSCSI Storage Server on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, storage, ubuntu • Comments: 7iSCSI stands for Internet Small Computer System Interface is a Storage Area Network protocol that can be used to share block devices such as HDD/SSD partitions, or LVM partitions, or block files on the network. In this tutorial, we will explain how to setup iSCSI targets and iSCSI initiator on Ubuntu 20.04 server.