From 183680ef5c7338143eb05284bf81ba9b55196ef3 Mon Sep 17 00:00:00 2001 From: waldek Date: Thu, 6 May 2021 21:34:40 +0200 Subject: [PATCH] updates the main readme for resources --- modules/resources/{ => assets}/files.zip | Bin modules/resources/{ => assets}/routing.csv | 0 modules/resources/readme.md | 13 ++++++++++++- modules/resources/{ => scripts}/postproduction.sh | 0 4 files changed, 12 insertions(+), 1 deletion(-) rename modules/resources/{ => assets}/files.zip (100%) rename modules/resources/{ => assets}/routing.csv (100%) rename modules/resources/{ => scripts}/postproduction.sh (100%) diff --git a/modules/resources/files.zip b/modules/resources/assets/files.zip similarity index 100% rename from modules/resources/files.zip rename to modules/resources/assets/files.zip diff --git a/modules/resources/routing.csv b/modules/resources/assets/routing.csv similarity index 100% rename from modules/resources/routing.csv rename to modules/resources/assets/routing.csv diff --git a/modules/resources/readme.md b/modules/resources/readme.md index 4550944..3680882 100644 --- a/modules/resources/readme.md +++ b/modules/resources/readme.md @@ -1,6 +1,6 @@ # MR04/R71 Introduction to linux -## Very brief introdution to bandit and SSH +## Very brief introduction to bandit and SSH ## Introduction to the shell @@ -14,8 +14,19 @@ ## Introduction to Raspberry Pi (ARM vs x86) +* [Introduction exercise](./exercises_raspberrypi.md) + * [solution](./solution_raspberrypi.md) + ## Group deployment of RPI clients and headless servers +These exercises focus on Raspberry PI SFTP deployment and offers an introduction to bash scripting for user account creation. + +* [SFTP exercise](./exercise_sftp_postproduction.md) + * [solution](./solution_postproduction.md) +* [secondary SFTP exercise](./exercise_sftp_family.md) + # MR03/R61 Introduction to centralized administration of networking services ## Debian implementations of essential services + +* [networking exercises](./exercise_networking.md) diff --git a/modules/resources/postproduction.sh b/modules/resources/scripts/postproduction.sh similarity index 100% rename from modules/resources/postproduction.sh rename to modules/resources/scripts/postproduction.sh