fixes bad links

This commit is contained in:
waldek 2021-03-16 00:09:05 +01:00
parent 5afbf878fe
commit 2c3554746b
1 changed files with 66 additions and 66 deletions

View File

@ -1,15 +1,15 @@
# Topic 1: The Linux Community and a Career in Open Source
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=4854c0ef-49cb-40e1-b6c6-e9a8c38c0b9c)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=4854c0ef-49cb-40e1-b6c6-e9a8c38c0b9c)
## 1.1 Linux Evolution and Popular Operating Systems
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.1/1.1_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=b6ffeb56-2e4f-4584-8259-282bc5f1843f)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.1/1.1_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=b6ffeb56-2e4f-4584-8259-282bc5f1843f)
**Weight:** 2
Description: Knowledge of ![Linux](https://www.kernel.org/doc/html/latest/) development and major ![distributions](https://en.wikipedia.org/wiki/Linux_distribution).
Description: Knowledge of [Linux](https://www.kernel.org/doc/html/latest/) development and major [distributions](https://en.wikipedia.org/wiki/Linux_distribution).
Key Knowledge Areas:
@ -27,8 +27,8 @@ Android
## 1.2 Major Open Source Applications
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.2/1.2_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=9efdc7de-99c2-4d5e-8675-70c57f34b70f)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.2/1.2_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=9efdc7de-99c2-4d5e-8675-70c57f34b70f)
**Weight:** 2
@ -51,8 +51,8 @@ dpkg, apt-get, rpm, yum
## 1.3 Open Source Software and Licensing
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.3/1.3_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=ee9322d3-b49a-43d3-a257-db9f6c19c735)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.3/1.3_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=ee9322d3-b49a-43d3-a257-db9f6c19c735)
**Weight:** 1
@ -73,7 +73,7 @@ Open source business models
## 1.4 ICT Skills and Working in Linux
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.4/1.4_01/)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/1/1.4/1.4_01/)
**Weight:** 2
@ -94,14 +94,14 @@ Use of common open source applications in presentations and projects
# Topic 2: Finding Your Way on a Linux System
* ![Debian handbook basic commands](https://debian-handbook.info/browse/stable/short-remedial-course.html#sect.shell-and-basic-commands)
* [Debian handbook basic commands](https://debian-handbook.info/browse/stable/short-remedial-course.html#sect.shell-and-basic-commands)
## 2.1 Command Line Basics
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.1/2.1_01/)
* ![LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/2/2.1/2.1_02/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=bed83199-d8dd-489a-ab34-3c0b5589059b)
* ![Ryan's tutorials commandline](https://ryanstutorials.net/linuxtutorial/commandline.php)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.1/2.1_01/)
* [LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/2/2.1/2.1_02/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=bed83199-d8dd-489a-ab34-3c0b5589059b)
* [Ryan's tutorials commandline](https://ryanstutorials.net/linuxtutorial/commandline.php)
**Weight:** 3
@ -124,10 +124,10 @@ type
## 2.2 Using the Command Line to Get Help
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.2/2.2_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=2ff984f9-3a6a-41f7-adaa-36147a11dbeb)
* ![Ryan's tutorials manpages](https://ryanstutorials.net/linuxtutorial/manual.php)
* ![Debian handbook documentation](https://debian-handbook.info/browse/stable/solving-problems.html#sect.documentation-sources)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.2/2.2_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=2ff984f9-3a6a-41f7-adaa-36147a11dbeb)
* [Ryan's tutorials manpages](https://ryanstutorials.net/linuxtutorial/manual.php)
* [Debian handbook documentation](https://debian-handbook.info/browse/stable/solving-problems.html#sect.documentation-sources)
**Weight:** 2
@ -147,11 +147,11 @@ locate
## 2.3 Using Directories and Listing Files
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.3/2.3_01/)
* ![LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/2/2.3/2.3_02/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=34cc6f20-36f0-46c3-bb98-482ab5b8f824)
* ![Ryan's tutorials navigation](https://ryanstutorials.net/linuxtutorial/navigation.php)
* ![Ryan's tutorials aboutfiles](https://ryanstutorials.net/linuxtutorial/aboutfiles.php)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.3/2.3_01/)
* [LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/2/2.3/2.3_02/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=34cc6f20-36f0-46c3-bb98-482ab5b8f824)
* [Ryan's tutorials navigation](https://ryanstutorials.net/linuxtutorial/navigation.php)
* [Ryan's tutorials aboutfiles](https://ryanstutorials.net/linuxtutorial/aboutfiles.php)
**Weight:** 2
@ -173,9 +173,9 @@ home and ~
## 2.4 Creating, Moving and Deleting Files
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.4/2.4_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=80a46137-3b0c-4b68-810f-06311f6df018)
* ![Ryan's tutorials filemanipulation](https://ryanstutorials.net/linuxtutorial/filemanipulation.php)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/2/2.4/2.4_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=80a46137-3b0c-4b68-810f-06311f6df018)
* [Ryan's tutorials filemanipulation](https://ryanstutorials.net/linuxtutorial/filemanipulation.php)
**Weight:** 2
@ -195,8 +195,8 @@ mkdir, rmdir
## 3.1 Archiving Files on the Command Line
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/3/3.1/3.1_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=abdaab05-e3c3-4f46-b5a4-57d106d8b670)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/3/3.1/3.1_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=abdaab05-e3c3-4f46-b5a4-57d106d8b670)
**Weight:** 2
@ -216,12 +216,12 @@ zip, unzip
## 3.2 Searching and Extracting Data from Files
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/3/3.2/3.2_01/)
* ![LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/3/3.2/3.2_02/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=dd1ac618-59e1-4d73-9092-58c4ab3d2379)
* ![Ryan's tutorials filters](https://ryanstutorials.net/linuxtutorial/filters.php)
* ![Ryan's tutorials grep](https://ryanstutorials.net/linuxtutorial/grep.php)
* ![Ryan's tutorials piping](https://ryanstutorials.net/linuxtutorial/piping.php)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/3/3.2/3.2_01/)
* [LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/3/3.2/3.2_02/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=dd1ac618-59e1-4d73-9092-58c4ab3d2379)
* [Ryan's tutorials filters](https://ryanstutorials.net/linuxtutorial/filters.php)
* [Ryan's tutorials grep](https://ryanstutorials.net/linuxtutorial/grep.php)
* [Ryan's tutorials piping](https://ryanstutorials.net/linuxtutorial/piping.php)
**Weight:** 3
@ -244,15 +244,15 @@ wc
## 3.3 Turning Commands into a Script
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/3/3.3/3.3_01/)
* ![LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/3/3.3/3.3_02/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=d241975f-00b3-4a14-bc1c-5ef92fed7ca0)
* ![Ryan's tutorials scripting](https://ryanstutorials.net/linuxtutorial/scripting.php)
* ![Ryan's tutorials vi](https://ryanstutorials.net/linuxtutorial/vi.php)
* ![Daniel Miessler vim primer](https://danielmiessler.com/study/vim/)
* ![Ryan's tutorials bash script](https://ryanstutorials.net/bash-scripting-tutorial/bash-script.php)
* ![Ryan's tutorials bash variables](https://ryanstutorials.net/bash-scripting-tutorial/bash-variables.php)
* ![Ryan's tutorials loops](https://ryanstutorials.net/bash-scripting-tutorial/bash-loops.php)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/3/3.3/3.3_01/)
* [LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/3/3.3/3.3_02/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=d241975f-00b3-4a14-bc1c-5ef92fed7ca0)
* [Ryan's tutorials scripting](https://ryanstutorials.net/linuxtutorial/scripting.php)
* [Ryan's tutorials vi](https://ryanstutorials.net/linuxtutorial/vi.php)
* [Daniel Miessler vim primer](https://danielmiessler.com/study/vim/)
* [Ryan's tutorials bash script](https://ryanstutorials.net/bash-scripting-tutorial/bash-script.php)
* [Ryan's tutorials bash variables](https://ryanstutorials.net/bash-scripting-tutorial/bash-variables.php)
* [Ryan's tutorials loops](https://ryanstutorials.net/bash-scripting-tutorial/bash-loops.php)
**Weight:** 4
@ -278,8 +278,8 @@ Exit status
## 4.1 Choosing an Operating System
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.1/4.1_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=31d82d8e-1dd3-42e8-b522-2dbd76863e47)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.1/4.1_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=31d82d8e-1dd3-42e8-b522-2dbd76863e47)
**Weight:** 1
@ -297,8 +297,8 @@ Maintenance cycles, beta and stable
## 4.2 Understanding Computer Hardware
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.2/4.2_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=5437f9c7-3afb-414f-9908-83ae3d2afaf9)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.2/4.2_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=5437f9c7-3afb-414f-9908-83ae3d2afaf9)
**Weight:** 2
@ -316,11 +316,11 @@ Drivers
## 4.3 Where Data is Stored
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.3/4.3_01/)
* ![LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/4/4.3/4.3_02/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=1e4a4910-fb24-4d1c-bda5-4ec07dd8cfb8)
* ![Ryan's tutorials processes](https://ryanstutorials.net/linuxtutorial/processes.php)
* ![Debian handbook filesystem hierarchy](https://debian-handbook.info/browse/stable/sect.filesystem-hierarchy.html)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.3/4.3_01/)
* [LPI lesson 2](https://learning.lpi.org/en/learning-materials/010-160/4/4.3/4.3_02/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=1e4a4910-fb24-4d1c-bda5-4ec07dd8cfb8)
* [Ryan's tutorials processes](https://ryanstutorials.net/linuxtutorial/processes.php)
* [Debian handbook filesystem hierarchy](https://debian-handbook.info/browse/stable/sect.filesystem-hierarchy.html)
**Weight:** 3
@ -343,9 +343,9 @@ syslog, dmesg
## 4.4 Your Computer on the Network
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.4/4.4_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=c5b8d8ba-4680-4fd1-9b27-e426a230e0f7)
* ![Debian handbook network config](https://debian-handbook.info/browse/stable/sect.network-config.html)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/4/4.4/4.4_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=c5b8d8ba-4680-4fd1-9b27-e426a230e0f7)
* [Debian handbook network config](https://debian-handbook.info/browse/stable/sect.network-config.html)
**Weight:** 2
@ -370,8 +370,8 @@ host
## 5.1 Basic Security and Identifying User Types
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.1/5.1_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=294772a4-dc99-42b7-991c-a00ac41802d6)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.1/5.1_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=294772a4-dc99-42b7-991c-a00ac41802d6)
**Weight:** 2
@ -390,10 +390,10 @@ sudo, su
## 5.2 Creating Users and Groups
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.2/5.2_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=061ecee0-6982-4f8a-bc0e-fb90237ef961)
* ![Debian handbook users and groups](https://debian-handbook.info/browse/stable/sect.user-group-databases.html)
* ![Debian handbook creating accounts](https://debian-handbook.info/browse/stable/sect.creating-accounts.html)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.2/5.2_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=061ecee0-6982-4f8a-bc0e-fb90237ef961)
* [Debian handbook users and groups](https://debian-handbook.info/browse/stable/sect.user-group-databases.html)
* [Debian handbook creating accounts](https://debian-handbook.info/browse/stable/sect.creating-accounts.html)
**Weight:** 2
@ -412,10 +412,10 @@ passwd
## 5.3 Managing File Permissions and Ownership
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.3/5.3_01/)
* ![pluralsight](https://app.pluralsight.com/course-player?clipId=050fb3e8-8fce-480a-9de0-b5d2c20003d2)
* ![Ryan's tutorials permissions](https://ryanstutorials.net/linuxtutorial/permissions.php)
* ![Debian handbook rights management](https://debian-handbook.info/browse/stable/sect.rights-management.html)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.3/5.3_01/)
* [pluralsight](https://app.pluralsight.com/course-player?clipId=050fb3e8-8fce-480a-9de0-b5d2c20003d2)
* [Ryan's tutorials permissions](https://ryanstutorials.net/linuxtutorial/permissions.php)
* [Debian handbook rights management](https://debian-handbook.info/browse/stable/sect.rights-management.html)
**Weight:** 2
@ -432,7 +432,7 @@ chmod, chown
## 5.4 Special Directories and Files
* ![LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.4/5.4_01/)
* [LPI lesson 1](https://learning.lpi.org/en/learning-materials/010-160/5/5.4/5.4_01/)
**Weight:** 1