Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/nokogiri-1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbeckm authored Sep 13, 2023
2 parents 6240c35 + ba474a3 commit bb60cd5
Show file tree
Hide file tree
Showing 162 changed files with 1,695 additions and 1,357 deletions.
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- title: Überblick
link: index.html
- title: Windows 10
link: windows.html
link: windows-10.html
- title: Windows 11
link: windows-11.html
- title: macOS
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<meta charset="utf-8">
<title>Pep et al. Toolbox-Workshop</title>
<title>Pep et al. Toolbox Workshop</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PeP et al. Toolbox Workshop">
<meta name="author" content="PeP et al. e.V.">
Expand Down
1 change: 1 addition & 0 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/reveal_on_scroll.min.js"></script>
6 changes: 5 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ <h1>{{ page.title }}</h1>
{{ content }}
</div>
{% include scripts.html %}

<div id="backtotop-button" title="Zurück zum Seitenanfang">
<a href="#"></a>
</div>
</body>

</html>
</html>
7 changes: 7 additions & 0 deletions _layouts/install.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
---
{{ content }}
<div id="help-button" title="Hilfe bei der Installation">
<a href="/problem.html"></a>
</div>
17 changes: 11 additions & 6 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,29 @@ layout: default
title: Über den Workshop
---

<p class="lead">Im Rahmen der <a href="https://pep-dortmund.org/vereinsleben/soak.html">PeP et al. Sommerakademie</a> 2012 entstand die Idee für einen Workshop um Physikstudierenden die Unix-Kommandozeile, die Versionskontrolle mit git und Python mit diversen Bibliotheken näher zu bringen.</p>
<p class="lead">Im Rahmen der
<a href="https://pep-dortmund.org/vereinsleben/soak.html">PeP et al. Sommerakademie</a>
2012 entstand die Idee für einen Workshop, um Physikstudierenden die Unix-Kommandozeile,
die Versionskontrolle mit git und Python mit diversen Bibliotheken näherzubringen.</p>

Seitdem organisieren wir jährlich einen Workshop während der Sommer-Semesterferien.
2014 fand zum ersten Mal auch der LaTeX-Kurs im Rahmen des Workshops statt.

## PeP et al. e.V.
Der Verein versteht sich als Einrichtung für Absolventen, Studierende, Mitarbeiter sowie für Freunde und Förderer der Fakultät Physik der TU Dortmund.
Gegründet auf Initiative einiger Absolventen ist es seine Aufgabe, ein Netzwerk zwischen den Absolventen und der Fakultät aufzubauen.
Der Verein versteht sich als Einrichtung für Absolventen, Studierende, Mitarbeiter
sowie für Freunde und Förderer der Fakultät Physik der TU Dortmund.
Gegründet auf Initiative einiger Absolventen ist es seine Aufgabe,
ein Netzwerk zwischen den Absolventen und der Fakultät aufzubauen.

Mehr zu PeP et al. findet ihr auf der Website: [www.pep-dortmund.org](http://pep-dortmund.org/).
Mehr zu PeP et al. findest du auf unserer Website:
[www.pep-dortmund.org](http://pep-dortmund.org/).

## Die Organisatoren
Die Organisatoren sind dieses Jahr

- Christian Beckmann
- Sebastian Lütge
- Stefan Grisard
- Maximilian Nöthe
- Maximilian Linhoff
- Joshua Luckey

Ihr könnt uns über die folgende Mail-Adresse erreichen: [[email protected]](mailto:[email protected]).
34 changes: 34 additions & 0 deletions archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,41 @@ description: Hier befinden sich die Materialien vergangener Veranstaltungen.

<p class="lead">Hier befinden sich die Materialien vergangener Veranstaltungen.</p>

## Wintersemester 2022/23

### Toolbox
- Tag 1
- [Intro-Folien](files/archive/2022/intro.pdf) (Stand 25.09.2022)
- [Python](files/archive/2022/python.html) (Stand 25.09.2022)
- [Aufgaben](files/archive/2022/exercises-toolbox-1.zip) (Stand 25.09.2022)
- Tag 2
- [Numeric Python](files/archive/2022/numeric-python.html) (Stand 27.09.2022)
- [matplotlib](files/archive/2022/matplotlib.html) (Stand 27.09.2022)
- [Aufgaben](files/archive/2022/exercises-toolbox-2.zip) (Stand 27.09.2022)
- Tag 3
- [Scientific Python](files/archive/2022/scientific-python.html) (Stand 28.09.2022)
- [uncertainties](files/archive/2022/uncertainties.html) (Stand 28.09.2022)
- [Aufgaben](files/archive/2022/exercises-toolbox-3.zip) (Stand 28.09.2022)
- Tag 4
- [Unix](files/archive/2022/unix.pdf) (Stand 29.09.2022)
- [Make](files/archive/2022/make.pdf) (Stand 29.09.2022)
- [Aufgaben](files/archive/2022/exercises-toolbox-4.zip) (Stand 29.09.2022)
- Tag 5
- [git](files/archive/2022/git.pdf) (Stand 30.09.2022)
- [Aufgaben](files/archive/2022/exercises-toolbox-5.zip) (Stand 30.09.2022)

### LaTeX
- [Folien](files/archive/2022/latex.pdf) (Stand 04.10.2022)
- [Aufgaben Tag 1](files/archive/2022/exercises-latex-1.zip) (Stand 04.10.2022)
- [Aufgaben Tag 2](files/archive/2022/exercises-latex-2.zip) (Stand 05.10.2022)
- [Aufgaben Tag 3](files/archive/2022/exercises-latex-3.zip) (Stand 06.10.2022)
- [Aufgaben Tag 4](files/archive/2022/exercises-latex-4.zip) (Stand 07.10.2022)
- [LaTeX Vorlage für Protokolle](files/archive/2022/latex-template.zip) (Stand 07.10.2022)


## Wintersemester 2021/22

### Toolbox
- Tag 1
- [Intro-Folien](files/archive/2021/intro.pdf) (Stand 29.09.2021)
- [Python](files/archive/2021/python.html) (Stand 29.09.2021)
Expand Down
2 changes: 1 addition & 1 deletion blog/_posts/2018-01-08-new-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ author: mnoethe
---

Wir freuen uns, dass wir euch ab jetzt an dieser Stelle über neue Entwicklungen,
die die im Toolbox-Workshop behandelten Themen betreffen, auf dem Laufenden halten.
die die im Toolbox Workshop behandelten Themen betreffen, auf dem Laufenden halten.

Guckt einfach ab und zu mal rein.
2 changes: 1 addition & 1 deletion blog/_posts/2018-03-12-missing-micro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: <a href="https://github.com/maxnoe/">maxnoe</a>

In der finalen Version von TeXLive 2017 gibt es einen Bug mit
der Kombination aus `unicode-math` und `siunitx`, wie wir
sie im Toolbox-Workshop vorgestellt haben: das Mikro-Zeichen fehlt.
sie im Toolbox Workshop vorgestellt haben: Das Mikro-Zeichen fehlt.


Um das Problem zu lösen, muss man siunitx mitteilen,
Expand Down
2 changes: 1 addition & 1 deletion blog/_posts/2018-07-10-conda-activate.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ conda activate
{% endhighlight %}

Dies ermöglicht die bessere Nutzung von `conda` environments und das vollständige
deaktivieren mit `conda deactivate`.
Deaktivieren mit `conda deactivate`.
4 changes: 2 additions & 2 deletions blog/_posts/2019-10-07-vs-code-latex-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Es gibt allerdings eine noch viel mächtigere Extension, die euch die Arbeit mit
(zeigt dir an, was du mit deinem angefangenen code meinen könntest, z.B.: tippe `\autoref{fig:` → zeigt dir alle Referenz mit `fig:` beginnend an.) und es zeigt dir sogar eine Vorschau der Mathe-Sachen, die du gerade tippst (FYI: mit [MathJax](https://www.mathjax.org/)).
Das ganze Add-On kann noch vieles mehr, und wer interessiert ist, sollte sich definitiv mit dem ganzen genauer beschäftigen (Stichworte [SyncTex](https://github.com/James-Yu/LaTeX-Workshop/wiki/View) und [Linting](https://github.com/James-Yu/LaTeX-Workshop/wiki/Linters)).

Da wir jedoch immer noch die im Toolbox-Workshop gelernte Toolchain benutzen wollen, müssen wir die Extension daran hindern, dass sie die LaTeX-Dokumente selber baut. (Es ist auch möglich, die Extension so zu konfigurieren, dass sie die genau so baut, wie ihr das auch machen würdet, immer wenn ihr abspeichert. Das müsst ihr aber selbst herausfinden. 😜)
Da wir jedoch immer noch die im Toolbox Workshop gelernte Toolchain benutzen wollen, müssen wir die Extension daran hindern, dass sie die LaTeX-Dokumente selber baut. (Es ist auch möglich, die Extension so zu konfigurieren, dass sie die genau so baut, wie ihr das auch machen würdet, immer wenn ihr abspeichert. Das müsst ihr aber selbst herausfinden. 😜)

**Jetzt aber zur eigentlichen Installationsanleitung:**

Expand All @@ -19,7 +19,7 @@ Da wir jedoch immer noch die im Toolbox-Workshop gelernte Toolchain benutzen wol
- `Install` anklicken
- **WICHTIG**: Immer nur eine einzige LaTeX-Extension installieren!
- Falls ihr noch eine andere installiert habt: Nach dieser Suchen, oder Suchtext entfernen und dann bekommt ihr alle installierten Extensions angezeigt. Anschließend die nicht gewünschte entfernen.
- In den Einstellungen muss jetzt noch das automatische Kompilieren der Extension ausgestellt werden, damit die Vorlagen des Toolbox-Workshops auch problemlos bauen.
- In den Einstellungen muss jetzt noch das automatische Kompilieren der Extension ausgestellt werden, damit die Vorlagen des Toolbox Workshops auch problemlos bauen.
- Dazu in die `Settings` gehen (`File`->`Preferences`->`Settings` oder Zahnrad links unten anklicken und `Settings` wählen.)
- `latex auto build clean and retry` suchen und Häkchen entfernen
- `latex auto build run` suchen und im Drop-Down-Menü `never` einstellen
Expand Down
4 changes: 2 additions & 2 deletions blog/_posts/2019-11-04-remove-griffle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Entfernung von `grffile` aus den verwendeten LaTeX-Pakten
author: cbeckmann
---
Durch Änderung am LaTex-Kernel, kommt es zu Komplikationen.
Durch Änderung am LaTeX-Kernel, kommt es zu Komplikationen.
Solange die Namen der Bilder und Abbildungen, die eingebunden werden,
nicht mehrere Punkte im Dateinamen haben, kann das Paket `grffile` einfach ausgelassen werden.

Der zugehörige Issue zum Nachlesen:
Das zugehörige Issue zum Nachlesen:

<https://github.com/ho-tex/oberdiek/issues/73#issuecomment-547033428>
2 changes: 1 addition & 1 deletion blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ category: blog
---

Hier halten wir euch auf dem Laufenden rund um die Themen,
die im Toolbox-Workshop besprochen werden.
die im Toolbox Workshop besprochen werden.
105 changes: 103 additions & 2 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* .container {

width: auto;
max-width: 80rem;
padding: 0 15px;
Expand Down Expand Up @@ -161,4 +161,105 @@ pre.highlight {
.info-hover:hover {
transition: all ease 0.25s;
font-size: 34px;
}
}

#help-button {
position: fixed;
right: 25px;
bottom: 25px;
opacity: 0;
visibility: hidden;
transform: scale(0.7);
transition: all ease 0.5s;
}

#help-button.visible {
opacity: 1;
visibility: visible;
transform: scale(1) translate(-65px,0px);
}

#help-button a {
border: none;
border-radius: 50%;
display: block;
width: 50px;
height: 50px;
color: #fff;
background-color: var(--pep-gray);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
opacity: 1;
transition: all ease 0.25s;
text-align: center;
text-decoration: none;
font-size: 25px;
}

#help-button a:after {
outline: none;
content: "?";
position: relative;
display: block;
top: 55%;
transform: translate(0,-55%);
}

#help-button.visible a:hover {
color: #fff;
width: 100px;
border-radius: 50px;
overflow: hidden;
background-color: var(--pep-yellow);
}

#help-button.visible a:hover:after {
content: "Hilfe";
font-weight: normal;
}

#backtotop-button {
position: fixed;
right: 25px;
bottom: 25px;
opacity: 0;
visibility: hidden;
transform: scale(0.7);
transition: all ease 0.5s;
}

#backtotop-button.visible {
opacity: 1;
visibility: visible;
transform: scale(1);
}

#backtotop-button a {
border: none;
border-radius: 50%;
display: block;
width: 50px;
height: 50px;
color: #fff;
background-color: var(--pep-gray);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
opacity: 1;
transition: all ease 0.25s;
text-align: center;
text-decoration: none;
font-size: 25px;
}

#backtotop-button a:after {
font-family: "Font Awesome 5 Free";
outline: none;
font-weight: 600; content: "\f077";
position: relative;
display: block;
top: 50%;
transform: translate(0,-55%);
}

#backtotop-button.visible a:hover {
color: #fff;
background-color: var(--pep-yellow);
}
36 changes: 29 additions & 7 deletions faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,43 @@ category: faq
Hier listen wir Lösungen für Fragen auf, die besonders häufig gestellt werden.

# Windows
Am Ende der Installationsanleitungen gibt es den Punkt
*Problembehandlung*, hier sind Lösungsvorschläge für Probleme bei der Installation aufgelistet.

+ Bei der Verwendung von matplotlib kann ein Fehler auftreten,
der mit den folgenden Zeilen (oder ähnlichen) endet:
```
from PyQt5 import QtCore, QtGui, QtWidget
ImportError: libGL.so.1 connot open shared object file: No such file or directory
```
Dieser Fehler kann durch das Installieren einer Software-Bibliothek behoben werden.
Dazu muss der folgende Befehl in ein Windows Terminal eingegeben werden.
```
sudo apt install qt5-default
```

+ Beim Abspeichern von matplotlib-Figuren
kommt ein Fehler ähnlich zu
**ghostscript-9.00 required**
```
sudo apt update
```
```
sudo apt install ghostscript
```


# Linux

## <a id="w-lan"></a>W-LAN unter Ubuntu
## <a id="w-lan"></a>W-LAN unter Ubuntu/Linux

Um das eduroam-Netz an der TU Dortmund einzurichten, können folgende Optionen verwendet werden:
- Wi-Fi security: WPA- & WPA2-Enterprise
- Authentication: Geschütztes EAP (PEAP)
- Anonymous Identity:
- Anonymous Identity: [email protected]
- Domain: tu-dortmund.de
- CA-Zertifikat: T-TeleSec_GlobalRoot_Class_2.crt
- zu finden in `/usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_2.crt`
- oder [http://www.pki.tu-dortmund.de/telesec.crt](http://www.pki.tu-dortmund.de/telesec.crt)
- CA-Zertifikat: `T-TeleSec_GlobalRoot_Class_2.crt`, zu finden in
1. `/etc/ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem` (z.B. Ubuntu 22.04)
2. `/usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_2.crt` (z.B. Ubuntu 20.04)
3. oder [im Serviceportal](https://service.tu-dortmund.de/documents/d/intra/rootcert). Achtung, dann heißt es `rootcert.crt`
- PEAP-Version: Automatisch
- Inner authentication: MSCHAPv2
- Username: [email protected]
Expand Down
Binary file removed img/anaconda/anaconda-1.png
Binary file not shown.
Binary file removed img/anaconda/anaconda-2.png
Binary file not shown.
Binary file removed img/anaconda/anaconda-3.png
Binary file not shown.
Binary file removed img/anaconda/anaconda-4.png
Binary file not shown.
Binary file removed img/anaconda/uncertainties-1.png
Binary file not shown.
Binary file removed img/explorer/explorer-1.png
Binary file not shown.
Binary file removed img/explorer/explorer-2.png
Binary file not shown.
Binary file added img/explorer/explorer-fileext-1_win11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/explorer/explorer-fileext-2_win11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/explorer/explorer-fileext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/explorer/explorer-start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/explorer/explorer-start_win11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-install-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-install-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-install-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-install-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-install-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-install-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-install-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-test-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-test-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-update-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-update-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-virtual-env-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mamba/mamba-virtual-env-2.png
Binary file removed img/sumatra/sumatra-1.png
Diff not rendered.
Binary file removed img/sumatra/sumatra-2.png
Diff not rendered.
Binary file removed img/sumatra/sumatra-3.png
Diff not rendered.
Binary file added img/sumatra/sumatra-download.png
Binary file added img/sumatra/sumatra-install-1.png
Binary file added img/sumatra/sumatra-install-2.png
Binary file added img/sumatra/sumatra-install-3.png
Binary file added img/sumatra/sumatra-standard-app-1.png
Binary file added img/sumatra/sumatra-standard-app-1_win11.png
Binary file added img/sumatra/sumatra-standard-app-2.png
Binary file added img/sumatra/sumatra-standard-app-3.png
Binary file added img/sumatra/sumatra-standard-app-3_win11.png
Binary file added img/sumatra/sumatra-standard-app-4.png
Binary file added img/sumatra/sumatra-standard-app-4_win11.png
Binary file removed img/vscodium/vscode-1.png
Diff not rendered.
Binary file removed img/vscodium/vscode-2.png
Diff not rendered.
Binary file removed img/vscodium/vscode-3.png
Diff not rendered.
Binary file removed img/vscodium/vscode-4.png
Diff not rendered.
Binary file removed img/vscodium/vscode-5.png
Diff not rendered.
Binary file removed img/vscodium/vscode-6.png
Diff not rendered.
Binary file removed img/vscodium/vscode-7.png
Diff not rendered.
Binary file added img/vscodium/vscode-download-1.png
Binary file added img/vscodium/vscode-download-2.png
Binary file added img/vscodium/vscode-language-1.png
Binary file added img/vscodium/vscode-language-2.png
Binary file added img/vscodium/vscode-language-3.png
Binary file added img/vscodium/vscode-msstore_win11.png
Binary file added img/vscodium/vscode-prompt-wsl-plugin.png
Binary file added img/vscodium/vscode-start.png
Binary file added img/vscodium/vscode-start_win11.png
Binary file added img/vscodium/vscode-terminal-1.png
Binary file added img/vscodium/vscode-terminal-2.png
Binary file added img/vscodium/vscode-terminal-3.png
Binary file added img/vscodium/vscode-terminal-4.png
Binary file added img/vscodium/vscode-wsl-plugin_win11.png
Binary file added img/win10-username.png
Binary file removed img/windows-terminal/windows-terminal-1.png
Diff not rendered.
Binary file removed img/windows-terminal/windows-terminal-2.png
Diff not rendered.
Binary file removed img/windows-terminal/windows-terminal-3.png
Diff not rendered.
Binary file removed img/windows-terminal/windows-terminal-4.png
Diff not rendered.
Binary file added img/windows-terminal/windows-terminal-start.png
Binary file added img/windows-terminal/windows-terminal-store-3.png
Binary file removed img/windows-ubuntu/wsl-install-1.png
Diff not rendered.
Binary file removed img/windows-ubuntu/wsl-install-2.png
Diff not rendered.
Binary file removed img/windows-ubuntu/wsl-install-3.png
Diff not rendered.
Binary file removed img/windows-ubuntu/wsl-install-4.png
Diff not rendered.
Binary file removed img/windows-ubuntu/wsl-store-1.png
Diff not rendered.
Binary file removed img/windows-ubuntu/wsl-store-2.png
Diff not rendered.
Binary file added img/windows-ubuntu/wsl-ubuntu-correct-passwd.png
Binary file added img/windows-ubuntu/wsl-ubuntu-passwd.png
Binary file added img/windows-ubuntu/wsl-ubuntu-passwd_win11.png
Binary file added img/windows-ubuntu/wsl-ubuntu-username.png
Binary file added img/windows-ubuntu/wsl-ubuntu-username_win11.png
Binary file added img/windows-ubuntu/wsl-ubuntu-wrong-passwd-1.png
Binary file added img/windows-ubuntu/wsl-ubuntu-wrong-passwd-2.png
Binary file removed img/wsl/system-64bit-1.png
Diff not rendered.
Binary file removed img/wsl/system-64bit-2.png
Diff not rendered.
File renamed without changes
Binary file added img/wsl/win10-buildnumber-1.png
Binary file added img/wsl/win10-buildnumber-2.png
Binary file added img/wsl/win10-powershell-admin-test.png
Binary file added img/wsl/win10-powershell-admin.png
Binary file added img/wsl/win10-updates-1.png
Binary file added img/wsl/win10-updates-2.png
Binary file added img/wsl/win10-wsl-install-complete.png
Binary file added img/wsl/win10-wsl-install.png
Binary file added img/wsl/win10-wsl-ubuntu-complete.png
Binary file added img/wsl/win11-admin-warning.jpg
Binary file added img/wsl/win11-powershell-admin-test.png
Binary file added img/wsl/win11-powershell-admin.png
Binary file added img/wsl/win11-terminal-start.png
Binary file added img/wsl/win11-wsl-install-complete.png
Binary file added img/wsl/win11-wsl-install.png
Binary file added img/wsl/win11-wsl-ubuntu-complete.png
Binary file removed img/wsl/wsl-0.png
Diff not rendered.
Binary file removed img/wsl/wsl-1.png
Diff not rendered.
Binary file removed img/wsl/wsl-3.png
Diff not rendered.
Binary file removed img/wsl/wsl-4.png
Diff not rendered.
Binary file removed img/wsl/wsl-5.png
Diff not rendered.
Binary file removed img/xserver/xserver-0.png
Diff not rendered.
Binary file removed img/xserver/xserver-1.png
Diff not rendered.
Binary file removed img/xserver/xserver-10.png
Diff not rendered.
Binary file removed img/xserver/xserver-11.png
Diff not rendered.
Binary file removed img/xserver/xserver-12.png
Diff not rendered.
Binary file removed img/xserver/xserver-13.png
Diff not rendered.
Binary file removed img/xserver/xserver-14.png
Diff not rendered.
Binary file removed img/xserver/xserver-15.png
Diff not rendered.
Binary file removed img/xserver/xserver-16.png
Diff not rendered.
Binary file removed img/xserver/xserver-17.png
Diff not rendered.
Binary file removed img/xserver/xserver-18.png
Diff not rendered.
Binary file removed img/xserver/xserver-19.png
Diff not rendered.
Binary file removed img/xserver/xserver-2.png
Diff not rendered.
Binary file removed img/xserver/xserver-3.png
Diff not rendered.
Binary file removed img/xserver/xserver-4.png
Diff not rendered.
Binary file removed img/xserver/xserver-5.png
Diff not rendered.
Binary file removed img/xserver/xserver-6.png
Diff not rendered.
Binary file removed img/xserver/xserver-7.png
Diff not rendered.
Binary file removed img/xserver/xserver-9.png
Diff not rendered.
Loading

0 comments on commit bb60cd5

Please sign in to comment.