Ubuntu tweaks

By | May 28, 2024

To remove the confirmation every time you shutdown or reboot, type this into the terminal.

gsettings set org.gnome.SessionManager logout-prompt false

To remove the GRUB (the GRand Unified Bootloader) option during startup to boot faster, add

GRUB_RECORDFAIL_TIMEOUT=0

to the file /etc/default/grub. (sudo is required to edit). eg:

sudo nano /etc/default/grub

GRUB is basically a boot loader that helps uses to choose what OS they want to boot into.

Leave a Reply

Your email address will not be published. Required fields are marked *