Last active
January 28, 2016 23:14
-
-
Save lauborges/b43d87785a8f7e006646 to your computer and use it in GitHub Desktop.
Wake Raspberry console screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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