brew-bundle, caffeinate, open and tmutil: add German translation (#5178)
* brew-bundle, caffeinate, open and tmutil: add German translation * Update pages.de/osx/brew-bundle.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/caffeinate.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Kargins <10598483+GETandSELECT@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
15
pages.de/osx/caffeinate.md
Normal file
15
pages.de/osx/caffeinate.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# caffeinate
|
||||
|
||||
> Hindert den Mac daran in den Schlaf-Modus zu gehen.
|
||||
|
||||
- Verhindern, dass der Mac für 1 Stunde (3600 Sekunden) schläft:
|
||||
|
||||
`caffeinate -u -t {{3600}}`
|
||||
|
||||
- Verhindern, dass der Mac schläft, bis der Befehl abgeschlossen ist:
|
||||
|
||||
`caffeinate -s {{command}}`
|
||||
|
||||
- Verhindern, dass der Mac in den Schlaf-Modus geht, bis Sie Control-C eingeben:
|
||||
|
||||
`caffeinate -i`
|
Reference in New Issue
Block a user