diff --git a/mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md b/mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md index 2810bab0fe5f..59095b4a7bfa 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 fa2cc852955b..6ddf76046ddf 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 5335b374b28c..ad7d3aede623 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 diff --git a/mkdocs/docs/HPC/rhel9.md b/mkdocs/docs/HPC/rhel9.md index 9375b906c706..d03daafa752b 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. diff --git a/scripts/link_checker/whitelist.txt b/scripts/link_checker/whitelist.txt index 358c29388040..8a8c8aaeda47 100644 --- a/scripts/link_checker/whitelist.txt +++ b/scripts/link_checker/whitelist.txt @@ -38,3 +38,13 @@ 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 + +# 403 +https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0