this post was submitted on 19 Nov 2025
569 points (97.8% liked)

Technology

76917 readers
3229 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] pticrix@lemmy.ca 8 points 5 hours ago* (last edited 5 hours ago) (1 children)

Installed Mint last week. I already ported most of my personal stuff there ; as a user of FOSS software, it was a breeze. Still dual booting Windows because of work, but I'll start trying to see if I can get the required tools to work on there too.

For now, my biggest issue was that connecting my Bluetooth headphones to both Linux and Windows was fucky but, lo and behold, there was a guide online that told me exactly how to make sure both OS had the same device ID.

It's not a painless experience yet, but it's way less painful than what it was running Win95 back then. And it feels so good to finally flip Microsoft the bird.

[–] captain_aggravated@sh.itjust.works 1 points 3 hours ago (1 children)

Have you run into the system clock issue yet?

[–] pticrix@lemmy.ca 1 points 3 hours ago (1 children)

I think I did, but nothing that a resync didn't fix.

[–] captain_aggravated@sh.itjust.works 1 points 13 minutes ago* (last edited 12 minutes ago)

YOu didn't (fully) fix it. This is something I don't see a lot of people talking about regarding Windows/Linux dual boot.

Unix-like systems like Linux set the computer's built-in real-time clock to UTC and then do any conversions to local time on the fly. I think that traces back to UNIX's origins as a minicomputer OS; it needed to talk to other minicomputers across time zones from the beginning.

Windows, like DOS before it, is designed to sit on a desk by itself plugged into nothing but power and accept data one, maybe two floppy disks at a time. Why would the user care about anything other than the local time? Hell the original IBM 5150 didn't even have a built-in RTC. It would forget what time it was when powered off and it would ask you when DOS booted.

Either OS can be set to do it either way in the modern era; pick one to change so that they don't fight. It's done with a registry edit in Windows or a bash command in Linux. Do one, or the other, but not both. I recommend changing Windows, because Windows will reset the RTC every daylight savings time and on a mobile system every time it crosses a time zone, Linux doesn't.