The Linux Systems are all booted by Grub. If you don’t have more than one operating systems installon on your system anymore, you can hide your grub, but not remove/uninstall it, unless you want to break your Linux System. This…
You may want to permanently disable your grafical interface for some reasons. Let’s say that you want to develop new linux command line interface skills and so, you eliminate the grafical interface distraction by disabling the GUI. The easiest way…
Without needing any additional software, the grub boot order can be edited via command line. Changing the boot order won’t modify the OS list, but will set a different OS to booy by default. Before you modify the /etc/default/grub file,…