Skip to content

Instantly share code, notes, and snippets.

@lauborges
Last active January 28, 2016 23:14
Show Gist options
  • Save lauborges/b43d87785a8f7e006646 to your computer and use it in GitHub Desktop.
Save lauborges/b43d87785a8f7e006646 to your computer and use it in GitHub Desktop.
Wake Raspberry console screen
sudo chmod 666 /dev/tty1
echo -ne "\033[9;0]" >/dev/tty1
#http://raspberrypi.stackexchange.com/questions/10374/wake-console-screen-with-ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment