Storage

Создание резервного пула хранения данных с помощью GlusterFS в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Создание резервного пула хранения данных с помощью GlusterFS в Ubuntu 20.04

Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом. При хранении любых важных данных очень рискованно иметь единую точку отказа. Хотя многие базы данных и другие программы позволяют…

Read more
How To Install and Configure Nextcloud on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Nextcloud on Ubuntu 20.04

Nextcloud, a fork of ownCloud, is a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox. In this tutorial, we will install and configure a Nextcloud instance on an Ubuntu 20.04 server.

Read more
How To Create a Redundant Storage Pool Using GlusterFS on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a Redundant Storage Pool Using GlusterFS on Ubuntu 20.04

GlusterFS is a network-attached storage filesystem that allows you to pool computing or storage resources of multiple machines. In turn, this lets you treat various computers as a single, more powerful unit. In this guide, you will create a redundant clustered storage array. This will provide functionality similar to a mirrored RAID configuration over the network.

Read more
How To Install and Configure Nextcloud on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Nextcloud on Ubuntu 22.04

Nextcloud, a fork of ownCloud, is a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox. In this tutorial, we will install and configure a Nextcloud instance on an Ubuntu 22.04 server.

Read more
Live Coding a Chat App With Appwrite and ReactJS — step-by-step DevOps tutorial on Progressive Robot

Live Coding a Chat App With Appwrite and ReactJS

Rapidly spin up a persistent message storage backend using Appwrite’s open-source backend-as-a-service and deploy it on the cloud provider without installing Docker on your local machine. Enable multiple users to sign up, log in, and chat in real-time with a React frontend.

Read more
How To Create RAID Arrays with mdadm on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Create RAID Arrays with mdadm on Debian 9

The mdadm utility can be used to create and manage storage arrays using Linux’s software RAID capabilities. Administrators have great flexibility in coordinating their individual storage devices and creating logical storage devices that have greater performance or…

Read more
CHAT