Storage

How To Manage RAID Arrays with mdadm on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Manage RAID Arrays with mdadm on Ubuntu 16.04

In this guide, we discuss how to use Linux’s mdadm utility to manage RAID arrays and perform day-to-day administrative tasks. We cover how to start, stop, or remove RAID arrays, how to find information about both the RAID device and the underlying storage components, and how to adjust the RAID size and and hot spares to existing arrays.

Read more
Установка и настройка ownCloud в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка ownCloud в Ubuntu 18.04

ownCloud — платформа обмена файлами и совместной работы с открытым исходным кодом, предназначенная для централизованного хранения персонального контента, в том числе документов и изображений. Платформа позволяет полностью контролировать контент и его безопасность, не полагаясь на…

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
Установка и использование Nextcloud в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и использование Nextcloud в Ubuntu 20.04

Nextcloud (ответвление проекта ownCloud) — напоминающий Dropbox файлообменный сервер для централизованного хранения персонального контента, в том числе документов и изображений. Отличие Nextcloud в том, что весь его функционал реализован с открытым…

Read more
How To Set Up an NFS Mount on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Mount on Ubuntu 12.04

This tutorial covers setting up an NFS mount on Ubuntu 12.04. NFS mounts work to share a directory between several virtual servers. This has the advantage of saving disk space, as the home directory is only kept on one virtual private server, and others can connect to it over the network. When setting up mounts, NFS is most effective for permanent fixtures that should always be accessible.

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

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

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

Read more
Best practices for cloud integration with 3rd parties — step-by-step DevOps tutorial on Progressive Robot

Best practices for cloud integration with 3rd parties

For many SMBs and startups, providing services to larger corporations is commonplace. This tends to involve the transfer of all sorts of data, from commercial documents like purchase orders and invoices to contact lists, reports, and other pertinent service-related data. Companies at the forefront of tech recognize the real need to refine these data-sharing processes. […]

Read more
CHAT