adminslog/README.md

160 lines
4.2 KiB
Markdown
Raw Normal View History

2025-06-15 11:28:30 +02:00
# -= Admin´s Log =-
2025-05-21 16:08:01 +02:00
2025-06-15 11:28:30 +02:00
![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.
2025-05-21 16:08:01 +02:00
## Inhalt
2025-06-15 11:28:30 +02:00
- [-= Admin´s Log =-](#--admins-log--)
2025-05-21 16:08:01 +02:00
- [Inhalt](#inhalt)
- [Informationen](#informationen)
- [Themen](#themen)
- [AsciiDoc](#asciidoc)
2025-06-15 11:28:30 +02:00
- [Editoren/ IDE´s](#editoren-ides)
- [Helix](#helix)
2025-05-21 16:08:01 +02:00
- [Git](#git)
2025-05-22 18:28:00 +02:00
- [Markdown](#markdown)
- [Mermaid](#mermaid)
2025-06-08 10:59:15 +02:00
- [Mechanik](#mechanik)
2025-05-22 18:28:00 +02:00
- [Server](#server)
2025-06-03 23:34:49 +02:00
- [Plesk](#plesk)
2025-05-22 18:28:00 +02:00
- [Webserver](#webserver)
2025-06-15 11:28:30 +02:00
- [Windows](#windows)
2025-06-03 23:34:49 +02:00
- [Programmierung](#programmierung)
- [ts - js - node](#ts---js---node)
2025-06-15 11:28:30 +02:00
- [Projektinhalt](#projektinhalt)
2025-05-21 16:08:01 +02:00
- [Neue Dokumente](#neue-dokumente)
---
## Informationen
2025-06-15 11:28:30 +02:00
Unter `./tools/` befinden sich Programme/ Skripte (aktuell in Typescript und Python) die Markdown-Dateien suchen und daraus ein Verzeichnis erstellen.
2025-05-21 16:08:01 +02:00
---
## Themen
---
### AsciiDoc
2025-06-03 23:34:49 +02:00
- [Asciidoctor PDF: Kapitel bleibt „Chapter“ Fehleranalyse & Workaround](dokus/asciidoc/asciidoctor-theme-bug-workaround.md)
2025-05-21 16:08:01 +02:00
---
2025-06-15 11:28:30 +02:00
### Editoren/ IDE´s
#### Helix
- [Helix Editor Ein umfassender Einstieg für Anfänger (Deutsch)](dokus/helix__editor_einfuehrung_de.md)
---
2025-05-21 16:08:01 +02:00
### Git
- [Artikel: git](dokus/git/git.md)
2025-06-03 23:34:49 +02:00
- [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)
2025-05-21 16:08:01 +02:00
### Markdown
#### Mermaid
2025-06-08 10:59:15 +02:00
- [mermaidPockedGuide](https://local.ionivation.com/realAscot/mermaidPockedGuide) **EXTERN** 🚀
### Mechanik
- [Gewindetabellen](dokus/mechanik/gewindetabellen.md)
---
2025-05-22 18:28:00 +02:00
### Server
2025-06-03 23:34:49 +02:00
#### Plesk
- [Plesk ausgesperrt bei Rechnerwechsel](dokus/plesk/plesk-benutzer-schon-vorhanden.md)
2025-05-22 18:28:00 +02:00
#### Webserver
2025-06-03 23:34:49 +02:00
- [Let's Encrypt: Fehlerbehebung bei Challenge-Timeout unter Plesk](dokus/apache-plesk/lets-encrypt-plesk.md)
2025-05-22 18:28:00 +02:00
2025-05-21 16:08:01 +02:00
---
2025-06-15 11:28:30 +02:00
### Windows
- [Einführung in die `desktop.ini`-Datei: Verwendung und Anpassung von Ordnern in Windows](dokus/windows/desktop_ini.md)
---
2025-06-03 23:34:49 +02:00
### Programmierung
#### ts - js - node
- [Einstieg in JavaScript-Dialekte und TypeScript-Konfiguration](dokus/js-ts/js-ts-dialekte.md)
2025-06-08 10:59:15 +02:00
---
2025-06-15 11:28:30 +02:00
## 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
```
---
2025-05-21 16:08:01 +02:00
## Neue Dokumente
2025-06-03 23:34:49 +02:00
> führe `scan.cmd` oder [`link_collector.py`](./tools/collector/link_collector.py) oder `npm run scan` aus um nach neuen Dateien zu suchen!
2025-06-03 23:34:49 +02:00
**NEUE EINTRÄGE AUS 'link_collector'->**