this post was submitted on 20 Oct 2023
49 points (91.5% liked)
Linux
48090 readers
773 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Others have commented on the process. It's easier than you think.
One thing that might confuse you at first (after successful install) is that when you change between operating systems, the system clock gets thrown off. That's because Linux and Windows interpret the system time differently (local time vs UTC).
To match Windows behaviour in Linux run:
sudo timedatectl set-local-rtc 1 --adjust-system-clock
To match Linux behaviour in Windows you will need to edit the registry, I'll leave that up to you to search.
Oh really? So that's why my Windows system clock was way off after I installed Linux a few weeks ago?
I ran dual boot for a few weeks until my PSU broke which corrupted my Windows installation (I've been using Linux exclusively ever since) but when I was using Windows during that time sometimes I'd accidentally end up going to bed super late because the system clock said it was about 2 hours earlier than it really was.
Haha yep! Your timezone is in that danger zone where it's not wrong enough to be immediately obvious.
If you make a Windows USB install and boot into it, you should be able to run some Microsoft tools to try and repair the installation. You can search further for it, might be worth looking into if you have anything you want to access on there.