Skip to content

Commit 11b4759

Browse files
authored
chore(tuto): tutorials content review 2024-10-08 (#3809)
1 parent 6dc79b3 commit 11b4759

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

tutorials/deploy-awstats/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: AwStats FTP Apache
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2018-12-03
1414
---
1515

tutorials/get-started-containers-docker/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Kubernetes Docker
99
categories:
1010
- kubernetes
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2022-04-07
1414
---
1515

tutorials/get-started-deploy-kapsule/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Kubernetes nodeport kubectl
99
categories:
1010
- kubernetes
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2022-05-05
1414
---
1515

tutorials/getting-started-with-kops-on-scaleway/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: kops kubernetes
99
categories:
1010
- kubernetes
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2023-03-23
1414
validation_frequency: 24
1515
---
@@ -53,7 +53,7 @@ export KOPS_FEATURE_FLAGS="Scaleway"
5353
## Creating a single master cluster using kOps
5454

5555
<Message type="note">
56-
Currently, you can only create a kOps cluster in a single Availability Zone (`fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `pl-waw-1`, `pl-waw-2`).
56+
Currently, you can only create a kOps cluster in a single Availability Zone (`fr-par-1`, `fr-par-2`, `fr-par-3`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`).
5757
</Message>
5858

5959
* Create a cluster in the `fr-par-1` Availability Zone, by running the following command:

tutorials/hadoop/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Hadoop big-data Ubuntu
99
categories:
1010
- compute
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2018-08-29
1414
---
1515

tutorials/hestiacp/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
meta:
3-
title: Setting up HestiaCP to manage your Instance
4-
description: Learn how to install HestiaCP to manage your compute Instances with ease.
3+
title: Setting up HestiaCP to manage your Scaleway Instance
4+
description: Learn how to install HestiaCP to manage your Scaleway Instances with ease.
55
content:
6-
h1: Setting up HestiaCP to manage your Instance
7-
paragraph: Learn how to install HestiaCP to manage your Instances with ease.
6+
h1: Setting up HestiaCP to manage your Scaleway Instance
7+
paragraph: Learn how to install HestiaCP to manage your Scaleway Instances with ease.
88
tags: HestiaCP control-panel
99
- instances
1010
dates:
11-
validation: 2024-04-04
11+
validation: 2024-10-08
1212
posted: 2020-07-07
1313
---
1414

@@ -57,7 +57,7 @@ In this tutorial, you will learn how to install and configure HestiaCP on Ubuntu
5757
|_| |_|\___||___/\__|_|\__,_|\____|_|
5858
5959
Hestia Control Panel
60-
v1.8.1
60+
v1.8.12
6161
====================================================================
6262
The following server components will be installed on your system:
6363

tutorials/migrate-mysql-databases-postgresql-pgloader/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- instances
1111
- postgresql-and-mysql
1212
dates:
13-
validation: 2024-04-04
13+
validation: 2024-10-08
1414
posted: 2019-11-19
1515
---
1616

tutorials/python-lists-dicts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: python loops
99
categories:
1010
- compute
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2023-03-23
1414
---
1515

tutorials/self-hosted-repository-gitea/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: development Gitea versioning repository
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2019-05-28
1414
---
1515

@@ -37,7 +37,7 @@ While Git was initially developed for software development purposes, it can trac
3737
```
3838
3. Download the Gitea Binary and make it executable:
3939
```
40-
wget -O gitea https://dl.gitea.com/gitea/1.22/gitea-1.22-linux-amd64
40+
wget -O gitea https://dl.gitea.com/gitea/1.22.2/gitea-1.22.2-linux-amd64
4141
chmod +x gitea
4242
```
4343
4. Add the user that will run the Gitea application:

tutorials/send-sms-iot-device-twilio/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- iot-hub
1010
tags: IoT-Hub iot Serverless SMS Twilio
1111
dates:
12-
validation: 2024-04-04
12+
validation: 2024-10-08
1313
posted: 2020-10-13
1414
---
1515

0 commit comments

Comments
 (0)