Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/managed-inference/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains all the concepts related to Managed Inference
tags:
dates:
validation: 2024-11-29
validation: 2025-06-02
categories:
- ai-data
---
Expand Down
Binary file removed tutorials/ceph-cluster/assets/scaleway-ceph_s3.webp
Binary file not shown.
Binary file removed tutorials/ceph-cluster/assets/scaleway_ceph.webp
Binary file not shown.
289 changes: 0 additions & 289 deletions tutorials/ceph-cluster/index.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions tutorials/get-started-crossplane-kubernetes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: crossplane kubernetes
categories:
- kubernetes
dates:
validation: 2024-11-25
validation: 2025-06-02
posted: 2023-05-05
---

Expand Down Expand Up @@ -53,7 +53,7 @@ Run the following `up uxp install` command to install the latest stable version
You should see an output like the following:

```plaintext
UXP 1.18.0-up.1 installed
UXP 1.20.0-up.1 installed
```

## Installing the provider into your Kubernetes cluster
Expand Down Expand Up @@ -101,7 +101,7 @@ Run the following `up uxp install` command to install the latest stable version

```
NAME INSTALLED HEALTHY PACKAGE AGE
provider-scaleway True True xpkg.upbound.io/scaleway/provider-scaleway:v0..0 11s
provider-scaleway True Unknown xpkg.upbound.io/scaleway/provider-scaleway:v0.2.0 9s
```

<Message type="note">
Expand Down
7 changes: 3 additions & 4 deletions tutorials/install-medusa/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- instances
tags: ecommerce shopping medusajs
dates:
validation: 2024-11-25
validation: 2025-06-02
posted: 2023-05-10
---

Expand All @@ -36,9 +36,8 @@ This tutorial will show you how to install and use MedusaJS, create a new projec
```
apt update
apt install -y ca-certificates curl gnupg
mkdir -p /etc/apt/keyrings
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh
sudo -E bash nodesource_setup.sh
```
4. Update the APT cache and install the required packages for Medusa:
```
Expand Down
10 changes: 5 additions & 5 deletions tutorials/install-rkhunter/index.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
meta:
title: Detecting Rootkits and Security Holes with rkhunter on Ubuntu
description: Detecting Rootkits and Security Holes with RKhunter on Ubuntu
title: Detecting rootkits and security holes with rkhunter on Ubuntu
description: Detecting rootkits and security holes with rkhunter on Ubuntu
content:
h1: Detecting Rootkits and Security Holes with rkhunter on Ubuntu
paragraph: Detecting Rootkits and Security Holes with RKhunter on Ubuntu
h1: Detecting rootkits and Security Holes with rkhunter on Ubuntu
paragraph: Detecting rootkits and security holes with rkhunter on Ubuntu
categories:
- compute
tags: Rootkits rkhunter security
dates:
validation: 2024-11-25
validation: 2025-06-02
posted: 2018-10-30
---

Expand Down
4 changes: 2 additions & 2 deletions tutorials/kubernetes-package-management-helm/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories:
- kubernetes
tags: kubernetes helm k8s
dates:
validation: 2024-11-25
validation: 2025-06-02
posted: 2024-05-23
---

Expand Down Expand Up @@ -51,7 +51,7 @@ For a complete overview of Helm and its basic concepts, refer to this [Scaleway
kubectl cluster-info
```
You will see cluster information if `kubectl` is installed and configured correctly. If not, make sure to [deploy a Kubernetes Kapsule cluster](/kubernetes/how-to/create-cluster/) first.
</Message>
</Message>

### Installing Helm Client

Expand Down