Goofed Home

Linus Torvalds and friends: how Linux evolved from solo act

$$536
https://toast.ooo/u/cm0002 posted on Feb 19, 2026 03:46

If you know anything about Linux’s history, you’ll remember it all started with Linus Torvalds posting to the Minix Usenet group on August 25, 1991, that he was working on “a (free) operating system (just a hobby, won’t be big and professional like gnu) for 386(486) AT clones.” We know that the “hobby” operating system today is Linux, and except for PCs and Macs, it pretty much runs the world.

Did you ever wonder, though, how it went from being one person’s project to being a group effort? I knew most of the story because I’d been using Linux since 1993. But I thought I’d ask Linus, and some of the early Linux developers.

https://toast.ooo/post/12348202

Word Count Linux: 1

$$1470
https://lemmy.zip/u/sefra1 posted on Feb 20, 2026 09:18
In reply to: https://lemmy.ca/comment/21788479

Did a quick search it seems that it’s called Shatner light. Very cool.

https://lemmy.zip/comment/24766035
$$1864
https://lemmy.world/u/bampop posted on Feb 20, 2026 20:46
In reply to: https://sh.itjust.works/comment/23860395

Even when it’s running Windows, you’re free to install Linux whenever you want. When that’s no longer true is when it stops being a PC imo

https://lemmy.world/comment/22256563

ArrMatey, an app to manage your Arr stack from your phone

$$554
https://thebrainbin.org/u/osanna posted on Feb 19, 2026 06:29

An app to manage your Arr stack from your phone for iOS and Android.

https://thebrainbin.org/m/selfhosted@lemmy.world/t/1430940

$$2219
https://piefed.social/u/immobile7801 posted on Feb 21, 2026 04:06
In reply to: https://programming.dev/comment/22273255

You could use obtanium, which is on fdroid.

https://piefed.social/comment/10228074
$$2360
https://lemmy.world/u/SpatchyIsOnline posted on Feb 22, 2026 00:13
In reply to: https://thebrainbin.org/m/selfhosted@lemmy.world/t/1430940

How does this compare to Jellyseer?

https://lemmy.world/comment/22275779

Caddy reverse proxy fails with a login page

$$144
https://lemmy.umucat.day/u/xavier666 posted on Feb 18, 2026 11:34

Hello all,

I figured that a chunk of the selfhost community is using Caddy, so decided to post my query here. I am a novice in Caddy, so I might be saying some incorrect terms.

Some information - The router and the host running Caddy, are different machines - The router page is running HTTP, but I am accessing it via HTTPS through Caddy - Caddy is running via Docker.

I have a couple of services running on a host, so I access them via Caddy’s reverse proxy. Now I am also trying to access my router login via the same reverse proxy. This is what the router entry in the caddyfile looks like

.
.
{
    local_certs
}
login.router.lan {
	reverse_proxy 192.168.1.1:80
}
.
.

With this entry, I can access the login page. However, when I enter the password, I feel like it’s attempting to login but then it just comes back to the original login page. When I access it directly, the login is successful. I also have Pihole running and the Pihole login process works fine. So I suspect that the router login page is expecting some extra information from Caddy to forward it to the login page.

After some searching online and some LLM wrangling, I figured it’s some cookie issue or my login page is expecting a certain host.

What should I add to my Caddyfile so that the login redirect works?

https://lemmy.umucat.day/post/944149

$$407
https://lemmy.world/u/irmadlad posted on Feb 18, 2026 19:50
In reply to: https://feddit.org/comment/11594827

Semi related, you can check the validity of Caddy entries into the caddyfile:

  • sudo caddy fmt --overwrite /etc/caddy/Caddyfile
  • caddy validate --config /etc/caddy/Caddyfile

Where /etc/caddy/Caddyfile points to your caddyfile.

https://lemmy.world/comment/22215276
$$599
https://lemmy.umucat.day/u/xavier666 posted on Feb 19, 2026 09:58
In reply to: https://feddit.org/comment/11594827

I have tried this, but unfortunately, it did not work. I have tried this suite of commands

login.router.lan {
    reverse_proxy 192.168.1.1:80 {
        # Preserve original host and scheme
        header_up Host {upstream_hostport}
        header_up X-Forwarded-Proto {http.request.scheme}
        header_up X-Forwarded-Host {http.request.host}
        header_up X-Forwarded-For {http.request.remote.host}

        # Keep cookies intact
        header_up Cookie {http.request.header.Cookie}
        header_down Set-Cookie {http.response.header.Set-Cookie}

        # Preserve Origin/Referer for CSRF tokens
        header_up Origin https://{http.request.host}
        header_up Referer https://{http.request.host}{http.request.uri.path}
    }
}

Info: My caddy uses HTTPS but the router login page is HTTP. Not sure if this is relevant.

https://lemmy.umucat.day/comment/2390507

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

$$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

$$123
https://thebrainbin.org/u/osanna posted on Feb 18, 2026 10:01
In reply to: https://piefed.blahaj.zone/comment/3377575

on the plus side, when the my butt bubble pops, hardware will be soooooo cheap

https://thebrainbin.org/m/selfhosted@lemmy.world/t/1424486/-/comment/10036678

Conversation

$$122
https://thebrainbin.org/u/osanna posted on Feb 18, 2026 09:59
In reply to: https://lemmy.zip/comment/24708501

do NOT open SMB to the internet. You will get crypto’d in minutes. Just a warning for any newbs coming here.

https://thebrainbin.org/m/selfhosted@lemmy.world/t/1424486/-/comment/10036664

Conversation

$$86
https://thebrainbin.org/u/osanna posted on Feb 18, 2026 07:06
In reply to: https://lemmy.world/comment/22196465

yup. I was using my old desktop as a server. Thankfully though, it has 32GB RAM and a 8 core CPU.

https://thebrainbin.org/m/selfhosted@lemmy.world/t/1427229/-/comment/10035277

Create New Post