linux_course_doc/modules/resources/readme.md

33 lines
937 B
Markdown
Raw Normal View History

2021-04-13 23:52:22 +02:00
# MR04/R71 Introduction to linux
2021-03-12 11:57:38 +01:00
2021-05-06 21:34:40 +02:00
## Very brief introduction to bandit and SSH
2021-03-12 11:57:38 +01:00
2021-04-13 23:52:22 +02:00
## Introduction to the shell
2021-03-12 11:57:38 +01:00
2021-04-13 23:52:22 +02:00
## Quick dive into a GUI installation
2021-03-12 11:57:38 +01:00
2021-04-13 23:52:22 +02:00
## History of unix/linux and Debian
2021-03-12 11:57:38 +01:00
2021-04-13 23:52:22 +02:00
## Introduction to vim
2021-03-12 11:57:38 +01:00
2021-04-13 23:52:22 +02:00
# MR05/XX Introduction to hardware components of servers and clients
2021-03-12 11:57:38 +01:00
2021-04-13 23:52:22 +02:00
## Introduction to Raspberry Pi (ARM vs x86)
2021-03-12 11:57:38 +01:00
2021-05-06 21:34:40 +02:00
* [Introduction exercise](./exercises_raspberrypi.md)
* [solution](./solution_raspberrypi.md)
2021-04-13 23:52:22 +02:00
## Group deployment of RPI clients and headless servers
2021-03-12 11:57:38 +01:00
2021-05-06 21:34:40 +02:00
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)
2021-04-13 23:52:22 +02:00
# MR03/R61 Introduction to centralized administration of networking services
2021-03-12 11:57:38 +01:00
2021-04-13 23:52:22 +02:00
## Debian implementations of essential services
2021-05-06 21:34:40 +02:00
* [networking exercises](./exercise_networking.md)