Block Storage

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

How To Create RAID Arrays with mdadm on Ubuntu 18.04

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
Настройка постоянных томов ReadWriteMany (RWX) с помощью NFS в Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

Настройка постоянных томов ReadWriteMany (RWX) с помощью NFS в Kubernetes

Благодаря распределенной и динамической природе контейнеров, управление и настройка статичного хранилища могут стать проблемой при использовании Kubernetes, потому что сегодня рабочие нагрузки могут переключаться с одной виртуальной машины (VM) на другую в течение нескольких…

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

How To Create RAID Arrays with mdadm on Ubuntu

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
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
How To Store Gitea Repositories on a Separate Volume — step-by-step Docker tutorial on Progressive Robot

How To Store Gitea Repositories on a Separate Volume

Gitea is a popular source code management service that hosts your Git repositories. While those repositories can safely be stored on the same disk running Gitea itself, external storage solutions such as block storage or networked file storage can help keep costs down when it comes to hardware requirements and allow for easier back-up and restore. This tutorial walks you through the steps of storing your Gitea repositories on a separate block storage volume.

Read more
CHAT