• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle
  • I wouldn’t say it particularly sucks. It could be used as a powerhouse hosting server. Docker makes it very easy to do no matter the os now a days. Really though I’d say its competition is more along the lines of ampere systems in terms of power to performance. It even beats amperes 128 core arm cpu at a power to performance ratio which is extremely impressive in the server/enterprise world. Not to say you’re gonna see them in data centers because price to performance is a thing as well. I just feel like it fits right into the niche it was designed for.


  • You make good points here for the beginner however there are better alternatives and solutions for basically everything you mentioned here. The biggest I want to address is conflicts on your system. Generally running servers on metal is just outright bad practice. Containerize. Always containerize. There are lots of great options. Docker, podman, Lxc, helm, flatpak… hell. Snap if you must. Running servers on metal is generally is just asking for trouble unless the system’s entire purpose is for that. Also the cg-nat situation. Personally been behind it for a few years but it’s not a problem as long as you have a reverse proxy tunnel in place. Not a hard fix at all.



  • Yeah, I’ve been testing nouveau with NVK+zinc. Can definitely confirm that the Nvidia open source drivers are getting better and it’s happening fast. Desktop experience is nearly flawless now except quite a few games still don’t work and Nvidia specific features are disabled(cuda, rtx, dlss). AMD is def the way to go for a good experience on Linux.

    I’m just hoping to see things change seeing as Nvidia hired the nouveau maintainer and he has been contributing directly to nouveau using his Nvidia provided email here as of late.


  • Fuzzypyro@lemmy.worldtoLinux@programming.devLinux Server OSes?
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    3 months ago

    Debian is a pretty safe choice overall but and I’m sure I’m going to get downvoted like crazy but arch has been a fantastic server OS for me for a while. Debian is pretty hands off but I have some pretty unorthodox requirements/hardware setups and the combination of the wiki and such a wide range of packages supported has enabled me to use the hardware to its fullest potential. Also rolling release lts kernel is pretty dope.




  • Tons of good responses here. I’m surprised that nobody has brought up Tailscale though. It’s def the easiest vpn solution I have found. It’s got some great documentation and how to projects to get a home lab running and it’s got its own domain system baked in most of it being zero configuration. You can access mullvad vpn exit nodes straight from it, and set up those domains with ssl super easy e.g.

    sudo tailscale serve —https=443 localhost:8096

    That single command would allow any other devices connected to your Tailscale account to reach your Jellyfin using the domain “{serverhostname}.[tail-scale].ts.net” complete with a private reverse proxy and ssl cert.

    There are a few things to click around in tailscale on but it’s a extremely easy to use free application that has made my self hosted life significantly easier due to my system living behind multiple firewalls that I sadly have no control over.





  • Thank you for posting this. I gave up on the show a week ago around episode 600. Marineford legitimately felt like they spit in my face and told me my time was worthless with how many cuts of “he’s almost there”. The show looks like it gets interesting again afterwards but Marineford legit just sucked the will out of me to continue watching. I was thinking of looking up a fan edit to just get the cliff notes and this is perfect!


  • If you don’t purchase from carriers then there are lots of options out there. Fair phone makes a pretty decent phone new phone, pixel is great after you degoogle it. Older one plus phones are generally a steal. If you wanna get really adventurous (test bleeding edge totally free software with no restrictions) there’s the pinephone. Just be warned that one is straight up unusable as a daily driver imo. There are tons of great options if you purchase through channels other than carriers. What just sucks is phones that you would typically buy that would be unlocked are no longer unlocked if your only choice is through a carrier. I even remember a while back some phones would lock their bootloader when you brought your unlocked phone to their network if they sold a equivalent version of the device. I haven’t seen that in nearly 10 years though and I think it had something to do with oversight on manufacturers behalf and poor choice of distribution of firmware.



  • I love Jami, that being said it has one massive problem. In order for it to be usable on local networks you need to either port forward the peer to peer port, set up a proxy relay or use the proxy relay that Jami provides. That’s not a big deal to set up or make any of those changes but they are things that need to be done. There is no real warning about it and when you are using mobile it works just fine due to cg-nat so the problem ends up seeming intermittent. Like I said I love Jami but I don’t think it will ever really be a contender for a mainstream chat platform unless they make some pretty big changes to how relays are handled or become more transparent about this particular problem in the setup process.

    That being said… Matrix is pretty rad. Like really really rad. Go look at that. It feels a lot more like a federated chat service because it is designed from the ground up to be that. Plus interoperability with clients is cool. Plus if you set up your own server then you can add bridges to sync all of your accounts to use matrix so that you don’t have to force anyone to leave their respective platforms and you can have one unified repository for all of your messaging. Basically means you get to use what you want and other people can use what they want. Go look at it now. Go on git.

    https://matrix.org/


  • I think something that a lot of the comments are missing here is the fact that threads, Instagram and Facebook all have been migrated from individual accounts to ‘meta’ accounts. I’m certain that we will see this happen with many platforms unless there is a serious shift in data protection laws. I don’t personally think it’s great that it’s the case but that’s just how it is. The meta platform is quite similar to how google migrated YouTube users to google accounts way back in the day. This monolithic structure ensures that they can keep your user data in a more streamlined database. From a sys admin and a business perspective it makes a lot of sense. From a user who doesn’t care and already uses all of those services perspective it makes a lot of sense. From a privacy conscious user perspective it makes no sense. Then again metas platform is in no way for the user who cares how their data is being handled.

    I guess another perspective is talking about interoperability. It kind of feels like they are taking the web3 (I know it’s a loaded term) approach but instead of applying it in a way that allows free development and communication in a way that basically pulls from decentralized/distributed databases you instead get a centralized monolithic model that creates interoperability within their own walled garden.