adminslog/README.md
2025-07-07 20:09:37 +02:00

197 lines
5.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -= 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.
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)
- [Gaming](#gaming)
- [Git](#git)
- [Linux](#linux)
- [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)
---
### Gaming
- [📘 Anleitung: Satisfactory Dedicated Server im Docker einrichten](dokus/gaming/Satisfactory_Server_Docker.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)
---
### Linux
- **Fedora**
- [Fedora Workstation Suspend deaktivieren](dokus/linux/fedora/suspend-deaktivieren.md)
- [Fedora-Handbuch für Debian/Ubuntu-Umsteiger](dokus/linux/fedora/fedora-handbuch-umstieg.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'->**
---