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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/

# mailmap can cause privacy issues
.mailmap
2 changes: 1 addition & 1 deletion mkdocs/docs/HPC/connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Last login: Mon Jan 12 18:52:20 2015 from example.kuleuven.be
* status messages concerning KU Leuven *
* services (incl. HPC): *
* *
* https://status.kuleuven.be/ *
* https://status.kuleuven.be/ *
* *
* For VSC user documentation: *
* *
Expand Down
5 changes: 3 additions & 2 deletions mkdocs/docs/HPC/linux-tutorial/common_pitfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ smallest of problems!**

# More information

1. [Unix Power Tools - A **fantastic ** book about most of these tools](https://www.docstore.mik.ua/orelly/unix/upt/index.htm) (see also [The Second Edition](https://www.docstore.mik.ua/orelly/unix2.1/index.htm))
1. [Unix Power Tools - A **fantastic ** book about most of these
tools](https://web.archive.org/web/20081219192620/http://docstore.mik.ua/orelly/unix/upt/index.htm)

2. <https://linuxcommand.org/>: A great place to start with many
examples. There is an associated book which gets a lot of good
Expand All @@ -151,6 +152,6 @@ smallest of problems!**
5. [Bash for
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)
6. [MOOC](https://www.edx.org/learn/linux/the-linux-foundation-introduction-to-linux)

Please don't hesitate to contact in case of questions or problems.
3 changes: 0 additions & 3 deletions scripts/link_checker/whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ 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

# gone?
https://www.straightrunning.com/XmingNotes/

Expand Down