this post was submitted on 22 Aug 2023
78 points (92.4% liked)

Linux

47290 readers
637 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm looking to finally use Linux properly and I'm planning to dual boot my laptop. There's enough storage to go around, and while I'm comfortable messing around I'd rather not have to run and buy a new device before school while fixing my current one.

https://m.youtube.com/watch?v=VaIgbTOvAd0

This was the general guide I was planning to follow, just with KDE Plasma (or another KDE). I was going to keep windows the default, and boot into Linux as needed when I had time to learn and practice.

I assume it should be the near similar process for KDE Plasma?

I'm ok with things going wrong with the Linux install, but I'd like to keep the Windows install as safe as possible.

you are viewing a single comment's thread
view the rest of the comments
[–] Cralder@feddit.nu 18 points 1 year ago (1 children)

Windows and Linux keeps track of time differently. One stores the time in your current time zone. The other stores the GMT time and adds an offset. I forget which one does what but it results in your time being wrong each time you switch from Linux to Windows or vice versa. You can search for how to fix it, its not very hard, or you can just ignore it and reset your clock each time you switch OS.

[–] SpaceCadet@sopuli.xyz 9 points 1 year ago* (last edited 1 year ago) (1 children)

I don't think that's the case anymore.

I just checked, the time in the UEFI BIOS is in UTC, yet both Linux and Windows 10 display the local time correctly as an offset to UTC. I didn't have to do anything special for that.

[–] Tippon@lemmy.dbzer0.com 4 points 1 year ago (3 children)

It is with Windows 10 and Mint. I booted into Mint a few days ago, and when I switched back to Windows, the time was wrong.

Apparently it's easy to fix, but I keep forgetting while I'm in Mint >.<

[–] SpaceCadet@sopuli.xyz 4 points 1 year ago (1 children)
[–] Tippon@lemmy.dbzer0.com 1 points 1 year ago

That's really helpful, thanks :)

[–] putoelquelolea@lemmy.ml 3 points 1 year ago (1 children)

You can also fix it by running the following command on your Linux machine:

timedatectl set-local-rtc 1 --adjust-system-clock

[–] Pantherina@feddit.de 1 points 1 year ago

You could but this as an autostart script:

cat > ~/.config/autostart/adjust-time &lt;
[–] Tippon@lemmy.dbzer0.com 1 points 1 year ago
load more comments (-1 replies)
[–] RockyC@fosstodon.org 1 points 1 year ago (1 children)

@Tippon @SpaceCadet you can set your system clock to UTC to fix the problem. Here’s a registry fix to tell Windows to use UTC.

https://uilton.com/kb/how-to-make-windows-store-time-in-utc/

[–] Tippon@lemmy.dbzer0.com 1 points 1 year ago

Brilliant, thank you :)