• 2 Posts
  • 163 Comments
Joined 11 months ago
cake
Cake day: December 13th, 2024

help-circle

  • Yes, you need closed source Nvidia drivers. That’s a pretty heavily discussed topic. Basically, it’s because Nvidia refuses to open source their drivers. They’ve started open sourcing some components, which is nice, for sure, but not enough to game on. I buy AMD video cards specifically because they work really well on Linux without any work at all.

    I’m surprised you’re seeing issues on Hogwarts Legacy though. My wife and I have been playing it over the last few months on two different machines both with Bazzite and haven’t had any issues at all. We don’t use Nvidia cards, so it might be an issue with Nvidia’s drivers.





  • It’s great if you need what it offers. Otherwise, it’s simpler to set up something like Ubuntu Server.

    I use Proxmox to run my email service, https://port87.com/, because I can have high-availability services that can move around the different Proxmox hosts. It’s great for production stuff.

    I also use it to run my seedbox, because graphics in the browser through Proxmox is really easy.

    For everything else (my Jellyfin, Nextcloud, etc), I have a server that runs Ubuntu Server and use a docker compose stack for each service.


  • hperrin@lemmy.catoSelfhosted@lemmy.worldMini pc for home server?
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    17 days ago

    The Mini PC would be a lot easier. The RPi needs things to be built for ARM, and not everything is. The RPi is also slower and isn’t repairable.

    RPis are great for many things, but generic home servers aren’t one of them, unless you really need clustering for some reason (like, a Ceph cluster).












  • For most of those services, you’re looking at a few days to assemble and set up a server. For email, plan to spend the next month learning and troubleshooting.

    You can run all of that on basically any computer. If you have an old desktop, that would work great.

    Email often isn’t possible to self host because many ISPs block outbound connections on port 25. But, you can host it on some VPS providers, like DigitalOcean. The IP they give you will almost certainly have a terrible reputation and result in a lot of your mail going into people’s spam folders. So, you’ll have to spend some time contacting IP blacklist providers.

    Another option is to host the inbound SMTP servers, and handle outbound through a relay server. I’m not gonna recommend any, because I’m not too familiar with them.

    I know a fair bit about running email services, because I created and run https://port87.com/, a fairly new email service. I had to learn a lot about email to build it.