Using Storage in Ionic 2+
Storage in Ionic allows you to easily save key/value pairs for future use. See how it works here.
Storage in Ionic allows you to easily save key/value pairs for future use. See how it works here.
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.
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.
In this guide, we’ll show you how to move an Apache document root to a new location which allows you to independently scale storage for different sites.
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.
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…
ownCloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location. This allows you to take control of your content and security by not relying on third-party content hosting…
In this guide, we’ll show you how to move an Apache document root to a new location which allows you to independently scale storage for different sites.
Flexible and scalable data storage is a baseline requirement for most applications and services being developed today. With today’s complex deployments, containers, and ephemeral infrastructure, the days of simply saving files to disk on a single server are gone. Cloud providers have developed services to fill the storage needs of modern application deployments, and they mostly fit into two categories: object storage, and block storage.
LVM, or Logical Volume Management, is a storage device management technology that gives users the power to pool and abstract the physical layout of component storage devices for easier and flexible administration. Utilizing the device mapper Linux kernel framework, the…