# -= Admin´s Log =- ![Logo Adam Skotarczak](./media/realAscotLogo_128x128.png) 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. ## 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) - [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) ### 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/apache-plesk/lets-encrypt-plesk.md) --- ### Windows - [Einführung in die `desktop.ini`-Datei: Verwendung und Anpassung von Ordnern in Windows](dokus/windows/desktop_ini.md) --- ### Programmierung #### 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 📁 ./ ├── 📁 .vscode │ ├── 📄 cspell.json │ └── 📄 settings.json ├── 📁 dokus │ ├── 📁 apache-plesk │ │ └── 📄 lets-encrypt-plesk.md │ ├── 📁 asciidoc │ │ └── 📄 asciidoctor-theme-bug-workaround.md │ ├── 📁 git │ │ ├── 📄 git-remote-branch.md │ │ ├── 📄 git-ssh-remote.md │ │ └── 📄 git.md │ ├── 📁 js-ts │ │ └── 📄 js-ts-dialekte.md │ ├── 📁 mechanik │ │ └── 📄 gewindetabellen.md │ ├── 📁 plesk │ │ └── 📄 plesk-benutzer-schon-vorhanden.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 ├── 📄 LICENSE ├── 📄 package-lock.json ├── 📄 package.json ├── 📄 README.md ├── 📄 scan.cmd └── 📄 tsconfig.json ``` --- ## 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'->**