this post was submitted on 09 Jan 2025
49 points (88.9% liked)

Linux

8415 readers
241 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
 

Dipped my toes into Linux maybe 10 years ago. It was awful and turned me off of it. Also the fact that I occasionally have to deal with some bespoke bullshit distro at work that does nothing that literally any tutorial I google says it will.

But I finally gave it another shot. Girlfriend got a smart TV. I got sick of ads. I had an old Intel nuc laying around that I bought for a dedicated DDR machine but it didn't go great, so I stuck dietpi and pihole on it. Was still a mild clusterfuck and had dozens of open tabs trying to figure out what was breaking, but by 5am I had pihole configured and running, a plex server set up, and a desktop. Today I got the ftp server up so I can move stuff into plex without messing with flash drives. Still haven't figured out desktop through ssh but that's a later problem.

Bad news is youtube ads come from the same domain as the videos so pihole is useless there, but I'm still having fun and very excited about what I can do with a cheap piece of hardware I thought was useless. For the next project I'm thinking maybe trying to de-google my Google home minis and have a locally hosted assistant, but that would probably take a ton of research beforehand.

Suggestions, encouragement, and harassment welcome.

you are viewing a single comment's thread
view the rest of the comments
[–] Alphane_Moon 8 points 1 day ago (1 children)

Raspberry Pi is IMO an excellent tool for learning Linux (particularly CLI, you honestly don't need a UI for the computer itself) in a low risk environment while also allowing you to build some really useful services (NAS, Pi-Hole, media-server).

[–] [email protected] 2 points 1 day ago* (last edited 1 day ago)

Mine runs basically everything in my apartment (Home Assistant), I dumped my antique Synology DiskStation and run Samba + an array of hard drives for NAS (synced offsite of course).

I was a bit leery of running NAS on top of everything else, but this is a Raspberry Pi 4 with a ton of services running on it and it’s still pretty idle. arm64 is a powerhouse (my router is a nanoPi R6S too). Also for context I run Alpine Linux so it’s as barebones as I need it to be.