diff --git a/tutorials/abort-multipart-upload-minio/index.mdx b/tutorials/abort-multipart-upload-minio/index.mdx index 5c052ce563..787f3d4fd2 100644 --- a/tutorials/abort-multipart-upload-minio/index.mdx +++ b/tutorials/abort-multipart-upload-minio/index.mdx @@ -6,10 +6,10 @@ content: h1: Aborting Incomplete Multipart Uploads with MinIO Client paragraph: This page explains how to abort an incomplete multipart upload with the MinIO client. tags: minio multipart-uploads -categories: +categories: - object-storage dates: - validation: 2024-11-18 + validation: 2025-06-09 hero: assets/scaleway_minio.webp --- diff --git a/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx b/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx index 29efb4e7c8..6e3b880138 100644 --- a/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx +++ b/tutorials/backup-synology-nas-s3-hyper-backup/index.mdx @@ -1,16 +1,16 @@ --- meta: - title: Backing up your Synology NAS on Object Storage using Hyper Backup + title: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup description: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup content: - h1: Backing up your Synology NAS on Object Storage using Hyper Backup + h1: Backing up your Synology NAS on Scaleway Object Storage using Hyper Backup paragraph: This page shows you how to back up your Synology NAS on Scaleway Object Storage using Hyper Backup categories: - object-storage tags: synology backup hyperbackup nas hero: assets/scaleway-hyper-backup.webp dates: - validation: 2024-11-18 + validation: 2025-06-09 posted: 2019-12-03 --- diff --git a/tutorials/create-openwrt-image-for-scaleway/index.mdx b/tutorials/create-openwrt-image-for-scaleway/index.mdx index 682ca47efc..3ebb5cad1a 100644 --- a/tutorials/create-openwrt-image-for-scaleway/index.mdx +++ b/tutorials/create-openwrt-image-for-scaleway/index.mdx @@ -10,7 +10,7 @@ categories: - instances tags: openwrt qcow2 dates: - validation: 2024-11-18 + validation: 2025-06-09 posted: 2022-10-24 --- @@ -53,8 +53,8 @@ OpenWrt images are available [here](https://openwrt.org/downloads), we are going Download the image we are going to use in this tutorial: ``` - curl -sSLO https://downloads.openwrt.org/releases/22.03.2/targets/x86/64/openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img.gz - gunzip openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img.gz + curl -sSLO https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img.gz + gunzip openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img.gz ``` ## Prepare the QCOW2 image @@ -74,15 +74,15 @@ QCOW2 images are container images used in [QEMU](https://www.qemu.org/) as virtu 2. Convert the image and resize the target disk size (minimum disk size at Scaleway = 1 GB): ``` - qemu-img convert -f raw -O qcow2 openwrt-22.03.2-x86-64-generic-ext4-combined-efi.img openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 - qemu-img resize openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 1G + qemu-img convert -f raw -O qcow2 openwrt-24.10.1-x86-64-generic-ext4-combined-efi.img openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 + qemu-img resize openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 1G ``` 3. Mount the QCOW2 image as a device ``` modprobe nbd - qemu-nbd -c /dev/nbd0 openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 + qemu-nbd -c /dev/nbd0 openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 ``` @@ -133,7 +133,7 @@ For example: 2. Download the package. ``` - curl -sSL -o /mount/temp/kmod-dummy_5.10.146-1_x86_64.ipk https://downloads.openwrt.org/releases/22.03.2/targets/x86/64/packages/kmod-dummy_5.10.146-1_x86_64.ipk + curl -sSL -o /mount/temp/kmod-dummy_5.10.146-1_x86_64.ipk https://downloads.openwrt.org/releases/24.10.1/targets/x86/64/packages/kmod-dummy_5.10.146-1_x86_64.ipk ``` 3. Chroot in the image. @@ -299,7 +299,7 @@ In this example, we use the [AWS CLI](/object-storage/api-cli/object-storage-aws 1. Import the image into your bucket: ``` - aws s3 cp openwrt-22.03.2-x86-64-generic-ext4-combined-efi.qcow2 s3://my-import-bucket/openwrt.qcow2 + aws s3 cp openwrt-24.10.1-x86-64-generic-ext4-combined-efi.qcow2 s3://my-import-bucket/openwrt.qcow2 ``` 2. Trigger the import of the image as a snapshot in one of the regions where the bucket is located, using [SCW CLI](https://github.com/scaleway/scaleway-cli): diff --git a/tutorials/create-valheim-server/index.mdx b/tutorials/create-valheim-server/index.mdx index 98606db926..abe32dbcf0 100644 --- a/tutorials/create-valheim-server/index.mdx +++ b/tutorials/create-valheim-server/index.mdx @@ -8,7 +8,7 @@ content: tags: gaming Valheim hero: assets/scaleway_valheim.webp dates: - validation: 2024-11-18 + validation: 2025-06-09 categories: - instances --- diff --git a/tutorials/dhclient-dedibox/index.mdx b/tutorials/dhclient-dedibox/index.mdx index f9e05cc966..f948e85502 100644 --- a/tutorials/dhclient-dedibox/index.mdx +++ b/tutorials/dhclient-dedibox/index.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to configure dhclient as the DHCPv6 client. tags: dhcpv6 duid autostart dhcp dhclient dates: - validation: 2024-12-05 + validation: 2025-06-09 posted: 2021-08-03 categories: - dedibox diff --git a/tutorials/encode-videos-using-serverless-jobs/index.mdx b/tutorials/encode-videos-using-serverless-jobs/index.mdx index 01e14d824f..738fe1c0be 100644 --- a/tutorials/encode-videos-using-serverless-jobs/index.mdx +++ b/tutorials/encode-videos-using-serverless-jobs/index.mdx @@ -11,11 +11,11 @@ categories: - jobs - object-storage dates: - validation: 2024-11-18 + validation: 2025-06-09 posted: 2024-05-15 --- -This tutorial demonstrates the process of encoding videos retrieved from Object Storage using Serverless Jobs: media encoding is a resource-intensive task over prolonged durations, making it suitable for Serverless Jobs. The job takes a video file as its input, encodes it using a Docker image based on [FFMPEG](https://ffmpeg.org/), then uploads the encoded video back to the Object Storage bucket. +This tutorial demonstrates the process of encoding videos retrieved from Object Storage using Serverless Jobs. Media encoding is a resource-intensive task of prolonged duration, making it a highly suitable candidate for Serverless Jobs. The job takes a video file as its input, encodes it using a Docker image based on [FFMPEG](https://ffmpeg.org/), then uploads the encoded video back to the Object Storage bucket. diff --git a/tutorials/strapi-app-serverless-containers-sqldb/index.mdx b/tutorials/strapi-app-serverless-containers-sqldb/index.mdx index 5446b3f7fb..4a7e1ffc7d 100644 --- a/tutorials/strapi-app-serverless-containers-sqldb/index.mdx +++ b/tutorials/strapi-app-serverless-containers-sqldb/index.mdx @@ -10,7 +10,6 @@ categories: - containers - serverless-sqldb dates: - validation: 2024-11-21 posted: 2024-05-21 --- diff --git a/tutorials/veeam-backup-replication-s3/index.mdx b/tutorials/veeam-backup-replication-s3/index.mdx index fa8858eff4..54f7a802f7 100644 --- a/tutorials/veeam-backup-replication-s3/index.mdx +++ b/tutorials/veeam-backup-replication-s3/index.mdx @@ -9,14 +9,16 @@ categories: - object-storage tags: vSphere Object-Storage Veeam-Backup Veeam dates: - validation: 2024-12-05 + validation: 2025-06-09 --- + + ## Veeam Overview [Veeam Backup & Replication](https://www.veeam.com/vm-backup-recovery-replication-software.html) is a proprietary backup application, developed by Veeam for virtual environments built on VMware vSphere and Microsoft Hyper-V hypervisors.