certbot, code, phpbu: add German translation (#4865)
This commit is contained in:
28
pages.de/common/code.md
Normal file
28
pages.de/common/code.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# code
|
||||
|
||||
> Visual Studio Code.
|
||||
> Mehr informationen: <https://github.com/microsoft/vscode>.
|
||||
|
||||
- VS Code öffnen:
|
||||
|
||||
`code`
|
||||
|
||||
- Aktuelles Verzeichnis in VS Code öffnen:
|
||||
|
||||
`code .`
|
||||
|
||||
- Eine Datei oder einen Ordner in VS Code öffnen:
|
||||
|
||||
`code {{pfad/zu/datei_oder_ordner}}`
|
||||
|
||||
- Eine Datei oder einen Ordner im aktuell geöffnetem VS Code Fenster öffnen:
|
||||
|
||||
`code --reuse-window {{pfad/zu/datei_oder_ordner}}`
|
||||
|
||||
- Zeit Dateien in VS Code öffnen:
|
||||
|
||||
`code -d {{datei1}} {{datei2}}`
|
||||
|
||||
- VS Code mit super user (sudo) Rechten öffnen:
|
||||
|
||||
`sudo code {{pfad/zu/datei_oder_ordner}} --user-data-dir`
|
20
pages.de/common/phpbu.md
Normal file
20
pages.de/common/phpbu.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# phpbu
|
||||
|
||||
> Ein Backup framework für PHP.
|
||||
> Mehr informationen: <https://phpbu.de>.
|
||||
|
||||
- Backups mit der Standard "phpbu.xml" Konfigurationsdatei ausführen:
|
||||
|
||||
`phpbu`
|
||||
|
||||
- Backups mit einer spezifischen Konfigurationsdatei ausführen:
|
||||
|
||||
`phpbu --configuration={{pfad/zu/konfiguration.xml}}`
|
||||
|
||||
- Nur die angegebenen Backups ausführen:
|
||||
|
||||
`phpbu --limit={{backup_art}}`
|
||||
|
||||
- Aktionen die ausgeführt worden wären simulieren:
|
||||
|
||||
`phpbu --simulate`
|
Reference in New Issue
Block a user