this post was submitted on 25 Mar 2025
15 points (89.5% liked)

Linux

9503 readers
8 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

I want to start using Linux but I am not sure how to get started. I just want to set it up a server for my mvies and such. Maybe I am starting too big. I don't know. I use to think I was moderately good at computers but I feel left behind. Just looking fro advice on my first build.

you are viewing a single comment's thread
view the rest of the comments

What I always tell junior devs that want to get familiar:

  1. Find a use-case. Don't just use it because you have FOMO
  2. Run a desktop environment as your daily driver when you can. You'll learn a lot.
  3. Try installing packages first, and after you're comfortable with that, try building a project you intend to use from scratch. It's a get primer, and gives a ton of context of how software development works along with the dependency chains with the operating environment.
  4. Don't take a GUI as the "easy route" in spite of non-GUI sokutions. Get familiar with what makes the software run, and customize accordingly.