Skip to content

Commit

Permalink
tools_and_varia: extract putty part and move to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Oct 11, 2023
1 parent 0e6010a commit 5cc12b6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
20 changes: 0 additions & 20 deletions topics/tools_and_varia/slides/dev_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,26 +148,6 @@ choco search --id-starts-with <pattern>
~~~


Putty
-----

* *SSH Client* für Windows
* Bringt eigenes *Key-Management*: `pageant`
* kann als `ssh-agent` fungieren inkl. *Agent-Forwarding*
* kann von anderen Tools verwendet werden:
* git bash (git for Windows)
* Total Commander

*Style/Health*

* [pretty_putty]

*Alternativen:*

* [kitty]
* [solar_putty]


Ansible
-------

Expand Down
22 changes: 22 additions & 0 deletions topics/tools_and_varia/slides/tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Tools
=====


Putty
-----

* *SSH Client* für Windows
* Bringt eigenes *Key-Management*: `pageant`
* kann als `ssh-agent` fungieren inkl. *Agent-Forwarding*
* kann von anderen Tools verwendet werden:
* git bash (git for Windows)
* Total Commander

*Style/Health*

* [pretty_putty]

*Alternativen:*

* [kitty]
* [solar_putty]
2 changes: 2 additions & 0 deletions topics/tools_and_varia/tools_and_varia_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Inhalt
* Best Practice
* Aufgaben lösen
* Concurrency vs. Parallelism
* Tools
* *Praxis Block 2*
* Weiterführendes

Expand All @@ -27,5 +28,6 @@ Inhalt
<#include slides/best_practice.md>
<#include slides/problem_solving.md>
<#include slides/concurrency_vs_parallelism.md>
<#include slides/tools.md>
<#include slides/practice_2.md>
<#include slides/links.md>

0 comments on commit 5cc12b6

Please sign in to comment.