this post was submitted on 29 Oct 2025
96 points (99.0% liked)

Selfhosted

61808 readers
723 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Or asked the other way around: How long do you keep your servers running without installing any software updates?

update means something like

sudo dnf update

or something ....

apt-get upgrade
apt-get update
you are viewing a single comment's thread
view the rest of the comments
[–] sneezycat@sopuli.xyz 17 points 10 months ago* (last edited 10 months ago) (3 children)

Well, one of the reasons I'm using debian on my server is so I can kinda forget about it...

I'll update maybe once a month, or every couple months. I don't always restart though, so my kernel is probably a bit behind :'D

[–] eksb@programming.dev 7 points 10 months ago (1 children)

I use Debian stable and subscribe to the debian-security-announce mailing list, so I update each time I get an email from it.

[–] amju_wolf@pawb.social 1 points 10 months ago

This is the way. (At least for a server)

[–] PlanterTree@discuss.tchncs.de 4 points 10 months ago* (last edited 10 months ago)

lol. Same issue for me. I run it for months, and surprisingly (for me) nothing breaks at all.

But fucking ssh shows warnings regarding some "post quantum crypto" stuff; recommending software update, that was not there before lol.

[–] atzanteol@sh.itjust.works 4 points 10 months ago (1 children)

That's... Not how it works.. Debian is "stable" not "secure". You use Debian so that is easier to run updates frequently since they'll be unlikely to break things.

[–] sneezycat@sopuli.xyz 0 points 10 months ago (2 children)

If I wanted to run updates frequently I would run arch lmao. Even if I did apt update every day, debian stable doesn't get that many updates.

I could just run auto-update but meh.

[–] atzanteol@sh.itjust.works 3 points 10 months ago (1 children)

If I wanted to run updates frequently I would run arch lmao. Even if I did apt update every day, debian stable doesn’t get that many updates.

You're not updating for features you're updating for bug and security fixes. That's why Debian stable doesn't have many updates. But the ones they do are typically important.

[–] sneezycat@sopuli.xyz -2 points 10 months ago (1 children)

Yeah, I know. Until I get ransomware'd and my nudes leaked, I won't care 💅🏻✨

[–] atzanteol@sh.itjust.works 2 points 10 months ago (1 children)
[–] sneezycat@sopuli.xyz -1 points 10 months ago

I guess people smoke because they don't know smoking causes cancer ;3

[–] lastweakness@lemmy.world 1 points 10 months ago (1 children)

Are you talking about desktop use?

[–] sneezycat@sopuli.xyz 1 points 10 months ago

No, my home server. My desktop and laptop both have arch, because I do interact with them more often.