Skip to content

Instantly share code, notes, and snippets.

@StuffbyYuki
Created November 13, 2020 20:13
Show Gist options
  • Select an option

  • Save StuffbyYuki/54eb81a06f09b4354cc368379fac20bb to your computer and use it in GitHub Desktop.

Select an option

Save StuffbyYuki/54eb81a06f09b4354cc368379fac20bb to your computer and use it in GitHub Desktop.
Linux: Prevent your laptop from sleeping
# Waits for the process with the specified pid to exit. Once the the process exits, the assertion is also released.
# man caffeinate
caffeinate -w your_pid &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment