Linux Tutorials on the topic “storage”
-
How to Install and Configure SeaweedFS Cluster on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, storage, ubuntu • Comments: 1 • Published: Dec 23, 2020SeaweedFS 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: 4 • Published: Jul 17, 2020iSCSI 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.
-
How to Install NFS Client and Server on Ubuntu 20.04
Author: Navjot Singh • Tags: debian, server, storage, ubuntu • Comments: 2 • Published: May 25, 2020Network File System or short NFS is a distributed file system protocol that allows you to mount remote directories on your server. In this tutorial, we will learn how to set up an NFS Server and how to mount NFS Shares on a client using Ubuntu 20.04.
-
-
Setting up Unison File Synchronization between two Servers on Debian 10 (Buster)
Author: Till Brehm • Tags: debian, high-availability, server, storage • Comments: 0 • Published: May 05, 2020This tutorial shows how to set up file synchronization between two Debian 10 servers with Unison. Unison is a file-synchronization tool similar to rsync, the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on Server 1 will be replicated to Server 2 and vice versa.
-
How to Install NextCloud on Debian 10
Author: Hitesh Jethva • Tags: apache, debian, mysql, php, storage, web server • Comments: 20 • Published: Dec 31, 2019NextCloud is a free and open-source file hosting and file sharing server forked from ownCloud project. It is very similar to other file sharing services like Google Drive, Dropbox and iCloud. In this tutorial, we will explain how to install NextCloud and secure it with Let's Encrypt SSL on Debian 10.
-
How to Setup iSCSI Storage Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, storage, ubuntu • Comments: 3 • Published: Nov 18, 2019iSCSI stands for (Internet Small Computer System Interface) is a Storage Area Network (SAN) protocol that can be used for online storage management. In this tutorial, we will show you how to setup iSCSI target and iSCSI initiator on Ubuntu 18.04 server.
-
How to create an S3 Bucket (Object Storage) on Amazon AWS
Author: Rahul Shivalkar • Tags: cloud, storage • Comments: 2 • Published: Nov 16, 2019Amazon S3 (Simple Storage Service) is an object storage where you can store your objects (Files, Videos, Images, Documents, and any-type-of-file). In this article, I will show you how to create an S3 Bucket on AWS, upload an object and perform basic operations.
-
NFS Server and Client Installation on CentOS 7
Author: Srijan Kishore • Tags: centos, linux, storage • Comments: 18 • Updated: May 30, 2019NFS server and client installation on CentOS 7. This guide explains how to configure NFS server in CentOS 7. Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server.
-
How to configure an NFS server and mount NFS shares on Ubuntu 18.04
Author: howtoforge • Tags: linux, storage, ubuntu • Comments: 5 • Published: Apr 11, 2019Network File System (NFS) is a popular distributed filesystem protocol that enables users to mount remote directories on their server. The system lets you leverage storage space in a different location and write onto the same space from multiple servers in an effortless manner. It, thus, works fairly well for directories that users need to access frequently. This tutorial explains the process of mounting NFS share on an Ubuntu 18.04 server in an simple and easy-to-follow steps.
-
How to Mount a NTFS Drive on CentOS / RHEL / Scientific Linux
Author: David Duarte • Tags: centos, desktop, fedora, linux, server, storage • Comments: 12 • Updated: Mar 25, 2019This 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.