179 lines
5.1 KiB
Markdown
179 lines
5.1 KiB
Markdown
# -= Admin´s Log =-
|
||
|
||

|
||
|
||
Kleine Sammlung von Gedächnissstützen für den privaten und persönlichen Gebrauch.
|
||
Ausserdem befinden sich hier auch viele Artikel die von mir noch nicht vollständig verwertet worden sind.
|
||
Die Artikel sind auch zur Vorbereitung für neue Artikel auf <https://www.ionivation.com> vorgesehen.
|
||
|
||
**origin:** <https://local.ionivation.com/realAscot/adminslog>
|
||
|
||
## Inhalt
|
||
|
||
- [-= Admin´s Log =-](#--admins-log--)
|
||
- [Inhalt](#inhalt)
|
||
- [Informationen](#informationen)
|
||
- [Themen](#themen)
|
||
- [AsciiDoc](#asciidoc)
|
||
- [Editoren/ IDE´s](#editoren-ides)
|
||
- [Helix](#helix)
|
||
- [Git](#git)
|
||
- [Markdown](#markdown)
|
||
- [Mermaid](#mermaid)
|
||
- [Mechanik](#mechanik)
|
||
- [Server](#server)
|
||
- [Plesk](#plesk)
|
||
- [Webserver](#webserver)
|
||
- [Windows](#windows)
|
||
- [Programmierung](#programmierung)
|
||
- [Rust](#rust)
|
||
- [ts - js - node](#ts---js---node)
|
||
- [Projektinhalt](#projektinhalt)
|
||
- [Neue Dokumente](#neue-dokumente)
|
||
|
||
---
|
||
|
||
## Informationen
|
||
|
||
Unter `./tools/` befinden sich Programme/ Skripte (aktuell in Typescript und Python) die Markdown-Dateien suchen und daraus ein Verzeichnis erstellen.
|
||
|
||
---
|
||
|
||
## Themen
|
||
|
||
---
|
||
|
||
### AsciiDoc
|
||
|
||
- [Asciidoctor PDF: Kapitel bleibt „Chapter“ – Fehleranalyse & Workaround](dokus/asciidoc/asciidoctor-theme-bug-workaround.md)
|
||
|
||
---
|
||
|
||
### Editoren/ IDE´s
|
||
|
||
#### Helix
|
||
|
||
- [Helix Editor – Ein umfassender Einstieg für Anfänger (Deutsch)](dokus/helix__editor_einfuehrung_de.md)
|
||
|
||
---
|
||
|
||
### Git
|
||
|
||
- [Artikel: git](dokus/git/git.md)
|
||
- [SSH-Zugriff auf Git-Repository in WSL einrichten](dokus/git/git-ssh-remote.md)
|
||
- [Git – Remote-Branches: Häufige Aufgaben und Lösungen](dokus/git/git-remote-branch.md)
|
||
- [Git-Submodule: Der umfassende Praxisleitfaden](dokus/git/git-submodule-leitfaden.md)
|
||
|
||
### Markdown
|
||
|
||
#### Mermaid
|
||
|
||
- [mermaidPockedGuide](https://local.ionivation.com/realAscot/mermaidPockedGuide) **EXTERN** 🚀
|
||
|
||
### Mechanik
|
||
|
||
- [Gewindetabellen](dokus/mechanik/gewindetabellen.md)
|
||
|
||
---
|
||
|
||
### Server
|
||
|
||
#### Plesk
|
||
|
||
- [Plesk ausgesperrt bei Rechnerwechsel](dokus/plesk/plesk-benutzer-schon-vorhanden.md)
|
||
|
||
#### Webserver
|
||
|
||
- [Let's Encrypt: Fehlerbehebung bei Challenge-Timeout unter Plesk](dokus/plesk/lets-encrypt-plesk.md)
|
||
- [NGINX Proxy Manager als Reverse Proxy für Node.js-Apps](dokus/webserver/nginx-proxy-manager-setup.md)
|
||
|
||
---
|
||
|
||
### Windows
|
||
|
||
- [Einführung in die `desktop.ini`-Datei: Verwendung und Anpassung von Ordnern in Windows](dokus/windows/desktop_ini.md)
|
||
|
||
---
|
||
|
||
### Programmierung
|
||
|
||
#### Rust
|
||
|
||
- [Rust-Toolchain mit MSVC unter Windows einrichten](dokus/rust/rust-toolchain-msvc.md)
|
||
- [Erstellung eines Installationsmediums für Rust + MSVC (Offline)](dokus/rust/rust-offline-installation.md)
|
||
|
||
---
|
||
|
||
#### ts - js - node
|
||
|
||
- [Einstieg in JavaScript-Dialekte und TypeScript-Konfiguration](dokus/js-ts/js-ts-dialekte.md)
|
||
|
||
---
|
||
|
||
## Projektinhalt
|
||
|
||
*Erstellt mit [treescanner](https://github.com/realAscot/treeScanner)*
|
||
|
||
```plaintext
|
||
📁 ./
|
||
├── 📁 dokus
|
||
│ ├── 📁 apache-plesk
|
||
│ │ └── 📄 lets-encrypt-plesk.md
|
||
│ ├── 📁 asciidoc
|
||
│ │ └── 📄 asciidoctor-theme-bug-workaround.md
|
||
│ ├── 📁 git
|
||
│ │ ├── 📄 git-remote-branch.md
|
||
│ │ ├── 📄 git-ssh-remote.md
|
||
│ │ ├── 📄 git-submodule-leitfaden.md
|
||
│ │ └── 📄 git.md
|
||
│ ├── 📁 js-ts
|
||
│ │ └── 📄 js-ts-dialekte.md
|
||
│ ├── 📁 mechanik
|
||
│ │ └── 📄 gewindetabellen.md
|
||
│ ├── 📁 plesk
|
||
│ │ └── 📄 plesk-benutzer-schon-vorhanden.md
|
||
│ ├── 📁 rust
|
||
│ │ ├── 📄 rust-offline-installation.md
|
||
│ │ └── 📄 rust-toolchain-msvc.md
|
||
│ ├── 📁 windows
|
||
│ │ └── 📄 desktop_ini.md
|
||
│ └── 📄 helix__editor_einfuehrung_de.md
|
||
├── 📁 media
|
||
│ └── 📄 realAscotLogo_128x128.png
|
||
├── 📁 tools
|
||
│ ├── 📁 collector
|
||
│ │ ├── 📄 config.jsonc
|
||
│ │ ├── 📄 link_collector.js
|
||
│ │ ├── 📄 link_collector.py
|
||
│ │ └── 📄 processed.log
|
||
│ ├── 📁 dist
|
||
│ │ ├── 📁 collector
|
||
│ │ ├── 📄 fscopy.js
|
||
│ │ └── 📄 fsdel.js
|
||
│ └── 📁 src
|
||
│ ├── 📁 collector
|
||
│ │ ├── 📄 config.jsonc.template
|
||
│ │ └── 📄 link_collector.ts
|
||
│ ├── 📄 fscopy.ts
|
||
│ └── 📄 fsdel.ts
|
||
├── 📄 .gitignore
|
||
├── 📄 CHANGELOG.md
|
||
├── 📄 LICENSE
|
||
├── 📄 package-lock.json
|
||
├── 📄 package.json
|
||
├── 📄 README.md
|
||
├── 📄 scan.cmd
|
||
├── 📄 tsconfig.json
|
||
└── 📄 VERSION
|
||
```
|
||
|
||
---
|
||
|
||
## Neue Dokumente
|
||
|
||
> führe `scan.cmd` oder [`link_collector.py`](./tools/collector/link_collector.py) oder `npm run scan` aus um nach neuen Dateien zu suchen!
|
||
|
||
**NEUE EINTRÄGE AUS 'link_collector'->**
|
||
|
||
---
|