From ffb294e47ff1bf3b34fb3093bb8e858767010b5f Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:55:52 +0200 Subject: [PATCH 1/2] Fix link to CentOS - quickstart-ocboot-env.mdx --- .../current/getting-started/_parts/_quickstart-ocboot-env.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/getting-started/_parts/_quickstart-ocboot-env.mdx b/i18n/en/docusaurus-plugin-content-docs/current/getting-started/_parts/_quickstart-ocboot-env.mdx index 9727ceef..8674ec70 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/getting-started/_parts/_quickstart-ocboot-env.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/getting-started/_parts/_quickstart-ocboot-env.mdx @@ -1,5 +1,5 @@ - Operating System: Supported distributions vary depending on CPU architecture. The current situation of supported distributions is as follows: - - [CentOS 7.6~7.9 Minimal](http://isoredirect.centos.org/centos/7/isos): Supports x86_64 and arm64 + - [CentOS 7.6~7.9 Minimal](https://centos.org/download/): Supports x86_64 and arm64 - [Debian 10/11](https://www.debian.org/distrib/): Supports x86_64 and arm64 - [Ubuntu 22.04](https://releases.ubuntu.com/jammy/): Supports only x86_64 - [Kylin V10 SP2](https://www.kylinos.cn/scheme/server/1.html): Supports x86_64 and arm64 From 83c7c32b4fc2a699f5634836f2effd83120f98da Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:58:56 +0200 Subject: [PATCH 2/2] Add Cyrilex to Links - 2023-05-23-refactoring-bash-scripts-to-comply-with-the-google-coding-style.md --- ...toring-bash-scripts-to-comply-with-the-google-coding-style.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/2023-05-23-refactoring-bash-scripts-to-comply-with-the-google-coding-style.md b/blog/2023-05-23-refactoring-bash-scripts-to-comply-with-the-google-coding-style.md index 4fe45599..8e8ad8b1 100644 --- a/blog/2023-05-23-refactoring-bash-scripts-to-comply-with-the-google-coding-style.md +++ b/blog/2023-05-23-refactoring-bash-scripts-to-comply-with-the-google-coding-style.md @@ -193,3 +193,4 @@ fi * [ShellCheck - A shell script static analysis tool](https://chromium.googlesource.com/chromiumos/third_party/shellcheck/+/HEAD/README.md) * [styleguide | Style guides for Google-originated open-source projects](https://google.github.io/styleguide/shellguide.html)* * [regex101: build, test, and debug regex](https://regex101.com/) +* [cyrilex: test and visualize regex](https://extendsclass.com/regex-tester.html)