Quantcast
Channel: Programming and Technology » GNU/Linux
Viewing all articles
Browse latest Browse all 55

Disable blank console in Ubuntu

$
0
0

Edit /etc/default/grub and add consoleblank=0 in the GRUB_CMDLINE_LINUX_DEFAULT option:

GRUB_CMDLINE_LINUX_DEFAULT="consoleblank=0"

grub

Then update grub and reboot.

sudo update-grub
sudo shutdown -r now

Viewing all articles
Browse latest Browse all 55

Trending Articles