Skip to content

Commit

Permalink
docs(gen): tags cleanup tutorial pages a to c (#3267)
Browse files Browse the repository at this point in the history
* docs(gen): tags cleanup tutorial pages a to c

* Roro review

Co-authored-by: Rowena Jones <[email protected]>

---------

Co-authored-by: Rowena Jones <[email protected]>
  • Loading branch information
jcirinosclwy and RoRoJ authored Jun 5, 2024
1 parent 694720c commit 82455ef
Show file tree
Hide file tree
Showing 46 changed files with 278 additions and 281 deletions.
6 changes: 2 additions & 4 deletions managed-databases/postgresql-and-mysql/how-to/delete-db.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: How to delete a database
paragraph: This page explains how to delete a database
tags: managed-database postgresql mysql document database-instance
tags: managed-database postgresql mysql
dates:
validation: 2024-02-08
posted: 2023-08-01
Expand All @@ -27,6 +27,4 @@ categories:
<Message type="important">
This will permanently destroy your Instance, and all your data will be lost. This action is irreversible.
</Message>
5. Type **DELETE** to confirm and click **Delete database**.


5. Type **DELETE** to confirm and click **Delete database**.
12 changes: 6 additions & 6 deletions tutorials/abort-multipart-upload-minio/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Aborting Incomplete S3 Multipart Uploads with MinIO Client
paragraph: This page explains how to abort an incomplete S3 multipart upload with the MinIO client.
tags: tutorial storage minio multipart-uploads
tags: minio multipart-uploads
categories:
- object-storage
dates:
Expand All @@ -19,7 +19,7 @@ hero: assets/scaleway_minio.webp

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](/storage/object/api-cli/multipart-uploads/#aborting-a-multipart-upload) or automatically using a [Lifecycle rule](/storage/object/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 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.
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 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.

<Macro id="requirements" />

Expand All @@ -44,7 +44,7 @@ If you use the API or the AWS CLI, you will have to abort each incomplete multip
Make sure that you download the binary somewhere that is in your `$PATH`

</Message>
2. Run `mc --help` to check it has installed.
2. Run `mc --help` to check it has been installed.
3. From the [same page as before](https://docs.min.io/docs/minio-client-quickstart-guide), follow the instructions to add a cloud storage service:
```
mc alias set <ALIAS> <YOUR-S3-ENDPOINT> <YOUR-ACCESS-KEY> <YOUR-SECRET-KEY> --api <API-SIGNATURE>
Expand All @@ -71,7 +71,7 @@ If you use the API or the AWS CLI, you will have to abort each incomplete multip
mc rm s3/<your-bucket-name>/1.pdf
```

...plus all other commands detailed via `mc --help` .
...plus all other commands detailed via `mc --help`.


## Aborting incomplete multipart uploads with MinIO client (mc)
Expand All @@ -80,9 +80,9 @@ If you use the API or the AWS CLI, you will have to abort each incomplete multip
```
mc ls s3/<mybucketname> -I
```
2. Use the basic `mc rm` command we saw above, but with the added `I` (incomplete), `r` (recursive) and `--force` flags to abort and clean up all incomplete multipart uploads:
2. Use the basic `mc rm` command we saw above, but with the added `I` (incomplete), `r` (recursive), and `--force` flags to abort and clean up all incomplete multipart uploads:
```
mc rm s3/<mybucketname> -I -r --force
```

Your incomplete multipart uploads are now aborted and all the parts cleaned up, in one simple step!
Your incomplete multipart uploads are now aborted and all the parts are cleaned up, in one simple step!
4 changes: 2 additions & 2 deletions tutorials/access-mac-mini-with-reemo/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In this tutorial, you will learn how to launch your Mac mini development environ
</Message>

<Message type="tip">
You can find the latest version of Reemo and instructions how to install the application at [https://reemo.io/download](https://reemo.io/download)
You can find the latest version of Reemo and instructions on how to install the application at [https://reemo.io/download](https://reemo.io/download)

<Lightbox src="scaleway-reemo-download.webp" alt="" />

Expand All @@ -75,7 +75,7 @@ In this tutorial, you will learn how to launch your Mac mini development environ
5. Give Reemo access to screen recording (necessary for it to work). This needs to be done on macOS GUI, so if you installed via SSH, [connect via VNC](/bare-metal/apple-silicon/how-to/connect-to-mac-mini/#how-to-connect-via-vnc). Then, in **System Settings**, click **Privacy & Security** in the sidebar (you may need to scroll down). Then click **Screen Recording** and turn on screen recording for the Reemo app.


Your remote computer is now displayed on your Reemo dashboard and ready to be streamed from any Chrome Browser (Desktop, Mobile etc..).
Your remote computer is now displayed on your Reemo dashboard and ready to be streamed from any Chrome Browser (Desktop, Mobile etc.).

## Connecting to your Mac mini using Reemo

Expand Down
6 changes: 3 additions & 3 deletions tutorials/add-disk-configure-datastore-esxi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Ordering an additional disk and using it in ESXi as datastore
paragraph: This page shows how to order an additional hard disk for a Dedibox and how to use it in ESXi as datastore.
tags: compute server esxi data storage hard-disk disk additonal usb
tags: esxi storage hard-disk disk
categories:
- dedibox
hero: assets/scaleway_add_disk.webp
Expand Down Expand Up @@ -54,7 +54,7 @@ This guide is designed to walk you through the process of ordering an additional
<Lightbox src="scaleway-add_disk_validate_order.webp" width="800" alt="" />

<Message type="note">
The disk is installed within approximately one hour from the moment you placed the order.
The disk is installed within approximately one hour from the moment you place the order.
</Message>
8. Connect to the ESXi web interface at `https://your_scaleway_dedibox_ip/` and log in:
<Lightbox src="scaleway-add_disk_vmware.webp" width="800" alt="" />
Expand Down Expand Up @@ -95,7 +95,7 @@ Depending on the configuration of your Dedibox, the server may come with a [hard
<Lightbox src="scaleway-add_disk_power_cycle_system.webp" width="300" alt="" />

<Message type="important">
Your machine will be unavailable during the creation of the new virtual disk. We recommend you to launch the reboot during the hours of low load on your machine.
Your machine will be unavailable during the creation of the new virtual disk. We recommend you launch the reboot during the hours of low load on your machine.
</Message>

After the reboot the new virtual disk shows up in the list of available disks in ESXi:
Expand Down
12 changes: 6 additions & 6 deletions tutorials/ansible-bionic-beaver/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Installing Ansible on Ubuntu Bionic Beaver
paragraph: Discover how to install Ansible 2.6 on Ubuntu Bionic Beaver (18.04)
tags: ansible getting-started orchestration
tags: ansible orchestration
categories:
- instances
dates:
Expand All @@ -17,7 +17,7 @@ Ansible is an IT automation tool. It simplifies cloud computing, configuration m

Ansible uses a very simple language (YAML, in the form of Ansible Playbooks) that allows you to spell out your automation jobs in a way that means plain English.

While there are many popular configuration management systems available for Linux systems, such as [Chef](/tutorials/configure-chef-ubuntu-xenial), Ansible is the simplest configuration management systems to get started with.
While there are many popular configuration management systems available for Linux systems, such as [Chef](/tutorials/configure-chef-ubuntu-xenial), Ansible is the simplest configuration management system to get started with.

Ansible works by configuring client machines from a computer that has the Ansible components installed and configured. It communicates over standard SSH channels to retrieve information from remote machines. This means that any computer that you can administer through SSH, you can also administer through Ansible.

Expand All @@ -43,7 +43,7 @@ Ansible works by configuring client machines from a computer that has the Ansibl
If you use the root user, you can remove the `sudo` before each command.

</Message>
2. Update Ubuntu package manager:
2. Update the Ubuntu package manager:
```
apt update
```
Expand Down Expand Up @@ -100,7 +100,7 @@ To learn more about different methods for installing Ansible, refer to the offic
Enter file in which to save the key (/home/user/.ssh/id_rsa):
```

It is recommended to press `Enter` to generate and store the SSH key to the default location.
It is recommended to press `Enter` to generate and store the SSH key in the default location.

```
Enter passphrase (empty for no passphrase):
Expand All @@ -120,7 +120,7 @@ To learn more about different methods for installing Ansible, refer to the offic
nano ~/.ssh/authorized_keys
```
6. In the file, paste your Ansible server user's SSH key, then save the file and close the editor.
7. Install Python 3 on the host in order for Ansible to communicate with it.
7. Install Python 3 on the host for Ansible to communicate with it.
<Message type="note">
Python 2 is almost at its EOF and Ubuntu Bionic Beaver does not integrate version 3 by default.

Expand All @@ -130,7 +130,7 @@ To learn more about different methods for installing Ansible, refer to the offic
apt update
apt install python3
```
8. To make Ansbile work with Python 3, specify the Python interpreter in a var or in the inventory.
8. To make Ansbile work with Python 3, specify the Python interpreter in a var or the inventory.
```
- hosts: all
vars:
Expand Down
10 changes: 5 additions & 5 deletions tutorials/ansible-galaxy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ meta:
content:
h1: Getting Started with Ansible Galaxy
paragraph: This tutorial shows how to configure and how to use Ansible Galaxy
tags: ansible getting-started ansible-galaxy ansible-collections ansible-galaxy-module
tags: ansible ansible-galaxy
categories:
- kubernetes
- instances
Expand All @@ -31,12 +31,12 @@ Ansible roles consist of playbooks that group multiple tasks into one container.

To use roles in Ansible playbooks, you must first download them.

1. Install Apache, MySQL and PHP.
1. Install Apache, MySQL, and PHP.
```
ansible-galaxy install geerlingguy.apache geerlingguy.mysql geerlingguy.php
```
<Message type="note">
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 dowloaded 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://galaxy.ansible.com/geerlingguy)'s Ansible profile.
</Message>
2. Create an Ansible playbook named `lamp.yml` with the following contents:
Expand All @@ -57,13 +57,13 @@ 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.

<Message type="note">
For more information on Solr, refer to the [Solr official documentation](http://lucene.apache.org/solr/news.html).
</Message>

1. Install Java, tomcat6, Solr with an ansible-galaxy command. We will use the role from `geerlinguy` who is a software developer involved in many open source development communities. Check [geerlinguy](https://galaxy.ansible.com/geerlingguy) for many other roles.
1. Install Java, tomcat6, Solr with an ansible-galaxy command. We will use the role of `geerlinguy` who is a software developer involved in many open-source development communities. Check [geerlinguy](https://galaxy.ansible.com/geerlingguy) for many other roles.
```
ansible-galaxy install geerlingguy.java geerlingguy.tomcat6 geerlingguy.solr
```
Expand Down
12 changes: 6 additions & 6 deletions tutorials/ark-server/index.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
meta:
title: Creating an ARK server
description: In this tutorial you will learn how to create and start an ARK server with Scaleway Instances. We offer a large range of Instances to suit the gaming needs of ARK Survival Evolved server.
description: In this tutorial, you will learn how to create and start an ARK server with Scaleway Instances. We offer a large range of Instances to suit the gaming needs of ARK Survival Evolved server.
content:
h1: Creating an ARK server
paragraph: In this tutorial you will learn how to create and start an ARK server with Scaleway Instances. We offer a large range of Instances to suit the gaming needs of ARK Survival Evolved server.
tags: ark-server video-games gaming ark compute
paragraph: In this tutorial, you will learn how to create and start an ARK server with Scaleway Instances. We offer a large range of Instances to suit the gaming needs of ARK Survival Evolved server.
tags: ark-server video-games gaming ark
categories:
- instances
hero: assets/scaleway_arkserver.webp
Expand All @@ -20,7 +20,7 @@ In the game, you start as a man or woman stranded on the shores of a mysterious

## What is "Ark: Survival Evolved"?

“Ark: Survival Evolved” is a survival game, as the title indicates, where you are stranded in a hostile world with nothing. You have to hunt, harvest, craft and gather your way towards bigger and better resources. The game concept is similar to other games like Minecraft, Dayz and Rust. You can explore the island and its imposing environment, which is composed of many natural and unnatural structures, above-ground, below-ground, and underwater. While doing this, you discover the most exotic procedurally randomized creatures and rare blueprints, allowing you to build structures and level up your character. All your actions require resources, and you have to eat and drink to keep your character alive.
“Ark: Survival Evolved” is a survival game, as the title indicates, where you are stranded in a hostile world with nothing. You have to hunt, harvest, craft, and gather your way toward bigger and better resources. The game concept is similar to other games like Minecraft, Dayz, and Rust. You can explore the island and its imposing environment, which is composed of many natural and unnatural structures, above-ground, below-ground, and underwater. While doing this, you discover the most exotic procedurally randomized creatures and rare blueprints, allowing you to build structures and level up your character. All your actions require resources, and you have to eat and drink to keep your character alive.

The game supports both single-player local games and massive multi-player games using more than 100 Ark servers. You can create a tribe on the server and invite your friends to join your tribe to be even stronger. In your tribe, all tamed dinosaurs and building structures are usually shared between tribe members, and you can delegate tasks to other members of your tribe.

Expand Down Expand Up @@ -164,7 +164,7 @@ Creating an ARK server can be done in a few steps on a [Scaleway Instance](https
└─1836 /home/steam/servers/ark/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?listen?Ses
```
</Message>
12. To customize your server, open the `GameUserSettings.ini` file in a text editor and edit the parameters towards your requirements. You can also use a [Configuration Generator](https://ini.arkforum.de/index.php?lang=en&mode=all) to automatically generate the required settings from a visual interface.
12. To customize your server, open the `GameUserSettings.ini` file in a text editor and edit the parameters to your requirements. You can also use a [Configuration Generator](https://ini.arkforum.de/index.php?lang=en&mode=all) to automatically generate the required settings from a visual interface.
```
nano /home/steam/servers/ark/ShooterGame/Saved/Config/LinuxServer/GameUserSettings.ini
```
Expand Down Expand Up @@ -192,7 +192,7 @@ Creating an ARK server can be done in a few steps on a [Scaleway Instance](https

## How can I connect to my ARK server?

After successfully completing the installation of your ARK server, you can connect to it by following these three steps:
After completing the installation of your ARK server, you can connect to it by following these three steps:

1. Start the "Ark: Survival Evolved" client on your local computer and click **Join ARK**.
2. Use the server name filter to find your server and select it.
Expand Down
4 changes: 2 additions & 2 deletions tutorials/arqbackup-pc-mac/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
categories:
- object-storage
hero: assets/scaleway_arqbackup.webp
tags: arq-backup objectstorage s3 backup storage
tags: arq-backup object-storage s3
dates:
validation: 2024-02-26
posted: 2019-07-20
Expand Down Expand Up @@ -83,6 +83,6 @@ In this tutorial you learn how to back up your PC or Mac computer to Object Stor

<Lightbox src="scaleway-arq7_restore_settings.webp" alt="" />

Alternatively it is possible to restore files anywhere by dragging-and-dropping them from the backup window to the desktop or a Finder window
Alternatively, it is possible to restore files anywhere by dragging and dropping them from the backup window to the desktop or a Finder window

For advanced configuration options, refer to the [official documentation](https://www.arqbackup.com/docs/).
Loading

0 comments on commit 82455ef

Please sign in to comment.