Skip to content

Instantly share code, notes, and snippets.

@francisbesset
Created September 18, 2014 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francisbesset/ef689a06d1351d235355 to your computer and use it in GitHub Desktop.
Save francisbesset/ef689a06d1351d235355 to your computer and use it in GitHub Desktop.
Write on physical screen
sudo chown username /dev/tty1
sudo echo -e "\033[2J\033[1;1H" >> /dev/tty1 # CTRL + L
sudo echo "bonjour à tous" >> /dev/tty1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment