Skip to content

Commit 01b42b3

Browse files
committed
chore(gen): review tutorials
1 parent b5ab077 commit 01b42b3

File tree

16 files changed

+43
-36
lines changed

16 files changed

+43
-36
lines changed

tutorials/backup-postgresql-pgbackrest-s3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page shows how to backup PostgreSQL databases with pgBackRest to Object Storage
88
tags: postgresql pgbackrest backup configuration setup s3
99
dates:
10-
validation: 2024-07-17
10+
validation: 2024-07-22
1111
categories:
1212
- object-storage
1313
- postgresql-and-mysql

tutorials/configure-ipv6-virtual-machine-esxi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dates:
1414
---
1515

1616
<Message type="important">
17-
Due to VMware's acquisition by Broadcom, the free edition of VMware vSphere Hypervisor is no longer available on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality.
17+
Due to VMware's acquisition by Broadcom, the free edition of **VMware vSphere Hypervisor is no longer available** on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality
1818
We suggest considering alternative hypervisors such as Proxmox. You can learn how to [deploy virtual machines with Proxmox on Scaleway Dedibox](/tutorials/configure-failover-proxmox/).
1919
</Message>
2020

tutorials/configure-virtual-machine-esxi/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ categories:
99
- dedibox
1010
tags: dedibox virtual-machines VMware-ESXi iso-file
1111
dates:
12-
validation: 2024-07-15
12+
validation: 2024-07-22
1313
posted: 2020-01-27
1414
---
1515

1616
<Message type="important">
17-
Due to VMware's acquisition by Broadcom, the free edition of VMware vSphere Hypervisor is no longer available on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality.
17+
Due to VMware's acquisition by Broadcom, the free edition of **VMware vSphere Hypervisor is no longer available** on the VMware website. For more details, check out [the EOL of free vSphere Hypervisor](https://knowledge.broadcom.com/external/article?legacyId=2107518). Please note that the following content is provided as-is, without any guarantee of functionality
1818
We suggest considering alternative hypervisors such as Proxmox. You can learn how to [deploy virtual machines with Proxmox on Scaleway Dedibox](/tutorials/configure-failover-proxmox/).
1919
</Message>
2020

tutorials/create-esxi-cluster-dedibox/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hero: assets/scaleway_vmware.webp
1010
categories:
1111
- dedibox
1212
dates:
13-
validation: 2024-07-15
13+
validation: 2024-07-22
1414
posted: 2020-12-28
1515
---
1616

tutorials/erpnext-13/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- elastic-metal
1313
hero: assets/scaleway_erpnext.webp
1414
dates:
15-
validation: 2024-07-17
15+
validation: 2024-07-22
1616
posted: 2021-09-14
1717
---
1818

tutorials/install-apache-ansible/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Ansible Apache Playbook
99
categories:
1010
- compute
1111
dates:
12-
validation: 2024-07-17
12+
validation: 2024-07-22
1313
posted: 2018-08-02
1414
---
1515

tutorials/jitsi-docker/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- compute
1010
tags: media Jitsi-Meet videoconferencing Docker deployment
1111
dates:
12-
validation: 2024-07-17
12+
validation: 2024-07-22
1313
posted: 2020-03-24
1414
---
1515

@@ -97,8 +97,8 @@ For more information concerning the Jitsi Meet Docker image, refer to the [offic
9797

9898
### Additional considerations
9999

100-
- **SSL Certificate**: For production use, consider setting up a reverse proxy with Nginx and obtaining an SSL certificate from Let's Encrypt for secure connections.
101-
- **Scaling**: To handle more users, you might need to adjust the server resources or implement horizontal scaling by deploying multiple Jitsi Meet instances behind a load balancer.
100+
- **SSL certificate**: For production use, consider setting up a [reverse proxy with Nginx](/tutorials/nginx-reverse-proxy/) and obtaining an SSL certificate from Let's Encrypt for secure connections.
101+
- **Scaling**: To handle more users, you might need to adjust the server resources or implement horizontal scaling by deploying multiple Jitsi Meet instances [behind a load balancer](/load-balancer/quickstart/).
102102
- **Customization**: You can customize the Jitsi Meet interface and functionality by modifying the `.env` file and other configuration files in the setup directories.
103103

104104
By following these steps, you can deploy a secure, self-hosted Jitsi Meet video conferencing solution using Docker in a few steps.

tutorials/pihole-vpn/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hero: assets/scaleway_pihole.webp
1010
categories:
1111
- instances
1212
dates:
13-
validation: 2024-07-17
13+
validation: 2024-07-22
1414
posted: 2020-12-09
1515
---
1616

tutorials/prometheus-monitoring-grafana-dashboard/index.mdx

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hero: assets/scaleway-grafana-prometheus.webp
1010
categories:
1111
- instances
1212
dates:
13-
validation: 2024-07-17
13+
validation: 2024-07-22
1414
posted: 2018-06-07
1515
---
1616

@@ -23,7 +23,8 @@ In this tutorial, you will learn how to use a Prometheus Monitoring Instance wit
2323
- A Scaleway account logged into the [console](https://console.scaleway.com)
2424
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2525
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
26-
- An [Instance](/instances/how-to/create-an-instance/) running on [Ubuntu Focal Fossa (20.04 LTS)](https://www.ubuntu.com/) or later
26+
- An [Instance](/instances/how-to/create-an-instance/) running on Ubuntu Jammy Jellyfish (22.04 LTS) or later
27+
2728

2829
<Message type="tip">
2930
We recommend you follow this tutorial using a [Production-Optimized Instance](/instances/reference-content/choosing-instance-type/).
@@ -53,23 +54,28 @@ In this tutorial, you will learn how to use a Prometheus Monitoring Instance wit
5354

5455
1. Download Node Exporter:
5556
```
56-
wget https://github.com/prometheus/node_exporter/releases/download/v1.5.0/node_exporter-1.5.0.linux-amd64.tar.gz
57+
wget https://github.com/prometheus/node_exporter/releases/download/v1.8.2/node_exporter-1.8.2
58+
.linux-amd64.tar.gz
5759
```
5860

5961
2. Unpack the archive:
6062
```
61-
tar xvf node_exporter-1.5.0.linux-amd64.tar.gz
63+
tar xvf node_exporter-1.8.2
64+
.linux-amd64.tar.gz
6265
```
6366

6467
3. Copy the binary and set ownership:
6568
```
66-
cp node_exporter-1.5.0.linux-amd64/node_exporter /usr/local/bin
69+
cp node_exporter-1.8.2
70+
.linux-amd64/node_exporter /usr/local/bin
6771
chown node_exporter:node_exporter /usr/local/bin/node_exporter
6872
```
6973

7074
4. Remove unnecessary files to avoid clutter in your system:
7175
```
72-
rm -rf node_exporter-1.5.0.linux-amd64.tar.gz node_exporter-1.5.0.linux-amd64
76+
rm -rf node_exporter-1.8.2
77+
.linux-amd64.tar.gz node_exporter-1.8.2
78+
.linux-amd64
7379
```
7480

7581
5. Create systemd service file:
@@ -115,9 +121,9 @@ In this tutorial, you will learn how to use a Prometheus Monitoring Instance wit
115121
1. Download and unpack Prometheus:
116122
```
117123
apt-get update && apt-get upgrade
118-
wget https://github.com/prometheus/prometheus/releases/download/v2.42.0/prometheus-2.42.0.linux-amd64.tar.gz
119-
tar xfz prometheus-*.tar.gz
120-
cd prometheus-2.42.0.linux-amd64/
124+
wget https://github.com/prometheus/prometheus/releases/download/v3.1.0/prometheus-3.1.0.linux-amd64.tar.gz
125+
tar xfz prometheus-3.1.0.linux-amd64.tar.gz
126+
cd prometheus-3.1.0.linux-amd64/
121127
```
122128

123129
2. Copy binaries and set ownership:
@@ -233,7 +239,7 @@ Prometheus provides a basic web interface running on `http://your.instance.ip:90
233239
```
234240
apt-get install -y adduser libfontconfig1
235241
wget https://dl.grafana.com/oss/release/grafana_9.3.6_amd64.deb
236-
dpkg -i grafana_9.3.6_amd64.deb
242+
dpkg -i grafana_11.2.4_amd64.deb
237243
```
238244

239245
2. Enable and start Grafana service:
@@ -247,11 +253,12 @@ Grafana is now running and can be accessed at `http://your.instance.ip:3000`. Th
247253

248254
1. Add Prometheus data source:
249255
- Click the settings icon (cogwheel) on the sidebar
250-
- Click Data Sources**
251-
- Choose Add data source**
252-
- Select Prometheus** as the data source
256+
- Click **Data Sources**
257+
- Choose **Add data source**
258+
- Select **Prometheus** as the data source
253259
- Set the Prometheus instance URL to `http://localhost:9090/`
254-
- Click Save & test** to test the connection and save the new data source
260+
- Click **Save & test** to test the connection and save the new data source
261+
255262

256263
You are now ready to create your first dashboard from the information collected by Prometheus. You can also import some dashboards from a collection of [shared dashboards](https://grafana.com/dashboards?dataSource=prometheus).
257264

tutorials/python-for-loops/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: python loops syntax programming
99
categories:
1010
- compute
1111
dates:
12-
validation: 2024-07-17
12+
validation: 2024-07-22
1313
posted: 2023-06-28
1414
---
1515

0 commit comments

Comments
 (0)