Goofed Home

Conversation

$$63
https://sh.itjust.works/u/CmdrShepard49 posted on Feb 18, 2026 05:52
In reply to: https://lemmy.dbzer0.com/post/63935079

I’d definitely skip this in favor of something consumer-grade. You can find used Dell Optiplexes all over the place cheap and stick a large drive inside/outside of it and use it for a couple of years.

A big old server is just going to drain your wallet on both power and parts with equal or worse performance and a lot more complexity for what 99% of home users will use it for.

It sounds like your main goal is probably a media server and an Optiplex will give you an i5 or i7 with QuickSync which works excellent for processing video. RAID isnt really necessary here because you can just download more Linux ISOs if these one are lost, though it can be great later if you buy a bunch more drives and expand into other areas where data is less replaceable.

Can’t say on access behind CG-NAT, as I haven’t ever dealt with it, but Tailscale might work as a free third-party option though that’s just a guess.

https://sh.itjust.works/comment/23834770

9 posts in conversation

$$305
https://lemmy.world/u/cynar posted on Feb 18, 2026 16:56
In reply to: https://lemmy.dbzer0.com/post/63935079

The rule of thumb with servers is * Performance * Reliability * Power usage * Noise * Size

The trick is to remember you don’t actually need much performance. A home server isn’t generally a powerful machine. What matters is that it is always there.

A raspberry pi would actually make a wonderful server. It’s power efficient, small and quiet, with enough grunt to do most jobs. Unfortunately, it falls down on reliability. Arm servers seem more prone to issues than x64 servers. Pis also seems particularly crash prone. Crashing every 3-6 months isn’t an issue for most pi usages. When it’s running your smart home, it’s a pain in the arse.

I eventually settled on a intel NUC system. It’s a proper computer (no HDD on usb etc), with a very low power draw. It also seems particularly stable. Mine has done several years at this point, without a crash.

Bigger servers are only needed when you have too much demand for a low powered option, or need specialist capabilities 247. Very few home labbers will need one, in practice.

It’s also worth noting that you can slave a powerful, but power hungry system, to a smaller, efficient one. Only power it on when a highly demanding task requires sorting.

https://lemmy.world/comment/22212392
$$368
https://thelemmy.club/u/Evil_Shrubbery posted on Feb 18, 2026 18:37
In reply to: https://lemmy.dbzer0.com/comment/24490695

Are 22TB Exos derives around 400+ monies (double the price from a year ago). 6TB are only half that? Idk even where to look for prices bcs stock is weird.

Yeah, these are dark times, evey gen things get worse instead of advancements ppl can use.

Still, keep in mind that those “nice” SAS drives are still slow & might have been in operation for 12 years.

https://thelemmy.club/comment/24819492

Conversation

$$362
https://programming.dev/u/somegeek posted on Feb 18, 2026 18:34
In reply to: https://piefed.social/comment/10171370

Great point. But to be honest I already have an emulator open 99% of the time. So there’s no particular overhead for me. But I will include your point in the update. Thank you for your time!

https://programming.dev/comment/22260778

Conversation

$$360
https://programming.dev/u/somegeek posted on Feb 18, 2026 18:33
In reply to: https://lemmy.world/comment/22185945

And most of writing of gnu and fsf are a lot of words to say “free software good proprietary software bad” for example?

That’s why we write! :) When I say “I prefer CLI and TUI over GUI” I might need to explain why. And explain when a GUI might be a better option. I write these for myself and my friends and colleagues mostly. I just happen to share them on the internet :)

https://programming.dev/comment/22260742

Conversation

$$328
https://lemmy.today/u/AmbiguousProps posted on Feb 18, 2026 17:35
In reply to: https://toast.ooo/post/12336110

You’re still going with the reposts huh? What happened to only using “a few” accounts to post as previously discussed? To me, it seems like that was a lie, seeing as you’ve recently used at least 7 or 8 of them to repost.

https://lemmy.today/comment/22352605

Conversation

$$81
https://feddit.it/u/Scrollone posted on Feb 18, 2026 06:53
In reply to: https://lemmy.ml/comment/24021850

Speaking of Nextcloud, if you use for backing up photos, have you tried Immich?

https://feddit.it/comment/18374144

4 posts in conversation

$$242
https://lemmy.dbzer0.com/u/orsetto posted on Feb 18, 2026 15:35
In reply to: https://lemmy.ml/comment/24021850

yup, desktop components are what i was originally looking for, but this is 200 euros for a lot of storage, which would be way more expensive if i were to buy it separately

https://lemmy.dbzer0.com/comment/24490380
$$327
https://lemmy.ml/u/sundaylab posted on Feb 18, 2026 17:32
In reply to: https://lemmy.dbzer0.com/comment/24490380

True. Getting a TB of storage is not affordable nowadays. And we know why. F*©k AI.

But here in Poland you can still find some used Q920 with the same specifications.

If you are located in Europe they would most likely send it even to your country.

This one would be like the one I have.

https://allegro.pl/oferta/solidny-i-kompaktowy-komputer-micro-fujitsu-q920-i5-16gb-2000-ssd-w11-praca-17993236542

https://lemmy.ml/comment/24039829

Conversation

$$116
https://piefed.blahaj.zone/u/cupcakezealot posted on Feb 18, 2026 09:42
In reply to: https://feddit.org/comment/11579571

stephen miller

https://piefed.blahaj.zone/comment/3397691

$$319
https://programming.dev/u/Feyd posted on Feb 18, 2026 17:23
In reply to: https://feddit.org/comment/11579571

Yeah! I’m scared of snakes and ss reminds me of them

https://programming.dev/comment/22259611

Conversation

$$286
https://lemy.lol/u/flork posted on Feb 18, 2026 16:29
In reply to: https://lemmy.world/comment/22016199

I see, the default docker installer for fail2ban gave me an error because “Port 80 was already in use” (by NGINX Manager).

https://lemy.lol/comment/24233189

$$317
https://lemmy.world/u/redlemace posted on Feb 18, 2026 17:19
In reply to: https://lemy.lol/comment/24233189

Fail2ban does not listen on any port for it has no user interface. No interface at all actually. It’s just a process that monitors your logfiles and changes firewall rules and writes to syslog if you tell it to.

I run it on internet facing servers so I use a ‘regular’ install and never docker. I see no advantage for docker in this case, but one huge disadvantage: Docker changes a lot on the network side. It creates bridges, and picks IP’s all by itself. I hate that. (I know you can put in a lot of effort to manage it, but no thanks stay of my network config thank you)

https://lemmy.world/comment/22212786

Conversation

$$273
https://lemmy.dbzer0.com/u/orsetto posted on Feb 18, 2026 16:00
In reply to: https://sh.itjust.works/comment/23827069

You’re the only one giving me a positive answer!

I do not mind RAID, so i won’t lose data when a drive fails (the most valuable thing will be backups, which i mean, are backups, so not that critical if i can make a new one, but even losing other data would be a bit boring). I think I’d do software RAID tho, so if the controller breaks i wouldn’t have to find the same model, which could be hard for old hardware i guess.

the other comments scared me about power consumption, so i’ll have to investigate more of it.

https://lemmy.dbzer0.com/comment/24490985

$$308
https://sh.itjust.works/u/neidu3 posted on Feb 18, 2026 17:03
In reply to: https://lemmy.dbzer0.com/comment/24490985

If you’re going for software RAID, I recommend taking it a step further and go for ZFS: If set up correctly you get all the advantages of raid6, while remaining very flexible.

https://sh.itjust.works/comment/23843992

Conversation

$$306
https://lemmy.world/u/AnUnusualRelic posted on Feb 18, 2026 16:57
In reply to: https://snac.rosaelefanten.org/tux0r/p/1771384058.564575

When you compare the number of drivers in the linux and plan9 systems, it’s not surprising.

https://lemmy.world/comment/22212395

Conversation

$$69
https://thelemmy.club/u/Quibblekrust posted on Feb 18, 2026 06:05
In reply to: https://toast.ooo/post/12315941

Alt-double-click to open Properties on a file is straight out of Windows. It’s something I really missed!

https://thelemmy.club/comment/24807619

$$94
https://midwest.social/u/sawdustprophet posted on Feb 18, 2026 07:29
In reply to: https://thelemmy.club/comment/24807619

Alt-double-click to open Properties on a file is straight out of Windows

I learned a fun new thing today.

https://midwest.social/comment/22766043
$$290
https://sopuli.xyz/u/sbeak posted on Feb 18, 2026 16:36
In reply to: https://toast.ooo/post/12315941

OCR for screenshots sounds super cool :0

https://sopuli.xyz/comment/21966209
Create New Post