From 71e800f343edc057061c6647d815de19555710e3 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Mon, 18 Nov 2024 14:07:21 +0100 Subject: [PATCH 1/4] rhel9 migration: fix 2 typos --- mkdocs/docs/HPC/rhel9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/HPC/rhel9.md b/mkdocs/docs/HPC/rhel9.md index 9375b906c70..d03daafa752 100644 --- a/mkdocs/docs/HPC/rhel9.md +++ b/mkdocs/docs/HPC/rhel9.md @@ -8,8 +8,8 @@ as well as switching the Tier-2 login nodes to new ones running RHEL 9. ## Motivation -Migrating to RHEL 8 is done to bring all clusters in line with the most recent -cluster that are already running RHEL 9 (`shinx`). +Migrating to RHEL 9 is done to bring all clusters in line with the most recent +cluster that is already running RHEL 9 (`shinx`). This makes the maintenance of the HPC-UGent Tier-2 infrastructure significantly easier, since we only need to take into account a single operating system version going forward. From d6b258b5e9eb781570530825f384d4ddc77e9364 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Mon, 18 Nov 2024 15:02:09 +0100 Subject: [PATCH 2/4] Fix tldp.org links Link on tldp.org seems to be down right now, but www.tldp.org seems to work. Also, switch them to https while we're at it. --- mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md | 4 ++-- mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md | 4 ++-- mkdocs/docs/HPC/linux-tutorial/getting_started.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md b/mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md index 2810bab0fe5..59095b4a7bf 100644 --- a/mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md +++ b/mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md @@ -303,7 +303,7 @@ commands you put in there will be executed from the top to bottom. However, there are some rules you need to abide by. -Here is a [very detailed guide](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) should you +Here is a [very detailed guide](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/) should you need more information. ### Shebang @@ -357,7 +357,7 @@ brackets, the **then** needs to be at the beginning of a line. It is best to jus copy this example and modify it. In the initial example, we used `-d` to test if a directory existed. -There are [several more checks](http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html). +There are [several more checks](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html). Another useful example, is to test if a variable contains a value (so it's not empty): diff --git a/mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md b/mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md index fa2cc852955..6ddf76046dd 100644 --- a/mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md +++ b/mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md @@ -143,13 +143,13 @@ smallest of problems!** examples. There is an associated book which gets a lot of good reviews -3. [The Linux Documentation Project](http://www.tldp.org/guides.html): More guides on various topics relating to the Linux command line +3. [The Linux Documentation Project](https://www.tldp.org/guides.html): More guides on various topics relating to the Linux command line 4. [basic shell usage](http://linuxcommand.org/lc3_learning_the_shell.php) 5. [Bash for - beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html) + beginners](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html) 6. [MOOC](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0) diff --git a/mkdocs/docs/HPC/linux-tutorial/getting_started.md b/mkdocs/docs/HPC/linux-tutorial/getting_started.md index 5335b374b28..ad7d3aede62 100644 --- a/mkdocs/docs/HPC/linux-tutorial/getting_started.md +++ b/mkdocs/docs/HPC/linux-tutorial/getting_started.md @@ -194,7 +194,7 @@ empty variables are used. (see for a more detailed explanation and more options) More information can be found at -. +. ### Restoring your default environment From b09d40236e4542e99eb4716744fb05499d36edd0 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Mon, 18 Nov 2024 15:15:24 +0100 Subject: [PATCH 3/4] ignore unreliable tldp.org links --- scripts/link_checker/whitelist.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/link_checker/whitelist.txt b/scripts/link_checker/whitelist.txt index 358c2938804..6cb23e4c1e9 100644 --- a/scripts/link_checker/whitelist.txt +++ b/scripts/link_checker/whitelist.txt @@ -38,3 +38,10 @@ https://nl.mathworks.com/products/distriben.html # SSL error https://wiki.gnome.org/Projects/GnomeKeyring/Ssh + +# randomly gives 503 - 2024-11-18 +https://www.tldp.org/LDP/abs/html/variables.html +https://www.tldp.org/LDP/Bash-Beginners-Guide/html/ +https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html +https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html +https://www.tldp.org/guides.html From d0ffcfda7411646402331fd94f410ad29be752be Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Mon, 18 Nov 2024 16:01:25 +0100 Subject: [PATCH 4/4] ignore edx.org redirect --- scripts/link_checker/whitelist.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/link_checker/whitelist.txt b/scripts/link_checker/whitelist.txt index 6cb23e4c1e9..8a8c8aaeda4 100644 --- a/scripts/link_checker/whitelist.txt +++ b/scripts/link_checker/whitelist.txt @@ -45,3 +45,6 @@ https://www.tldp.org/LDP/Bash-Beginners-Guide/html/ https://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html https://www.tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html https://www.tldp.org/guides.html + +# 403 +https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0