Skip to content

Commit

Permalink
chore(gen): tutorials content review 2024-10-03 (#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
bene2k1 authored Oct 3, 2024
1 parent 0968df5 commit f601749
Show file tree
Hide file tree
Showing 26 changed files with 39 additions and 44 deletions.
2 changes: 1 addition & 1 deletion tutorials/configure-apache-lets-encrypt/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
- domains-and-dns
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2019-05-23
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/deploy-big-blue-button/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- elastic-metal
hero: assets/scaleway_bigbluebutton.webp
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2020-06-10
validation_frequency: 24
---
Expand Down
12 changes: 6 additions & 6 deletions tutorials/deploy-instances-packer-terraform/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- packer
tags: Packer Terraform
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2018-08-01
---

Expand All @@ -29,7 +29,7 @@ Both applications are available for Linux, macOS, Windows, FreeBSD, and NetBSD.
We recommend you follow this tutorial using a [Production-Optimized Instance](/compute/instances/reference-content/choosing-instance-type/).
</Message>

## Downloading and Installing Packer
## Downloading and installing Packer

1. [Download Packer](https://www.packer.io/downloads.html) for your operating system. If you want to define a specific configuration, you can also [build the application](https://www.packer.io/intro/getting-started/install.html#compiling-from-source) from the source.
2. Install the application on your computer following the instructions in the Packer [downloads page](https://www.packer.io/downloads.html).
Expand All @@ -48,7 +48,7 @@ Both applications are available for Linux, macOS, Windows, FreeBSD, and NetBSD.
```
4. Make sure you are running at least version 1.6.3 of Packer.

## Packer Configuration Files
## Packer configuration files

Packer builds images by taking a base image and installing additional software on it.

Expand Down Expand Up @@ -102,9 +102,9 @@ There are also some optional parameters that you can use:

See the rest of the parameters on the [Packer documentation](https://www.packer.io/docs/builders/scaleway).

## Building an Image with Packer
## Building an image with Packer

As exemplified below, we will build an Ubuntu Image with Apache preinstalled:
As exemplified below, we will build an Ubuntu image with Apache preinstalled:

1. Set your credentials as an environment variable on your computer. For example in bash, you have to edit the file `~/.bashrc`, for zsh the procedure is the same, but the file to edit is `~/.zshrc`:
```bash
Expand Down Expand Up @@ -223,7 +223,7 @@ As exemplified below, we will build an Ubuntu Image with Apache preinstalled:
<Lightbox src="scaleway-packer-image.webp" alt="" />
4. You can now start one or a series of servers with your new image.

## Deploying Machine Images with Terraform
## Deploying machine images with Terraform

1. Download [Terraform](https://www.terraform.io/downloads.html) for your operating system.
2. Set your credentials as an environment variable on your computer. For example in bash, you have to edit the file `~/.bashrc`, for zsh the procedure is the same, but the file to edit is `~/.zshrc`:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/encrypt-volumes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- block-storage
- instances
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2019-02-04
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/erpnext/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- dedibox
hero: assets/scaleway_erpnext.webp
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2020-07-28
---

Expand Down
4 changes: 1 addition & 3 deletions tutorials/flask/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ content:
tags: Flask Ubuntu Bionic-Beaver
- instances
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2018-08-23
---

## Flask Overview

Flask is a web application framework written in Python. Flask is easy to get started with as a beginner because there is little boilerplate code for getting a simple app up and running.

<Macro id="requirements" />
Expand Down
2 changes: 1 addition & 1 deletion tutorials/get-started-kubernetes-loadbalancer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: Kubernetes load-balancer kubectl nodeport
categories:
- kubernetes
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2023-09-19
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/glpi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
hero: assets/scaleway_glpi.webp
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2020-08-13
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/gpu-super-resolution/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- gpu-instances
tags: Scaleway-GPU AI inference Super-Resolution
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2020-09-24
---

Expand Down
6 changes: 3 additions & 3 deletions tutorials/host-github-runner/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: Github-runner github
categories:
- instances
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2018-04-06
---

Expand Down Expand Up @@ -60,9 +60,9 @@ In this guide, you will learn how to configure a GitHub Actions runner on a Scal
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.315.0.tar.gz
curl -O -L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.319.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.315.0.tar.gz
tar xzf ./actions-runner-linux-x64-2.319.0.tar.gz
```
<Message type="tip">
You may check the GitHub runner repository for the [latest release of the runner](https://github.com/actions/runner/releases/latest).
Expand Down
3 changes: 1 addition & 2 deletions tutorials/install-cassandra/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ categories:
- instances
tags: database nosql Cassandra-cluster Ubuntu Bionic-Beaver
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2018-10-20
---

## Cassandra overview

[Apache Cassandra](http://cassandra.apache.org/) is a replicated [NoSQL](https://en.wikipedia.org/wiki/NoSQL) database and an ideal solution for situations that require maximum data redundancy, uptime, and horizontal scaling across multiple servers. It is an open-source application that can easily be managed from a simple command-line interface using [Cassandra Query Language (CQL)](https://cassandra.apache.org/doc/latest/cql/) which is very similar to Structured Query Language, making it easy to learn for users that are already firm with SQL.

Expand Down
2 changes: 1 addition & 1 deletion tutorials/install-configure-couchdb/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: database CouchDB nosql
categories:
- instances
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2018-07-25
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/install-docker-ubuntu-bionic/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
- container-registry
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2018-07-11
---

Expand Down
4 changes: 2 additions & 2 deletions tutorials/install-golang-ubuntu-bionic/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: Go Ubuntu Bionic-Beaver
categories:
- instances
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2018-08-14
validation_frequency: 24
---
Expand Down Expand Up @@ -49,7 +49,7 @@ This tutorial will guide you through the download and installation of the Go pro

```
root@gopher:~# go version
go version go1.13.8 linux/amd64
go version go1.22.2 linux/arm64
```
5. Set the `GOPATH` for your environment:
```bash
Expand Down
2 changes: 1 addition & 1 deletion tutorials/odoo-easy-deploy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content:
tags: kubernetes Odoo easy-deploy docker
hero: assets/scaleway_odoo_easydeploy.webp
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2020-12-01
categories:
- instances
Expand Down
6 changes: 3 additions & 3 deletions tutorials/postgis-managed-databases/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: PostGIS postgresql postgre database rdb
categories:
- postgresql-and-mysql
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2019-12-31
---

Expand Down Expand Up @@ -108,9 +108,9 @@ To get familiar with spatial data, you can download demo data and enter it into
```
mkdir -p /postgis/townssurvey && cd /postgis/townssurvey
```
4. Download a dataset. We use a sample provided by [MassGIS Data](https://docs.digital.mass.gov/dataset/massgis-data-community-boundaries-towns-survey-points) which contains information about the legal boundary for each of the 351 municipalities in Massachusetts.
4. Download a dataset. We use a sample provided by [MassGIS Data](https://www.mass.gov/info-details/massgis-data-municipalities) which contains information about the legal boundary for each of the 351 municipalities in Massachusetts.
```
wget http://download.massgis.digital.mass.gov/shapefiles/state/townssurvey_shp.zip
wget https://s3.us-east-1.amazonaws.com/download.massgis.digital.mass.gov/shapefiles/state/townssurvey_shp.zip
```
5. Unzip the downloaded data and list the unpacked data to view it:
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/postman-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
- iot-hub
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2022-03-24
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/protect-server-fail2ban/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: security Fail2Ban brute-force
categories:
- instances
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2018-08-22
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/protect-server-using-crowdsec/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: dedibox security CrowdSec SSH iptables
categories:
- dedibox
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2021-10-11
---

Expand Down
6 changes: 2 additions & 4 deletions tutorials/set-up-yunohost-debian/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ categories:
- instances
tags: hosting Yunohost Debian
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2019-02-27
---

## Yunohost Overview

[Yunohost](https://yunohost.org/) is an open-source solution designed for the administration of a personal server. It helps manage users, domains, and websites and comes with a full email stack. The tool is designed to be lightweight and intuitive and is designed to work with Debian 9 (Stretch).
Yunohost is an open-source solution designed for the administration of a personal server. It helps manage users, domains, and websites and comes with a full email stack. The tool is designed to be lightweight and intuitive and is designed to work with Debian 9 (Stretch).

<Macro id="requirements" />

Expand Down
4 changes: 2 additions & 2 deletions tutorials/setting-up-tunnel/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
tags: Dedibox GRE-tunnel gre
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2019-08-22
---

Expand Down Expand Up @@ -66,7 +66,7 @@ The [Generic Routing Encapsulation (GRE)](https://en.wikipedia.org/wiki/Generic_
/opt/configure-tunnel.sh
```

### Setting up the tunnel on a Dedibox Server
### Setting up the tunnel on a Dedibox server

1. Connect to the Dedibox server via SSH:
```
Expand Down
2 changes: 1 addition & 1 deletion tutorials/setup-cockroachdb-cluster/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories:
- instances
- postgresql-and-mysql
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2018-04-10
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/setup-mysql/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: networking database sql MySQL MariaDB
categories:
- instances
dates:
validation: 2024-03-27
validation: 2024-10-03
posted: 2020-06-22
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- object-storage
tags: serverless triggers sqs queue
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2023-07-07
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- object-storage
tags: serverless functions triggers sqs
dates:
validation: 2024-03-26
validation: 2024-10-03
posted: 2023-07-07
validation_frequency: 24
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ categories:
- postgresql-and-mysql
tags: time-Series TimescaleDB Grafana Database
dates:
validation: 2024-03-29
validation: 2024-10-03
posted: 2019-12-10
validation_frequency: 18
---

[TimescaleDB](https://www.timescale.com/) is a time series database built on [PostgreSQL](/tutorials/install-postgresql/).
TimescaleDB is a time series database built on PostgreSQL.

A time-series database typically stores “time-series data”, as the name indicates. It can be seen as a sequence of data points, that measure the same thing over time and store the measurement results in time order.

Expand Down

0 comments on commit f601749

Please sign in to comment.