Skip to content

Commit d38d1bd

Browse files
committed
chore(tuto): content review
1 parent 29e6aa7 commit d38d1bd

File tree

11 files changed

+43
-22
lines changed

11 files changed

+43
-22
lines changed

tutorials/configure-failover-proxmox/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: dedicated-server Proxmox iso-file
99
categories:
1010
- dedibox
1111
dates:
12-
validation: 2024-04-22
12+
validation: 2024-10-29
1313
posted: 2020-01-23
1414
---
1515

tutorials/configure-netbox-managed-postgresql-database/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ categories:
1010
- postgresql-and-mysql
1111
hero: assets/scaleway_netbox.webp
1212
dates:
13-
validation: 2024-04-22
13+
validation: 2024-10-29
1414
posted: 2019-11-14
1515
---
1616

1717
NetBox is a web application designed and built to help manage and document large computer networks. It is designed for IP address management (IPAM) and data center infrastructure management (DCIM). The application runs as a web application based on the Django Python framework and uses a PostgreSQL database to store information. The open-source software was developed specifically with the needs of network and infrastructure engineers in mind.
1818

19-
In this tutorial, you will learn how to install and configure NetBox on an Instance running on Ubuntu 20.04 LTS and a Database for PostgreSQL.
19+
In this tutorial, you learn how to install and configure NetBox on an Instance running on Ubuntu 20.04 LTS and a Database for PostgreSQL.
2020

2121
<Macro id="requirements" />
2222

tutorials/configure-nextcloud-ubuntu/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: Nextcloud Ubuntu-Bionic-Beaver
1111
dates:
12-
validation: 2024-04-22
12+
validation: 2024-10-29
1313
posted: 2018-10-26
1414
---
1515

tutorials/configure-nginx-lets-encrypt/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ categories:
99
- instances
1010
tags: NGINX Let's-Encrypt
1111
dates:
12-
validation: 2024-04-22
12+
validation: 2024-10-29
1313
posted: 2019-02-28
1414
---
1515

16-
Let's Encrypt, a renowned Certificate Authority (CA), offers a valuable service by providing free TLS/SSL certificates.
16+
Let's Encrypt, a renowned Certificate Authority (CA), offers a valuable service by providing free TLS/SSL certificates.
1717
These certificates are a key element in enabling secure HTTPS connections on web servers. Let's Encrypt simplifies the process through its user-friendly software client, Certbot, which automates the majority of the steps involved in obtaining and configuring certificates, particularly within the Nginx web server environment.
1818

1919
<Macro id="requirements" />

tutorials/configure-tem-smtp-with-wordpress-plugin/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- transactional-email
1111
- instances
1212
dates:
13-
validation: 2024-04-24
13+
validation: 2024-10-29
1414
posted: 2024-04-24
1515
---
1616

@@ -51,7 +51,7 @@ dates:
5151
2. Click the **Launch Setup Wizard** button to configure the plug-in. You are redirected to the WP Mail SMTP welcome page.
5252
3. Click **Let's Get Started**.
5353
4. Choose **Other SMTP**, then click **Save and Continue**.
54-
5. Enter `smtp.tem.scw.cloud` in the **SMTP Host** field.
54+
5. Enter `smtp.tem.scaleway.com` in the **SMTP Host** field.
5555
6. Select **TLS** in the **Encryption** field.
5656
7. In the **SMTP Port** enter either of the Transactional Email TLS connection ports: `465` or `2465`.
5757
8. Switch on the **Enable Authentication** toggle.

tutorials/deploy-penpot-with-docker-instantapp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: penpot docker instantapp
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-04-22
12+
validation: 2024-10-29
1313
posted: 2022-09-28
1414
hero: assets/scaleway-penpot.webp
1515
---

tutorials/sinatra/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: ansible Sinatra Ruby RubyGems
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-04-22
12+
validation: 2024-10-29
1313
posted: 2018-08-17
1414
---
1515

tutorials/store-wp-mediacloud-s3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- object-storage
1111
- instances
1212
dates:
13-
validation: 2024-04-22
13+
validation: 2024-10-29
1414
posted: 2019-02-13
1515
---
1616

tutorials/systemd-essentials/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: systemd instances
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-04-22
12+
validation: 2024-10-29
1313
posted: 2018-07-10
1414
---
1515

tutorials/terraform-quickstart/index.mdx

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
tags: Terraform Elastic-Metal Instances HashiCorp
1313
hero: assets/scaleway_terraform.webp
1414
dates:
15-
validation: 2024-04-22
15+
validation: 2024-10-29
1616
posted: 2018-04-06
1717
---
1818

@@ -51,22 +51,45 @@ The installation of Terraform on Windows can be done in a single command line us
5151

5252
The installation of Terraform on Linux can be done in a few simple steps.
5353

54-
1. Download the HashiCorp GPG key on your machine.
54+
1. Ensure your system is up to date and you have installed the `gnupg`, `software-properties-common`, and `curl` packages.
5555
```
56-
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
56+
apt update && apt install -y gnupg software-properties-common
5757
```
58-
2. Add the Terraform repositories to the apt sources.
58+
2. Download the HashiCorp GPG key on your machine.
5959
```
60-
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
60+
wget -O- https://apt.releases.hashicorp.com/gpg | \
61+
gpg --dearmor | \
62+
sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg > /dev/null
6163
```
62-
3. Update the apt packet cache and install Terraform using `apt`.
64+
3. Verify the key's fingerprint.
65+
```
66+
gpg --no-default-keyring \
67+
--keyring /usr/share/keyrings/hashicorp-archive-keyring.gpg \
68+
--fingerprint
69+
```
70+
The `gpg` command reports the key's fingerprint:
71+
```
72+
/usr/share/keyrings/hashicorp-archive-keyring.gpg
73+
-------------------------------------------------
74+
pub rsa4096 XXXX-XX-XX [SC]
75+
AAAA AAAA AAAA AAAA
76+
uid [ unknown] HashiCorp Security (HashiCorp Package Signing) <[email protected]>
77+
sub rsa4096 XXXX-XX-XX [E]
78+
```
79+
4. Add the Terraform repositories to the apt sources.
80+
```
81+
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] \
82+
https://apt.releases.hashicorp.com $(lsb_release -cs) main" | \
83+
sudo tee /etc/apt/sources.list.d/hashicorp.list
84+
```
85+
5. Update the apt packet cache and install Terraform using `apt`.
6386
```
6487
apt update && apt install terraform
6588
```
6689
4. Test the installation by running the `terraform version` command.
6790
```
6891
terraform version
69-
Terraform v1.8.1
92+
Terraform v1.9.8
7093
on linux_amd64
7194
```
7295

0 commit comments

Comments
 (0)