Skip to content

Commit 1f71b00

Browse files
authored
Apply suggestions from code review
1 parent 01b42b3 commit 1f71b00

File tree

11 files changed

+15
-20
lines changed

11 files changed

+15
-20
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-22
10+
validation: 2025-01-22
1111
categories:
1212
- object-storage
1313
- postgresql-and-mysql

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

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

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-22
13+
validation: 2025-01-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-22
15+
validation: 2025-01-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-22
12+
validation: 2025-01-22
1313
posted: 2018-08-02
1414
---
1515

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,23 @@ In this tutorial, you will learn how to use a Prometheus Monitoring Instance wit
5454

5555
1. Download Node Exporter:
5656
```
57-
wget https://github.com/prometheus/node_exporter/releases/download/v1.8.2/node_exporter-1.8.2
58-
.linux-amd64.tar.gz
57+
wget https://github.com/prometheus/node_exporter/releases/download/v1.8.2/node_exporter-1.8.2.linux-amd64.tar.gz
5958
```
6059

6160
2. Unpack the archive:
6261
```
63-
tar xvf node_exporter-1.8.2
64-
.linux-amd64.tar.gz
62+
tar xvf node_exporter-1.8.2.linux-amd64.tar.gz
6563
```
6664

6765
3. Copy the binary and set ownership:
6866
```
69-
cp node_exporter-1.8.2
70-
.linux-amd64/node_exporter /usr/local/bin
67+
cp node_exporter-1.8.2.linux-amd64/node_exporter /usr/local/bin
7168
chown node_exporter:node_exporter /usr/local/bin/node_exporter
7269
```
7370

7471
4. Remove unnecessary files to avoid clutter in your system:
7572
```
76-
rm -rf node_exporter-1.8.2
77-
.linux-amd64.tar.gz node_exporter-1.8.2
78-
.linux-amd64
73+
rm -rf node_exporter-1.8.2.linux-amd64.tar.gz node_exporter-1.8.2.linux-amd64
7974
```
8075

8176
5. Create systemd service file:

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-22
12+
validation: 2025-01-22
1313
posted: 2023-06-28
1414
---
1515

tutorials/ruby-on-rails/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Ruby on Rails typically uses an SQL database for data persistence. In this secti
110110
root@instance:~# service postgresql status
111111
● postgresql.service - PostgreSQL RDBMS
112112
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
113-
Active: active (exited) since Tue 2025-01-22 10:23:54 UTC; 12s ago
113+
Active: active (exited) since Tue 2024-07-16 10:23:54 UTC; 12s ago
114114
Process: 5602 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
115115
Main PID: 5602 (code=exited, status=0/SUCCESS)
116116
CPU: 1ms
@@ -193,7 +193,7 @@ Install the latest version of nginx provided by the operating system:
193193
root@instance:~# service nginx status
194194
● nginx.service - A high performance web server and a reverse proxy server
195195
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
196-
Active: active (running) since Tue 2025-01-22 10:23:54 UTC; 1min 23s ago
196+
Active: active (running) since Tue 2024-07-16 10:23:54 UTC; 1min 23s ago
197197
Main PID: 6002 (nginx)
198198
Tasks: 2 (limit: 2359)
199199
Memory: 2.6M

tutorials/run-nodejs-express-server-on-serverless-containers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- containers
1010
tags: serverless containers caas nodejs express-server
1111
dates:
12-
validation: 2024-07-22
12+
validation: 2024-07-15
1313
posted: 2021-10-14
1414
validation_frequency: 24
1515
---

tutorials/setup-nginx-reverse-proxy-s3/index.mdx

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

0 commit comments

Comments
 (0)