diff --git a/tutorials/abort-multipart-upload-minio/index.mdx b/tutorials/abort-multipart-upload-minio/index.mdx index 252bfa10dd..16cb6f8c54 100644 --- a/tutorials/abort-multipart-upload-minio/index.mdx +++ b/tutorials/abort-multipart-upload-minio/index.mdx @@ -8,13 +8,17 @@ dates: validation: 2025-06-09 validation_frequency: 12 hero: assets/scaleway_minio.webp +usecase: + - manage-run-and-store-data +ecosystem: + - third-party --- import Requirements from '@macros/iam/requirements.mdx' [Multipart Uploads](/object-storage/api-cli/multipart-uploads/) allows you to upload large files (up to 5 TB) to the Object Storage platform in multiple parts. This allows faster, more flexible uploads. -If you do not complete a multipart upload, all the uploaded parts will still be stored and counted as part of your storage usage. Multipart uploads can be aborted manually [via the API and CLI](/object-storage/api-cli/multipart-uploads/#aborting-a-multipart-upload) or automatically using a [Lifecycle rule](/object-storage/api-cli/lifecycle-rules-api/#setting-rules-for-incomplete-multipart-uploads). +If you do not complete a multipart upload, all the uploaded parts will still be stored and counted as part of your storage usage. Multipart uploads can be aborted manually [via the API and CLI](/object-storage/api-cli/multipart-uploads/#aborting-a-multipart-upload) or automatically using a [Lifecycle rule](/object-storage/api-cli/lifecycle-rules-api/#setting-rules-for-incomplete-multipart-uploads). If you use the API or the AWS CLI, you will have to abort each incomplete multipart upload independently. However, there is an easier and faster way to abort multipart uploads, using the open-source Amazon S3-compatible client [mc](https://github.com/minio/mc), from MinIO. In this tutorial, we show you how to use mc to abort and clean up all your incomplete multipart uploads at once. diff --git a/tutorials/access-mac-mini-with-reemo/index.mdx b/tutorials/access-mac-mini-with-reemo/index.mdx index 513c7dda73..cd05ac848e 100644 --- a/tutorials/access-mac-mini-with-reemo/index.mdx +++ b/tutorials/access-mac-mini-with-reemo/index.mdx @@ -8,6 +8,10 @@ dates: validation: 2025-08-05 posted: 2022-02-18 validation_frequency: 12 +usecase: + - deploy-external-software +ecosystem: + - third-party --- import image from './assets/scaleway-reemo-portal-1.webp' import image2 from './assets/scaleway-reemo-download.webp' @@ -17,7 +21,7 @@ import image4 from './assets/scaleway-reemo-m1.webp' import Requirements from '@macros/iam/requirements.mdx' -Reemo is an ultra-low latency, high-performance desktop platform designed to allow anyone to connect to any computer and virtual environment from a Chrome browser to work and play freely from anywhere, on any device. +Reemo is an ultra-low latency, high-performance desktop platform designed to allow anyone to connect to any computer and virtual environment from a Chrome browser to work and play freely from anywhere, on any device. Reemo works perfectly on macOS, Linux, and Windows and supports multiple peripherals. Scaleway's Apple silicon as-a-Service offer is highly compatible with Reemo.io. Scaleway's Mac mini is built using the latest generation of Apple Mac mini hardware. @@ -45,7 +49,7 @@ In this tutorial, you will learn how to launch your Mac mini development environ 1. Go to the [Reemo portal](https://portal.reemo.io/) and click **Register now** to create your Reemo account. 2. Enter your personal details and click **Register**. You will receive an email with a confirmation code. -3. Open your email account and check your security code. Then enter the code in the form and click **Validate** to confirm the account creation. +3. Open your email account and check your security code. Then enter the code in the form and click **Validate** to confirm the account creation. If you do not receive the validation code, check your spam folder. If you still cannot find the code, click **Send again** to receive it again. @@ -58,9 +62,9 @@ In this tutorial, you will learn how to launch your Mac mini development environ ## Installing the Reemo client 1. Log into your Mac mini using an exsiting [remote desktop connection](/apple-silicon/how-to/access-remote-desktop-mac-mini/). -2. Open a terminal once logged into your Mac mini, open a terminal. +2. Open a terminal once logged into your Mac mini, open a terminal. 3. Run the following command to install the Reemo client on your machine: - ```sh + ```sh # For older MacOS version (pre ventura) you can install this audio driver for audio capture support brew install blackhole-2ch # You need Administrator Priviledges diff --git a/tutorials/actility-lorawan-operator/index.mdx b/tutorials/actility-lorawan-operator/index.mdx index 664acab32c..815d0770c2 100644 --- a/tutorials/actility-lorawan-operator/index.mdx +++ b/tutorials/actility-lorawan-operator/index.mdx @@ -8,6 +8,10 @@ dates: validation: 2025-03-27 posted: 2020-07-02 validation_frequency: 12 +usecase: + - iot +ecosystem: + - third-party --- import image from './assets/scaleway-iothub_howto_actility_grafana.webp' diff --git a/tutorials/ansible-bionic-beaver/index.mdx b/tutorials/ansible-bionic-beaver/index.mdx index 71ce7e395f..25b7aaeb43 100644 --- a/tutorials/ansible-bionic-beaver/index.mdx +++ b/tutorials/ansible-bionic-beaver/index.mdx @@ -8,6 +8,10 @@ dates: validation: 2025-03-27 posted: 2018-07-26 validation_frequency: 12 +usecase: + - deploy-external-software +ecosystem: + - third-party --- import Requirements from '@macros/iam/requirements.mdx' diff --git a/tutorials/ansible-galaxy/index.mdx b/tutorials/ansible-galaxy/index.mdx index 2efe3364ef..76eb0901ae 100644 --- a/tutorials/ansible-galaxy/index.mdx +++ b/tutorials/ansible-galaxy/index.mdx @@ -9,6 +9,10 @@ dates: validation: 2025-03-25 posted: 2018-08-02 validation_frequency: 12 +usecase: + - deploy-external-software +ecosystem: + - third-party --- import Requirements from '@macros/iam/requirements.mdx' @@ -35,7 +39,7 @@ To use roles in Ansible playbooks, you must first download them. ansible-galaxy install geerlingguy.apache geerlingguy.mysql geerlingguy.php ``` - In this example, we use `geerlinguy`'s role, which is a software developer involved in many open-source development communities. The latest version will be downloaded if you do not specify which one you want to download. Add the version after the role name to specify a version. Example: `geerlingguy.apache,1.0.0` or `geerlingguy.mysql,1.0.0`. + In this example, we use `geerlinguy`'s role, which is a software developer involved in many open-source development communities. The latest version will be downloaded if you do not specify which one you want to download. Add the version after the role name to specify a version. Example: `geerlingguy.apache,1.0.0` or `geerlingguy.mysql,1.0.0`. If you want to use other roles, check out [geerlinguy](https://github.com/geerlingguy/ansible-role-ansible)'s Ansible profile. 2. Create an Ansible playbook named `lamp.yml` with the following contents: @@ -56,7 +60,7 @@ The LAMP server is now created. ## Creating a Solr server with Ansible roles -Apache Solr is a fast open-source Java search server. Solr enables you to easily create search engines that search websites, databases, and files. +Apache Solr is a fast open-source Java search server. Solr enables you to easily create search engines that search websites, databases, and files. For more information on Solr, refer to the [Solr official documentation](http://lucene.apache.org/solr/news.html).