diff --git a/tutorials/back-up-postgresql-barman/index.mdx b/tutorials/back-up-postgresql-barman/index.mdx index e3c53c7697..6e2321d1d4 100644 --- a/tutorials/back-up-postgresql-barman/index.mdx +++ b/tutorials/back-up-postgresql-barman/index.mdx @@ -13,7 +13,12 @@ dates: validation: 2024-09-16 posted: 2018-08-29 --- - + Barman is an open-source administration tool designed for PostgreSQL server disaster recovery. Developed in Python, Barman offers the capability to efficiently conduct remote backups across multiple servers in diverse business environments. Setting itself apart with its unique methodology, Barman uses PostgreSQL logs for backup creation, offering a sophisticated alternative to traditional SQL dump processes. diff --git a/tutorials/backup-postgresql-pgbackrest-s3/index.mdx b/tutorials/backup-postgresql-pgbackrest-s3/index.mdx index 0e2f28a846..00319923fc 100644 --- a/tutorials/backup-postgresql-pgbackrest-s3/index.mdx +++ b/tutorials/backup-postgresql-pgbackrest-s3/index.mdx @@ -201,4 +201,10 @@ If you want to back up at certain time intervals, you can add this to the cron: - To keep only the last differential backup: ``` sudo -u postgres pgbackrest --stanza=db-primary --repo1-retention-diff=1 expire - ``` \ No newline at end of file + ``` + \ No newline at end of file diff --git a/tutorials/bash-christmas-tree/index.mdx b/tutorials/bash-christmas-tree/index.mdx index a60bdba68c..db2ed3bd16 100644 --- a/tutorials/bash-christmas-tree/index.mdx +++ b/tutorials/bash-christmas-tree/index.mdx @@ -123,4 +123,11 @@ ssh root@ The script writes an animated tree on the terminal window: -2. Exit the script by pressing `CTRL` + `c`. \ No newline at end of file +2. Exit the script by pressing `CTRL` + `c`. + + \ No newline at end of file diff --git a/tutorials/configure-failover-proxmox/index.mdx b/tutorials/configure-failover-proxmox/index.mdx index 5b8d555982..4a9c6ea142 100644 --- a/tutorials/configure-failover-proxmox/index.mdx +++ b/tutorials/configure-failover-proxmox/index.mdx @@ -112,4 +112,10 @@ ISO files are archive files that contain identical copies of the data found on o Follow the official documentation to learn more about [VM templates and Clones](https://pve.proxmox.com/wiki/VM_Templates_and_Clones) or watch tutorials on the official [Youtube canal](https://www.youtube.com/user/ProxmoxVE). - \ No newline at end of file + + \ No newline at end of file diff --git a/tutorials/get-started-kubernetes-loadbalancer/index.mdx b/tutorials/get-started-kubernetes-loadbalancer/index.mdx index 6195a0458d..b48a41352d 100644 --- a/tutorials/get-started-kubernetes-loadbalancer/index.mdx +++ b/tutorials/get-started-kubernetes-loadbalancer/index.mdx @@ -12,7 +12,12 @@ dates: validation: 2024-10-03 posted: 2023-09-19 --- - + This tutorial accompanies the third [video demonstration](https://www.youtube.com/watch?v=W3gPUQ_ELEo) in our series to help users get started with Kubernetes. We walk you through Kubernetes fundamentals for beginners. In this installment, we show you how to create a Load Balancer for your [Scaleway Kubernetes Kapsule](https://www.scaleway.com/en/kubernetes-kapsule/). First, we address the question of why we need a Load Balancer for our cluster, comparing it with the NodePort service we used in the previous tutorial. We then explain how to create a Load Balancer, check it out in the Scaleway console, and finally test that we can access our cluster's deployed application at the Load Balancer's IP address. diff --git a/tutorials/how-to-implement-rag-generativeapis/index.mdx b/tutorials/how-to-implement-rag-generativeapis/index.mdx index caa265dc12..1d54b709e2 100644 --- a/tutorials/how-to-implement-rag-generativeapis/index.mdx +++ b/tutorials/how-to-implement-rag-generativeapis/index.mdx @@ -379,3 +379,9 @@ You can fix this with `Applications/Python 3.X` (where `X` is your version numbe If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing ```token=``` **Solution**: This is caused by the LangChain OpenAI adapter trying to tokenize content. Ensure you set `check_embedding_ctx_length=False` in OpenAIEmbedding configuration to avoid tokenizing content, as tokenization will be performed server-side in Generative APIs. + \ No newline at end of file diff --git a/tutorials/install-apache-ansible/index.mdx b/tutorials/install-apache-ansible/index.mdx index a4c8f6fa30..e5d49f426f 100644 --- a/tutorials/install-apache-ansible/index.mdx +++ b/tutorials/install-apache-ansible/index.mdx @@ -189,4 +189,10 @@ Customize Apache configuration as per your requirements: Once Ansible is fully set up, you can visit your web browser on port 8081 (rather than port 80). In most web browsers, this can be easily achieved by adding :port onto the end of the URL: http://public_ip_address:8081/. - \ No newline at end of file + + \ No newline at end of file diff --git a/tutorials/install-github-actions-runner-mac/index.mdx b/tutorials/install-github-actions-runner-mac/index.mdx index c10ab9472c..e46f53cdf4 100644 --- a/tutorials/install-github-actions-runner-mac/index.mdx +++ b/tutorials/install-github-actions-runner-mac/index.mdx @@ -12,7 +12,12 @@ dates: validation: 2024-10-24 posted: 2024-01-31 --- - + GitHub Actions is a powerful CI/CD platform that allows users to automate their software development workflows, connected to a GitHub organization or repository. While GitHub offers online runners with a pay-as-you-go model, self-hosted runners provide increased control and customization for your CI/CD setup. This tutorial guides you through setting up, configuring, and connecting a self-hosted runner on a Mac mini to execute macOS pipelines. diff --git a/tutorials/install-pgbouncer/index.mdx b/tutorials/install-pgbouncer/index.mdx index 5c3fe5c16d..c8e1564514 100644 --- a/tutorials/install-pgbouncer/index.mdx +++ b/tutorials/install-pgbouncer/index.mdx @@ -214,4 +214,10 @@ You can do an online restart without terminating the connections. PgBouncer laun systemctl reload pgbouncer.service ``` -This setup allows the basic installation of PgBouncer. For more information on commands and configuration, refer to the [official documentation](https://www.pgbouncer.org). \ No newline at end of file +This setup allows the basic installation of PgBouncer. For more information on commands and configuration, refer to the [official documentation](https://www.pgbouncer.org). + \ No newline at end of file diff --git a/tutorials/install-wireguard/index.mdx b/tutorials/install-wireguard/index.mdx index f22589a367..c14aecd3ee 100644 --- a/tutorials/install-wireguard/index.mdx +++ b/tutorials/install-wireguard/index.mdx @@ -12,7 +12,12 @@ dates: validation: 2025-01-02 posted: 2019-03-28 --- - + WireGuard® is a VPN (Virtual Private Network) software designed for simplicity and efficiency. It is distinguished by its small codebase, which aims to reduce complexity and potential security vulnerabilities, and offers faster performance compared to some other VPN solutions, due to its streamlined design. In terms of security, WireGuard uses modern cryptographic protocols, including Curve25519, ChaCha20, and Poly1305, focusing on established cryptographic methods. diff --git a/tutorials/jump-desktop/index.mdx b/tutorials/jump-desktop/index.mdx index 99cbe74bf8..f30de81db9 100644 --- a/tutorials/jump-desktop/index.mdx +++ b/tutorials/jump-desktop/index.mdx @@ -82,4 +82,10 @@ From the [Mac mini list in your Scaleway console](https://console.scaleway.com/a Your Mac mini will be displayed. - \ No newline at end of file + + \ No newline at end of file diff --git a/tutorials/load-testing-vegeta/index.mdx b/tutorials/load-testing-vegeta/index.mdx index c74e3b343e..0225e96ba7 100644 --- a/tutorials/load-testing-vegeta/index.mdx +++ b/tutorials/load-testing-vegeta/index.mdx @@ -219,4 +219,10 @@ The data collected during each load test is stored in an output file. Error Set: ``` -For more information about Vegeta, refer to the [official documentation](https://github.com/tsenart/vegeta/blob/master/README.md). \ No newline at end of file +For more information about Vegeta, refer to the [official documentation](https://github.com/tsenart/vegeta/blob/master/README.md). + \ No newline at end of file diff --git a/tutorials/nginx-reverse-proxy/index.mdx b/tutorials/nginx-reverse-proxy/index.mdx index 0d668f4d31..e800790538 100644 --- a/tutorials/nginx-reverse-proxy/index.mdx +++ b/tutorials/nginx-reverse-proxy/index.mdx @@ -12,7 +12,12 @@ dates: validation: 2024-12-24 posted: 2018-10-11 --- - + An Nginx HTTPS reverse proxy is an intermediary proxy service that takes a client request, passes it on to one or more servers, and subsequently delivers the server's response back to the client. While most common applications can run as web servers on their own, the Nginx web server can provide many advanced features such as load balancing, TLS/SSL capabilities, and acceleration that most specialized applications lack. There are significant benefits to setting up an Nginx HTTPS reverse proxy: diff --git a/tutorials/overleaf/index.mdx b/tutorials/overleaf/index.mdx index 92f9369bb4..51499feca1 100644 --- a/tutorials/overleaf/index.mdx +++ b/tutorials/overleaf/index.mdx @@ -12,8 +12,12 @@ dates: validation: 2025-01-09 posted: 2023-10-02 --- - - + Overleaf is a collaborative writing and publishing system that uses LaTeX, a typesetting software that allows for creating structured, professional documents online. It is particularly favored by academics and professionals for producing scientific documents, research papers, theses, and presentations due to its precise formatting and styling capabilities. Overleaf also supports real-time collaboration between multiple authors. diff --git a/tutorials/proxy-protocol-v2-load-balancer/index.mdx b/tutorials/proxy-protocol-v2-load-balancer/index.mdx index 43152ca0aa..e5ce4c2df1 100644 --- a/tutorials/proxy-protocol-v2-load-balancer/index.mdx +++ b/tutorials/proxy-protocol-v2-load-balancer/index.mdx @@ -13,7 +13,12 @@ dates: validation: 2024-09-16 posted: 2019-06-28 --- - + [Proxy Protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) allows a backend application, like an Apache or Nginx web server, to retrieve client connection information that has passed through a load-balanced infrastructure. The protocol transports connection information including the originating IP address, the proxy server IP address, and both ports. This tutorial shows you how and why to enable Proxy Protocol on your Scaleway Load Balancer, and how to configure your backend server application to correctly handle the protocol. diff --git a/tutorials/python-for-loops/index.mdx b/tutorials/python-for-loops/index.mdx index d92e0d0ca2..498774b943 100644 --- a/tutorials/python-for-loops/index.mdx +++ b/tutorials/python-for-loops/index.mdx @@ -924,4 +924,10 @@ for group in numbers: ## output: Items that cost less than 1 euro: ['butter', 'sugar'] Items that cost more than (or exactly) 1 euro: ['bread', 'jam'] - ``` \ No newline at end of file + ``` + \ No newline at end of file diff --git a/tutorials/setup-nginx-reverse-proxy-s3/index.mdx b/tutorials/setup-nginx-reverse-proxy-s3/index.mdx index e36f57192a..a3757a74d6 100644 --- a/tutorials/setup-nginx-reverse-proxy-s3/index.mdx +++ b/tutorials/setup-nginx-reverse-proxy-s3/index.mdx @@ -13,7 +13,12 @@ dates: validation: 2025-01-22 posted: 2020-06-04 --- - + Scaleway Object Storage provides the capability to securely store unlimited data within designated buckets. Accessing your stored data is convenient and direct, facilitated through your storage bucket. For optimized access, you can use an Instance as a proxy, leveraging the power of Nginx as a reverse proxy. This configuration enables read-only access to the contents of your bucket. diff --git a/tutorials/veeam-backup-replication-s3/index.mdx b/tutorials/veeam-backup-replication-s3/index.mdx index b7bc26cc54..fa8858eff4 100644 --- a/tutorials/veeam-backup-replication-s3/index.mdx +++ b/tutorials/veeam-backup-replication-s3/index.mdx @@ -11,7 +11,12 @@ tags: vSphere Object-Storage Veeam-Backup Veeam dates: validation: 2024-12-05 --- - + ## Veeam Overview [Veeam Backup & Replication](https://www.veeam.com/vm-backup-recovery-replication-software.html) is a proprietary backup application, developed by Veeam for virtual environments built on VMware vSphere and Microsoft Hyper-V hypervisors. diff --git a/tutorials/wireguard-mesh-vpn/index.mdx b/tutorials/wireguard-mesh-vpn/index.mdx index 17949f2f9b..1443ae0724 100644 --- a/tutorials/wireguard-mesh-vpn/index.mdx +++ b/tutorials/wireguard-mesh-vpn/index.mdx @@ -237,4 +237,10 @@ You have now configured a mesh network using WireGuard which allows your Instanc For more information about WireGuard, refer to the [official documentation](https://www.wireguard.com/quickstart/). -“WireGuard” is a registered trademark of [Jason A. Donenfeld](https://www.zx2c4.com/). \ No newline at end of file +“WireGuard” is a registered trademark of [Jason A. Donenfeld](https://www.zx2c4.com/). + \ No newline at end of file