Storage

Установка и использование Nextcloud в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

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

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

Read more
How To Move an Apache Web Root to a New Location on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Move an Apache Web Root to a New Location on Debian 8

On Debian 8, the Apache2 web server stores its documents in /var/www/html by default. This directory is located on the root filesystem with the rest of the operating system. You may want to move the document root to another location, such as a separate mounted filesystem. In this guide, you’ll move the Apache document root to a new location by moving the files and changing Apache’s configuration files.

Read more
Создание резервного пула хранения данных с помощью 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
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 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
CHAT