Yes, in that case the dependence is quadratic, a special case of polynomial
- 1 Post
- 23 Comments
‘Exponential’ is not the term you’re looking for here
ftbd@feddit.orgto
Selfhosted@lemmy.world•Why isn't using a key file the most common way to log into self-hosted servers?English
6·2 months agossh is a protocol that is used to log in to a computer remotely. Servers are usually administrated not by plugging a keyboard and monitor into the server, but from another machine via ssh. You can configure ssh to allow login with the same username+password you would use locally, but it is common practice to only allow authentication with an ssh key.
ssh keys allow for much higher entropy like you suggested. They are also asymmetric, and the private key can be password-protected or stored on a smartcard.
ftbd@feddit.orgto
Selfhosted@lemmy.world•Why isn't using a key file the most common way to log into self-hosted servers?English
21·2 months agoHave you heard of ssh keys?
ftbd@feddit.orgto
Selfhosted@lemmy.world•Plex’s crackdown on free remote streaming access starts this week - Ars TechnicaEnglish
482·3 months agoImagine hosting a software on your own hardware and still choosing the one that makes you dependent on the whims of a corporation lmao
ftbd@feddit.orgto
Selfhosted@lemmy.world•FFS Plex, the server is on my local networkEnglish
1·5 months agoThat’s how you know it’s valueable! I don’t want some crappy product they give away for free. \s
ftbd@feddit.orgto
Selfhosted@lemmy.world•Making a custom pc case for my next home serverEnglish
2·6 months agoSeems fun, but is this case really gonna sit somewhere you actually see it? That seems awfully noisy when you add a few hard drives.
A router is not a network switch is not a wireless access point. Using the machine as a router works with one ethernet port.
I would still not recommend this approach, as your network will be unusable when this machine goes down.
Just
git restorethat shit
ftbd@feddit.orgto
Technology@beehaw.org•Elon Musk’s Grok Is Calling for a New Holocaust
22·8 months agoBut it means that such machines should not be live on twitter. Unless whoever runs twitter and this bot wants fash content on there.
ftbd@feddit.orgto
Selfhosted@lemmy.world•Encrypting without full disk encryption questionEnglish
5·9 months agoIf you find an encrypted drive, it’s extremely unlikely you can recover anything from it. If there is no LUKS header, it’s pretty much impossible.
ftbd@feddit.orgto
Selfhosted@lemmy.world•Plex now want to SELL your personal dataEnglish
4·9 months ago+1 for Jellyfin!
ftbd@feddit.orgto
homeassistant@lemmy.world•Home Assistant - Deprecating Core and Supervised installation methods, and 32-bit systemsEnglish
91·10 months agoWhat turns me off is software that insists on running with unreasonable privileges. Rootless podman containers are the way to go – you can decide the privileges of the user account running the container, and the container image is inspectable (and tweakable if you find something you don’t like). And for the devs, maintaining (just) a container image is way less overhead than managing distribution-specific packages for 5 different package managers and dozens of distributions
I’d say NixOS is great for servers, mostly. Only having to worry about certain things (secure boot with custom keys, FDE, partition layout, network, sshd, firejail, etc.) once, and then replicating the same setup on another machine is waaay more convenient than going “I wonder what I was thinking when setting up this machine” once in a while when looking at some machine again you haven’t touched in some time. When it comes to desktop usage, the whole thing does not feel as magical - configuring system options in e.g. KDE is still a lot of clicking around in a GUI. I still use it for my desktop machine, just so I don’t have to think about another distro.
deleted by creator
You just made my day, kind internet person! That’s exactly the holy grail setup I’ve been looking for for the last couple of months. Will try it out as soon as I can!
These containers are running on various servers I have at home, not on a desktop machine. I use podman as an alternative to docker, because it’s fully libre and does not require running containers as root. To be honest, I’ve never thought about running flatpak containers for these kinds of services – do you have a setup like this that you want to share?
ftbd@feddit.orgto
Selfhosted@lemmy.world•Synology could bring “certified drive” requirements to more NAS devicesEnglish
27·11 months agoDon’t get me wrong, I don’t support this. But I can see how the suits at Synology could come to the conclusion that this is a great idea
ftbd@feddit.orgto
Selfhosted@lemmy.world•Synology could bring “certified drive” requirements to more NAS devicesEnglish
718·11 months agoPeople who buy overpriced “solutions” instead of taking the time to configure a PC seem like exactly the crowd to enjoy a closed ecosystem (see apple)
I have my AP connected with a trunk link and configured to offer different SSIDs for different VLANs. I connect IOT devices to the IOT WiFi, and home assistant can see them since the machine running it is connected to that VLAN as well. Apart from the initial setup, this feels like less of a hassle, as firewall rules are already set up for this VLAN (no connection to internet or other VLANs). If I had to manually make sure that every new IOT device I add is incapable of talking to the internet, I think I’d go mad.