Hey Linux Newbies, Can You Share Some Resources and Tips?

0
3
Asked By CuriousCat123 On

I'm new to Linux and trying to get a grasp on the basics. I know the kernel is the core of the operating system and that the shell is essentially the terminal. Beyond that, I'm pretty lost. Can anyone recommend resources or tips for beginners? Thanks!

4 Answers

Answered By ResourceRanger99 On

I've got a great list of resources for learning Linux: [Learn by Example Linux CLI Scripting](https://learnbyexample.github.io/curated_resources/linux_cli_scripting.html). This should help get you started with command-line basics and scripting ideas. Let me know if you have any questions!

Answered By TechSavvySally On

Getting into Linux can feel overwhelming but don’t stress! The boot process and how everything interacts can seem complex, but think of the kernel as the core that manages hardware and the init program (usually systemd) as the one that gets everything started. If you want a more in-depth understanding, check out "How Linux Works" by Brian Ward—it's a solid reference. Just remember, it might not cover every distro!

HelpfulHank -

Also, here are some other sites with helpful info: [linuxsurvival.com](https://linuxsurvival.com/) and [linuxjourney.com](https://linuxjourney.com/). Just be cautious—they contain some outdated info, but they can have gems! You're gonna be fine!

Answered By VideoWizard01 On

YouTube is packed with tutorials for picking a Linux distribution! I just made a multi-distro live boot USB with Ventoy, which is a fun project. Don't hesitate to ask questions—there are no dumb ones in this community! Just keep in mind to check for more recent resources, since a lot of hard-copy guides can get outdated fast. Good luck!

Answered By TechieTommy77 On

Welcome to the world of Linux! You're right about the kernel and the shell. The good news is that you can explore Linux without needing to dive deep into all the technical bits right away. I'd recommend trying it out on a virtual machine or a live USB. It's a safe way to get your hands dirty!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.