Skip to content

Instantly share code, notes, and snippets.

@bakyeono
Created January 7, 2016 09:00
Show Gist options
  • Save bakyeono/46ba54eabd3b86c391e9 to your computer and use it in GitHub Desktop.
Save bakyeono/46ba54eabd3b86c391e9 to your computer and use it in GitHub Desktop.
prevent blanking in console

Prevent screen from turning off (in console)

$ setterm -blank 0 -powerdown 0

Alternatively you can disable console blanking permanently using the following command:

# echo -ne "\033[9;0]" >> /etc/issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment