object storage

How To Set Up an Object Storage Server Using Minio on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an Object Storage Server Using Minio on Ubuntu 18.04

Minio is a popular open source object storage server compatible with the Amazon S3 cloud storage service. The service stores unstructured data such as photos, videos, log files, backups, and container/VM images. For all of these reasons, learning to set up a Minio object storage server can add a wide range of flexibility and utility to your project. In this tutorial, you will install and secure a Minio server on Ubuntu 18.04 and access Minio’s UI to create a storage bucket.

Read more
How To Create Diagrams in Python with Diagram as Code — step-by-step Python tutorial on Progressive Robot

How To Create Diagrams in Python with Diagram as Code

The Diagram as Code tool allows you to create an architecture diagram of your infrastructure using a Python script. You can reuse code, test, integrate, and automate the process of drawing diagrams, which will enable you to treat documentation as code and to build pipelines for mapping your infrastructure.

Read more
How To Install Web Apps Using Cloudron on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Web Apps Using Cloudron on Ubuntu 18.04

Cloudron is a platform that streamlines the installation and management of apps, like WordPress, Rocket.Chat, Nextcloud, GitLab, OpenVPN, and more, to your server. A key benefit of using Cloudron is that it performs end-to-end deployment of apps. In this tutorial, you’ll install Cloudron on your server then deploy a WordPress site, as an example, to experience how Cloudron performs complete deployment automation.

Read more
How To Set Up Object Storage with Django — step-by-step Python tutorial on Progressive Robot

How To Set Up Object Storage with Django

object storage is an object storage solution, ideal for unstructured data such as audio, video, images or large amounts of text. To learn more about Spaces and object storage, you can read through [An Introduction to the cloud provider…

Read more
CHAT