Skip to content

Commit

Permalink
Generated content from main
Browse files Browse the repository at this point in the history
@547c5e99aee9e1b1a6f5f79ba811f27f756b5f76
  • Loading branch information
AlphaHydrae committed Sep 22, 2024
1 parent a2f4a4a commit 2b1dedf
Show file tree
Hide file tree
Showing 48 changed files with 150 additions and 88 deletions.
2 changes: 1 addition & 1 deletion 2024-2025/subjects/apt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Advanced Packaging Tool (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/apt/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/apt/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/automated-testing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Automated Testing (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/automated-testing/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/automated-testing/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 34 additions & 4 deletions 2024-2025/subjects/cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Command Line Introduction (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/cli/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/cli/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down Expand Up @@ -1618,14 +1618,42 @@
such as the [Z shell (Zsh)][zsh] have a whole community that created many
plugins to simplify your daily command-line work.

On macOS, you may want to install [Oh My Zsh][oh-my-zsh] to fully unleash the
power of your Terminal. It has [plugins][oh-my-zsh-plugins] to integrate with
Homebrew, Git, various programming languages like Ruby, PHP, Go, and much more.
On macOS or Linux, you may want to install [Oh My Zsh][oh-my-zsh] to fully
unleash the power of your Terminal. It has [plugins][oh-my-zsh-plugins] to
integrate with Homebrew, Git, various programming languages like Ruby, PHP, Go,
and much more.

On Windows, you may want to [install the Windows Subsystem for Linux][wsl] so
you can install a Linux distribution like Ubuntu. You can then [install Zsh and
Oh My Zsh as well][oh-my-zsh-windows].

---
### Other tools for the command line lover

.breadcrumbs[<a href="#1">Command Line Introduction</a> > <a href="#65">Unleash your terminal</a>]

* [`bat`](https://github.com/sharkdp/bat): a `cat` clone with wings
* [`tldr`](https://github.com/tldr-pages/tldr): better `man` pages
* [`fzf`](https://junegunn.github.io/fzf/) to quickly find files
* [`ack`](https://beyondgrep.com) to search for text in files (`grep`
alternative)
* [`rsync`](https://rsync.samba.org) for incremental file transfers (`cp` &
`scp` alternative)

.grid-30[

<img class='w100' src='images/terminal-multiplexer.png' />


]
.grid-70[

A Terminal [multiplexer](https://en.wikipedia.org/wiki/Multiplexer) like:

* [tmux](https://github.com/tmux/tmux/wiki)
* [screen](https://www.gnu.org/software/screen/)
* [zellij](https://zellij.dev) 💙



[ace]: https://en.wikipedia.org/wiki/Automatic_Computing_Engine
Expand Down Expand Up @@ -1691,6 +1719,8 @@
[zsh]: https://en.wikipedia.org/wiki/Z_shell
[zsh-site]: http://zsh.sourceforge.net/

]

</textarea>
<script src='../../subject-b46dd158740b5c168516.js'></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Cloud Computing (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/cloud/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/cloud/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/continuous/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Continuous Software Development (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/continuous/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/continuous/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/dns/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Domain Name System (DNS) (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/dns/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/dns/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/docker-compose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Docker Compose (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/docker-compose/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/docker-compose/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Docker (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/docker/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/docker/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/git-branching/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Git Branching (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/git-branching/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/git-branching/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/git-collaborating/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Collaborating with Git (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/git-collaborating/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/git-collaborating/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/git-hooks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Git Hooks (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/git-hooks/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/git-hooks/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Version Control with Git (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/git/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/git/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/linux-process-management/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Process Management on Linux (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/linux-process-management/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/linux-process-management/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/linux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Linux (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/linux/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/linux/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/paas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Platform-as-a-Service (PaaS) (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/paas/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/paas/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
2 changes: 1 addition & 1 deletion 2024-2025/subjects/reverse-proxy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Reverse Proxying (Media Engineering Architecture &amp; Deployment)</title>
<meta charset='utf-8'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/de42f226895d9637b23f9a1a2c4bdf6a0c544890/subjects/reverse-proxy/README.md&quot;}'>
<meta name='config' content='{&quot;basePath&quot;:&quot;../..&quot;,&quot;remark&quot;:{&quot;highlightLines&quot;:true,&quot;highlightSpans&quot;:true,&quot;countIncrementalSlides&quot;:false,&quot;navigation&quot;:{&quot;click&quot;:false,&quot;scroll&quot;:false,&quot;touch&quot;:false}},&quot;subjectUrl&quot;:&quot;https://github.com/MediaComem/comem-archidep/tree/547c5e99aee9e1b1a6f5f79ba811f27f756b5f76/subjects/reverse-proxy/README.md&quot;}'>
</head>
<body>
<textarea id='source'>
Expand Down
Loading

0 comments on commit 2b1dedf

Please sign in to comment.