adminslog/README.md

176 lines
4.8 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)
2025-06-15 12:09:34 +02:00
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>
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)
2025-06-15 12:09:34 +02:00
- [Rust](#rust)
2025-06-03 23:34:49 +02:00
- [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-06-15 12:09:34 +02:00
- [Git-Submodule: Der umfassende Praxisleitfaden](dokus/git/git-submodule-leitfaden.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
2025-06-15 12:09:34 +02:00
#### 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)
---
2025-06-03 23:34:49 +02:00
#### 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
📁 ./
├── 📁 dokus
│ ├── 📁 apache-plesk
│ │ └── 📄 lets-encrypt-plesk.md
│ ├── 📁 asciidoc
│ │ └── 📄 asciidoctor-theme-bug-workaround.md
│ ├── 📁 git
│ │ ├── 📄 git-remote-branch.md
│ │ ├── 📄 git-ssh-remote.md
2025-06-15 12:09:34 +02:00
│ │ ├── 📄 git-submodule-leitfaden.md
2025-06-15 11:28:30 +02:00
│ │ └── 📄 git.md
│ ├── 📁 js-ts
│ │ └── 📄 js-ts-dialekte.md
│ ├── 📁 mechanik
│ │ └── 📄 gewindetabellen.md
│ ├── 📁 plesk
│ │ └── 📄 plesk-benutzer-schon-vorhanden.md
2025-06-15 12:09:34 +02:00
│ ├── 📁 rust
│ │ ├── 📄 rust-offline-installation.md
│ │ └── 📄 rust-toolchain-msvc.md
2025-06-15 11:28:30 +02:00
│ ├── 📁 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
2025-06-15 12:09:34 +02:00
├── 📄 CHANGELOG.md
2025-06-15 11:28:30 +02:00
├── 📄 LICENSE
├── 📄 package-lock.json
├── 📄 package.json
├── 📄 README.md
├── 📄 scan.cmd
2025-06-15 12:09:34 +02:00
├── 📄 tsconfig.json
└── 📄 VERSION
2025-06-15 11:28:30 +02:00
```
---
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'->**