linux_course_doc/classes/prerequisite.md

55 lines
1.5 KiB
Markdown
Raw Normal View History

2021-03-16 10:29:00 +01:00
# Overview of communication channels
## Details
2021-03-12 11:57:38 +01:00
* **Note:** Account creation for gitea, matrix etc
* **Id:** prerequisite.theory.communication
* **Effort:** 0.5
2021-03-16 10:29:00 +01:00
## Information
* [matrix login](https://riot.86thumbs.net/)
* [gitea login](https://gitea.86thumbs.net/)
* what is [matrix](https://matrix.org/docs/guides/introduction)
* which [clients](https://matrix.org/clients/) can you use
# Brief introdution to cross platform text editors
## Details
* **Id:** prerequisite.theory.editors
* **Effort:** 0.5
## Information
* markdown writing and viewing in [notepad++](https://superuser.com/questions/586177/how-to-use-markdown-in-notepad)
* FOSS markdown [editors](https://itsfoss.com/best-markdown-editors-linux/)
# Short introdution to git for notekeeping
## Details
2021-03-12 11:57:38 +01:00
* **Note:** git tutorial
* **Id:** prerequisite.theory.git
2021-03-16 10:29:00 +01:00
* **Effort:** 0.8
## Information
2021-03-12 11:57:38 +01:00
2021-03-16 10:29:00 +01:00
* getting started with [git](https://git-scm.com/book/en/v2)
2021-03-16 10:36:21 +01:00
* standard git [gui](https://git-scm.com/book/en/v2/Appendix-A%3A-Git-in-Other-Environments-Graphical-Interfaces)
* cross platorm git gui [gitkraken](https://www.gitkraken.com/) *needs account*
* getting started with git [pluralsight](https://app.pluralsight.com/library/courses/getting-started-git/table-of-contents)
2021-03-16 10:29:00 +01:00
# Introduction to markdown for notekeeping
## Details
2021-03-12 11:57:38 +01:00
* **Note:** markdown syntax
* **Id:** prerequisite.theory.markdown
* **Effort:** 0.3
2021-03-16 10:29:00 +01:00
## Information
* markdown [guide](https://www.markdownguide.org/getting-started)
* basic [syntax](https://www.markdownguide.org/basic-syntax)