Skip to content

Instantly share code, notes, and snippets.

@mimukit
Created November 7, 2017 05:02
Show Gist options
  • Save mimukit/759e3876a7111b6e70afb97b6cbef178 to your computer and use it in GitHub Desktop.
Save mimukit/759e3876a7111b6e70afb97b6cbef178 to your computer and use it in GitHub Desktop.
Some important post installation config for dual boot for linux && windows
## Change grub to save last boot option:
sudo nano /etc/default/grub
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
sudo update-grub
===========================
## Change linux to use local time instead UTC to sync with windows:
timedatectl set-local-rtc 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment