-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/bundler/nokogiri-1.14.3
- Loading branch information
Showing
162 changed files
with
1,695 additions
and
1,357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.