Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change default boot grub

sudo cp /etc/default/grub /etc/default/grub.bak
#create a backup if you want
sudo nano /etc/default/grub
# find the line that contains GRUB_DEFAULT=0
# change it to what you want. 0 is normally Ubuntu, 1 is advanced options.
sudo update-grub
reboot
Comment

PREVIOUS NEXT
Code Example
Shell :: git fetch all after --single-branch 
Shell :: git sync branch from master 
Shell :: create a bash script 
Shell :: sed repeat pattern 
Shell :: screen recorder mint 
Shell :: ssh command 
Shell :: cli50 docs 
Shell :: install pip from tt 
Shell :: how to print array bash 
Shell :: instal ng2 search module 
Shell :: linux command to show memory hardware 
Shell :: set default terminal ubuntu 
Shell :: wormhole for linux 
Shell :: zsh read user input 
Shell :: tar append 
Shell :: Redirect output from within the shell script 
Shell :: warning: Pulling without specifying how to reconcile divergent branches is discouraged 
Shell :: kubernetes force delete command 
Shell :: add conda to sudo path 
Shell :: helm commands 
Shell :: docker run commands 
Shell :: how to use usb 3 with virtualbox 
Shell :: install visual studio on ubuntu command line 
Shell :: odoo 14 install ubuntu 20.04 
Shell :: rmdir unix 
Shell :: winscp zip command 
Shell :: EDIT WSL2 terminal user% 
Shell :: undo revert commit 
Shell :: fix corrupt pdf command line 
Shell :: how to shutdown system immediately with shutdown command 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =