this post was submitted on 16 Jul 2023
358 points (92.4% liked)
Linux
47952 readers
1412 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
As a linux noob, I can't give some in depth explanation, but I can empathize over troubles troubleshooting 😭
I mean, to first acknowledge the base difficulties of just getting used to a new operating system that doesn't want to hold your hand, all the troubleshooting advice being splintered across multiple distros and updates, and most software just not being designed to be compatible with Linux, it's impressive there are distros that manage to be beginner-friendly-ish in the first place.
For instance, when I was setting up Ubuntu, the following didn't work out of the box:
But more than that, I'd say one of the hardest things about Linux is that it is so customizable it inspires me to find a solution to issues I would've just ignored on Windows. For example:
But ig that's just my 2 cents. Really I wrote this to feel proud of myself for all the troubleshooting I've done 😭
Edit: I frfr love all yall who responded to this with genuine advice, what a great community
Here's how to fix the time issue. Problem is by default Windows saves the time to the hardware clock in local time, but Linux saves it as UTC. You can make Windows also save it as UTC by changing a registry setting:
Google how to set your windows clock to UTC. You can maybe do the reverse and set linux to localtime, but I find it much cleaner that the system clock is in UTC as it's an objective and stable standard, unlike localtime which can change with daylight savings or if your move.
There are many ways to run code at startup. cronjobs and systemd are common ways to handle this. I have also had things start automatically with my desktop environment which comes later in the boot process.
File an issue to libfprint, your fingerprint reader probably isn't supported yet.