Skip to content

Instantly share code, notes, and snippets.

@alesvaupotic
Created October 12, 2017 17:47
Show Gist options
  • Save alesvaupotic/64d2e489ad663f844925c5a285e9dc23 to your computer and use it in GitHub Desktop.
Save alesvaupotic/64d2e489ad663f844925c5a285e9dc23 to your computer and use it in GitHub Desktop.
Disable Ubuntu blanking the console
sudo nano /etc/default/grub
find & add consoleblank=0 to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash consoleblank=0"
sudo update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment