From 6b2eeb0d3e64e61ac4ede7149027644509c3bb7b Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Wed, 18 Nov 2020 14:24:38 -0800 Subject: [PATCH] Moving to linux resources and fixes for dual booting. --- linux/PopOS/Resources.md | 5 ----- linux/Resources-Information.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 linux/PopOS/Resources.md diff --git a/linux/PopOS/Resources.md b/linux/PopOS/Resources.md deleted file mode 100644 index 797aef7..0000000 --- a/linux/PopOS/Resources.md +++ /dev/null @@ -1,5 +0,0 @@ -# PopOS Specific Resources - -## Dual Booting - -https://support.system76.com/articles/dual-booting/ diff --git a/linux/Resources-Information.md b/linux/Resources-Information.md index 1043f41..4953956 100644 --- a/linux/Resources-Information.md +++ b/linux/Resources-Information.md @@ -1,5 +1,31 @@ # Linux Resources +--- + +## Dual Booting + +https://support.system76.com/articles/dual-booting/ + +### Fixes + +#### Fix your clock + +Windows and Linux store their time in the BIOS differently, this will cause your clock to be desynchronized when you switch from one OS to the other. + +The easiest solution for it is to fix it in Linux, forcing it to work the same way as Windows. You can do this through the terminal: + +`timedatectl set-local-rtc 1 --adjust-system-clock` + +You can verify if the change has been successful, by running this command: + +`timedatectl` + +You should see RTC in local TZ: yes. If you need to revert it, just set it to 0: + +`timedatectl set-local-rtc 0 --adjust-system-clock` + +--- + ## Useful Packages - Gnome Tweaks: `sudo apt install gnome-tweaks`