| by Arround The Web

Create persistent swap partition on Azure Linux VM

Introduction Swap space is storage on a disk device that is used when the system’s RAM (physcial memory) is full. When a Linux system runs out of RAM, inactive memory pages are moved from the RAM to the swap space. Swap space can take the form of either a dedicated swap partition or a swap […]

The post Create persistent swap partition on Azure Linux VM appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

What is Versioning and how to use it in AWS S3 bucket

Versioning is a means of keeping multiple variants of an object in the same bucket. You can use versioning to preserve, retrieve, and restore every version of every object stored in your Amazon S3 bucket. With versioning, you can easily recover from both unintended user actions and application failures. When you enable versioning for a […]

The post What is Versioning and how to use it in AWS S3 bucket appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to create a bucket and upload files to amazon s3

Amazon simple storage service (S3) is an object-based serverless storage service that Amazon provides. It allows to upload, store, and download any type of files and the subscriber has control over the accessibility of data, i.e. privately/publicly accessible. To configure s3, go to the amazon s3 console using this link After that, you can create […]

The post How to create a bucket and upload files to amazon s3 appeared first on The Linux Juggernaut.

Share Button
Read More