From 4aba5f0a77ba434d39d9ae7cddd5f7f52f126738 Mon Sep 17 00:00:00 2001 From: waldek Date: Sat, 10 Apr 2021 15:28:04 +0200 Subject: [PATCH] adds an overview readme for the essentials cert and moves the exercise file --- .../{exercises.md => exercises_sudomateo.md} | 0 certificates/essentials/readme.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+) rename certificates/essentials/{exercises.md => exercises_sudomateo.md} (100%) create mode 100644 certificates/essentials/readme.md diff --git a/certificates/essentials/exercises.md b/certificates/essentials/exercises_sudomateo.md similarity index 100% rename from certificates/essentials/exercises.md rename to certificates/essentials/exercises_sudomateo.md diff --git a/certificates/essentials/readme.md b/certificates/essentials/readme.md new file mode 100644 index 0000000..9e0fc5a --- /dev/null +++ b/certificates/essentials/readme.md @@ -0,0 +1,14 @@ +# LPI Essentials + +The [details.md](./details.md) file contains a breakdown of all the lessons required to pass the certificate. +Each lessons has the link towards the official information hosted on the [lpi](https://learning.lpi.org/en/learning-materials/010-160/) website. +Additional links are included as well towards relevant information, mostly coming from Pluralsight, ryanstutorials and the Debian system administrator handbook. + +The exercises from the official documentain are copy/pasted into seperate markdown files. + * [Lesson 1](./lpi_essentials_lesson_01.md) + * [Lesson 2](./lpi_essentials_lesson_02.md) + * [Lesson 3](./lpi_essentials_lesson_03.md) + * [Lesson 4](./lpi_essentials_lesson_04.md) + * [Lesson 5](./lpi_essentials_lesson_05.md) + +Some additional exercises compiled by [sudomateo](https://github.com/sudomateo/lsa-i/tree/master/docs/linux-essentials) can be found in the [exercises_sudomateo.md](./exercises_sudomateo.md) file.