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
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/linux-tutorial/beyond_the_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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):
Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/HPC/linux-tutorial/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ empty variables are used. (see <https://ss64.com/bash/set.html> for
a more detailed explanation and more options)

More information can be found at
<http://www.tldp.org/LDP/abs/html/variables.html>.
<https://www.tldp.org/LDP/abs/html/variables.html>.

### Restoring your default environment

Expand Down
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/rhel9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions scripts/link_checker/whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading