smb-umount
This commit is contained in:
13
memo/fix-windows-time-skew.md
Normal file
13
memo/fix-windows-time-skew.md
Normal file
@@ -0,0 +1,13 @@
|
||||
> from [linux-surface wiki](https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup)
|
||||
|
||||
### Setting your clock to localtime to fix dual-boot time skew
|
||||
|
||||
Windows stores the hardware clock as localtime, whereas Linux and other OS-es typically use UTC. When dual-booting this can
|
||||
cause the time to skew. The easiest way to fix this is by configuring Linux to use localtime:
|
||||
|
||||
```bash
|
||||
sudo timedatectl set-local-rtc 1
|
||||
```
|
||||
```bash
|
||||
sudo hwclock --systohc --localtime
|
||||
```
|
||||
@@ -3,3 +3,4 @@ things I have installed:
|
||||
everything in `./hyprland-ricing.txt`, in addition to:
|
||||
|
||||
xwayland-satellite
|
||||
wlsunset
|
||||
|
||||
Reference in New Issue
Block a user