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`