this post was submitted on 03 Sep 2024
142 points (97.3% liked)

Linux

47270 readers
2152 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
 

Ever had a question about Linux but felt too afraid to ask? Well now's your chance, ask any question about Linux, no matter how noob or repeated it is, and I and others will help answer them.

Previous noob question thread: https://lemmy.ml/post/14261893

you are viewing a single comment's thread
view the rest of the comments
[–] ptc075@lemmy.zip 4 points 1 week ago (5 children)

Could you point me to a good place to start learning how to troubleshoot? I added Unbuntu as a dual-boot to my gaming rig a while back, and when it works, it's great. But as soon as I hit an error, I drop back to Windows because I know how to fix shit there.

[–] bigmclargehuge@lemmy.world 6 points 1 week ago* (last edited 1 week ago)

First suggestion: commit to using Ubuntu for a set period of time. Could be a week, could be 2 hours. When you encounter issues, force yourself to stay on Ubuntu.

What you'll find is that at first, errors will seem like gibberish, then you'll do some snooping online, and find out how to access some log files or poke around your loaded modules. You'll slowly learn commands and what they do.

Eventually, something will click, ie; "wait a minute, I just checked to see which kernel modules are loaded, and I'm missing one that was mentioned in my error, that must mean I need to load that module at boot." You load that module, reboot, try your command again, and bam, everything works. You've learned how to troubleshoot an issue.

The best way to learn Linux is to immerse yourself in it. You can't efficiently learn German if, every time you hear a phrase you don't understand, you switch back to English, right?

load more comments (4 replies)