Skip to content

Commit

Permalink
chore(gpu): review content (#4197)
Browse files Browse the repository at this point in the history
* chore(gpu): review content

* chore(gpu): wording
  • Loading branch information
bene2k1 authored Jan 13, 2025
1 parent 78b99fb commit 7ae47e1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion compute/gpu/how-to/use-mig-with-kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This section provides information about MIG with Kubernetes
tags: NVIDIA H100 MIG multi-instance gpu
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2023-09-19
categories:
- compute
Expand Down
2 changes: 1 addition & 1 deletion compute/gpu/how-to/use-nvidia-mig-technology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This section provides information about NVIDIA's MIG technology
tags: NVIDIA H100 MIG multi-instance gpu
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2023-08-31
categories:
- compute
Expand Down
4 changes: 2 additions & 2 deletions compute/gpu/how-to/use-preinstalled-env.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to use the preinstalled environment
tags: preinstalled environment preinstalled-environment gpu
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2022-03-25
categories:
- compute
Expand Down Expand Up @@ -41,7 +41,7 @@ Using the latest Ubuntu Focal GPU OS11 image gives you a minimal OS installation
As Docker is also preinstalled, you could choose to [launch one of Scaleway's ready-made Docker images](/compute/gpu/how-to/use-gpu-with-docker/) to access our latest working environments, if you wish.
3. Type `exit` to disconnect from your GPU Instance when you have finished your work.

## Working with the preinstalled environment on Ubuntu Focal GPU OS 11
## Working with the preinstalled environment on Ubuntu Focal GPU OS 12

1. [Connect to your Instance via SSH](/compute/instances/how-to/connect-to-instance/).

Expand Down
2 changes: 1 addition & 1 deletion compute/gpu/how-to/use-scratch-storage-h100-instances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to use scratch storage on H100 and L40S GPU Instances
tags: H100 L40S gpu scratch-storage scratch storage
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2023-09-18
categories:
- compute
Expand Down
2 changes: 1 addition & 1 deletion containers/kubernetes/how-to/use-scratch-storage-h100.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to use scratch storage with H100 and L40S GPUs and Kubernetes Kapsule
tags: kubernetes kubernetes-kapsule kapsule cluster gpu-operator nvidia gpu scratch h100
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2023-12-27
categories:
- containers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Discover step-by-step instructions on configuring DNS settings for your web hosting, ensuring seamless connectivity and performance.
tags: webhosting mx-record domain a-record aaaa-record
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2023-01-17
categories:
- managed-services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to migrate an Online.net/Dedibox web hosting plan to Scaleway.
tags: webhosting
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2023-09-18
categories:
- managed-services
Expand Down
4 changes: 2 additions & 2 deletions managed-services/webhosting/how-to/order-webhosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn how to order a Scaleway Web Hosting with our detailed step-by-step guide.
tags: webhosting order create
dates:
validation: 2024-07-10
validation: 2025-01-25
posted: 2023-01-17
categories:
- managed-services
Expand All @@ -24,7 +24,7 @@ This page shows how to create a Scaleway Web Hosting plan. Web Hosting is a mana
1. Click **Web Hosting** in the **Managed Services** section of the side menu. This takes you to the Web Hosting dashboard.<br />
If you already have Web Hosting plans, they will be listed. Click the **+ Order Web Hosting** button to add more plans.
2. Click **Order Web Hosting** to start the creation process.
3. Select a **region** and a **control panel** for your Web Hosting plan.
3. Select a **region** and a **control panel** for your Web Hosting plan.
* You can choose between:
* **cPanel**: A web-based control panel for managing web hosting accounts, emails, and websites through a graphical interface.
* **Plesk**: A user-friendly web hosting control panel for managing websites, emails, and hosting accounts.
Expand Down
10 changes: 5 additions & 5 deletions tutorials/manage-zigbee-devices-with-iot/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- iot-hub
tags: iot iot-hub zigbee zigbee2mqtt
dates:
validation: 2024-07-08
validation: 2025-01-13
posted: 2022-12-20
---

Expand Down Expand Up @@ -38,11 +38,11 @@ Zigbee2MQTT is configured using YAML based `configuration.yaml` file. Modify thi
```
# Required: MQTT settings
mqtt:
server: mqtts://iot.fr-par.scw.cloud:8883
server: mqtts://iot.fr-par.scw.cloud:8883 # mqtts endpoint
base_topic: zigbee2mqtt
ca: /etc/ssl/mqtt-ca.crt
key: /etc/ssl/mqtt-client.key
cert: /etc/ssl/mqtt-client.crt
ca: /etc/ssl/mqtt-ca.crt # Certificate Authority
key: /etc/ssl/mqtt-client.key # Device private key
cert: /etc/ssl/mqtt-client.crt # Device certificate
client_id: <Device_ID>
keepalive: 60
version: 4
Expand Down

0 comments on commit 7ae47e1

Please sign in to comment.