Linux Tutorials on the topic “storage”
-
How to Install Nextcloud 15 on Debian 9
Author: Till Brehm • Tags: debian, linux, server, storage, ubuntu • Comments: 4 • Updated: Feb 12, 2019NextCloud is a free, open source and an alternative to another open source file hosting solution OwnCloud. NextCloud eliminates your need of using third party cloud hosting software like Dropbox for storing your documents. In this tutorial, we will explain how to install and configure NextCloud on Debian 9 and secure it with a free Let's encrypt SSL certificate.
-
How to Install Nextcloud 13 Server on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, server, storage, ubuntu • Comments: 30 • Updated: Sep 06, 2018NextCloud is a free, open source and an alternative to another open source file hosting solution OwnCloud. NextCloud eliminates your need of using third party cloud hosting software like Dropbox for storing your documents. In this tutorial, we will explain how to install and configure NextCloud on Debian 9.
-
High-Availability Storage with GlusterFS on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, storage, ubuntu • Comments: 6 • Published: Jul 23, 2018Glusterfs is a scalable network filesystem with capabilities of scaling to several petabytes and handling thousands of clients. In this tutorial, I will show how to set up a high availability storage server with GlusterFS on Ubuntu 18.04 LTS (Bionic Beaver). We will use 3 ubuntu servers, 1 server as a client, and 2 others as a storage.
-
-
Samba Server Installation and Configuration on CentOS 7
Author: howtoforge • Tags: centos, linux, samba, storage • Comments: 73 • Updated: Feb 16, 2018
This guide explains how to configure samba server on CentOS 7 with anonymous and secured samba shares. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
-
How to Deploy a MongoDB Sharded Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, storage • Comments: 2 • Published: Jan 12, 2018
This tutorial shows you how to install a MongoDB Sharded Cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to perform a horizontal scale of data and to partition all data across independent instances.
-
NFS Server and Client Installation on CentOS 7
Author: Srijan Kishore • Tags: centos, linux, storage • Comments: 14 • Updated: Oct 17, 2017
NFS 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 install and setup Plex Media Server Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, server, storage, ubuntu • Comments: 11 • Published: Aug 14, 2017
Plex is a free feature-rich media library platform that provides a way to store all your movies, shows, and other media in one place. In this tutorial, we will learn how to install and configure Plex Media Server on Ubuntu 16.04.
-
Samba Standalone Server Installation on Debian 9 (Stretch)
Author: Till Brehm • Tags: debian, samba, storage • Comments: 5 • Published: Aug 03, 2017
This tutorial explains the installation of a Samba fileserver on Debian 9 and shows you how to configure Samba to share files over the SMB/CIFS the protocol. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory, all users have a shared group directory with read-/write access and optionally an anonymous share is added.
-
How to install a Ceph Storage Cluster on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, storage, ubuntu • Comments: 17
In this tutorial, I will guide you to install and build a Ceph cluster on Ubuntu 16.04 server. Ceph is an open source storage platform, it provides high performance, reliability, and scalability. It's a free distributed storage system that provides an interface for object, block, and file-level storage and can operate without a single point of failure.
-
Monitoring of a Ceph Cluster with Ceph-dash on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, storage • Comments: 3
Ceph-dash is is a WSGI application based on the Flask framework for monitoring of Ceph clusters. In this tutorial, I will show you to install Ceph-dash and configure it to run under an apache web server with SSL and mod_auth support.