1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/osx/caffeinate.md

17 lines
390 B
Markdown
Raw Permalink Normal View History

# caffeinate
> Menghindari macOS dari sleep (mode tidur).
> Informasi lebih lanjut: <https://keith.github.io/xcode-man-pages/caffeinate.8.html>.
- Menghindari mode sleep selama 1 jam (3600 detik):
`caffeinate -u -t {{3600}}`
- Menghindari mode sleep sampai sebuah command selesai:
`caffeinate -s {{command}}`
- Menghindari mode sleep sampai anda mengetik `<Ctrl c>`:
`caffeinate -i`