There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

2xsaiko , in What distro do you use for your servers?
@2xsaiko@discuss.tchncs.de avatar

I run NixOS. It (or something like it, with a central declarative configuration for basically everything on the system) is imo the ideal server distro.

gomp ,

I think I can sense your love/hate relationship with nixos from here :) you are not alone

2xsaiko ,
@2xsaiko@discuss.tchncs.de avatar

Very true haha. NixOS is great and the best I’ve got right now but I would lie if I said it has never been painful.

Especially for desktop use I want to build my own distro which takes a lot from NixOS, mostly in terms of the central configuration but not much else (I definitely want a more sane package installation situation where you don’t need stuff like wrapper scripts which are incredibly awful imo), but also other distros, and also with some unconventional things (such as building it around GNUstep). But who knows if that ever gets off the ground, I have way too many projects with enormous scale…

data1701d , in I don't know what to pick.
@data1701d@startrek.website avatar

AMD unless you’re actually running AI/ML applications that need a GPU. AMD is easier than NVidia on Linux in every way except for ML and video encoding (although I’m on a Polaris card that lost ROCm support [which I’m bitter about] and I think AMD cards have added a few video codecs since). In GPU compute, Nvidia holds a near-dictatorship, one which I don’t necessarily want to engage in. I haven’t ever used an Intel card, but I’ve heard it seems okay. Annecdotally, graphics support is usable but still improving for gaming. Although its AI ecosystem is immature, I think Intel provides special Tensorflow/Torch modules or something, so with a bit of hacking (but likely less than AMD) you might be able to finagle some stuff into running. Where I’ve heard these shine, though, is in video encoding/decoding. I’ve heard of people buying even the cheapest card and having a blast in FFMPEG.

Truth be told, I don’t mess with ML a lot, but Google Colab provides free GPU-accelerated Linux instances with Nvidia cards, so you could probably just go AMD or Intel and get best usability while just doing AI in Colab.

tabular , in The Open Source Computer Science Degree
@tabular@lemmy.world avatar

If the Computer Science Degree is open source that means I can redistribute it.

MoogleMaestro , in What distro do you use for your servers?

I’m currently using debian with Docker.

If I were to do it again, though, I’d probably just use either fedora or the server equivalent to silverblue (I can’t remember the name). I am so heavy on docker use at this point that I wouldn’t mind going full immutable.

data1701d , in The Best way to switch to Linux is to NOT
@data1701d@startrek.website avatar

I semi-agree. I did that, switching to Inkscape, Firefox, and LibreOffice in the weeks before I realized I should just make the switch. What actually helped me get the experience though was running various distros in VirtualBox, which I’d done in various forms since 2017 or so starting with Ubuntu 16.04, then going through each subsequent version up to 20.04, trying (and ultimately using as a main VM) Debian Buster, Bullseye and Bookworm (Testing at the time). In the final few weeks of daily-driving Windows, I did some VM distrohopping with Arch and NixOS before ultimately choosing Debian Bookworm Testing for my first bare metal install on my main device (it was originally intended as a test to see how I would do things if I did transition to Linux before it just turned into my main distro. On an unrelated note, I had installed Debian on an old Fujitsu Lifebook before then.). That Testing install has survived to the present day and is currently on Trixie.

bl_r , in What distro do you use for your servers?

I have tons of experience with enterprise linux, so I tend to use Rocky linux. It’s similar to my Fedora daily driver, which is nice, and very close to the RHEL and Centos systems I used to own.

You are slightly mistaken with your assumption that debian is insecure because of the old packages. Old packages are fine, and not inherently insecure because of its age. I only become concerned about the security implications of a package if it is dual use/LOLBin, known to be vulnerable, or has been out of support for some time. The older packages Debian uses, at least things related to infrastructure and hosting, are the patched LTS release of a project.

My big concerns for picking a distro for hosting services would be reliability, level of support, and familiarity.

A more reliable distro is less likely to crash or break itself. Enterprise linux and Debian come to mind with this regard.

A distro that is well supported will mean quick access to security patches, updates, and more stable updates. It will have good, accurate documentation, and hopefully some good guides. Enterprise linux, Debian and Ubuntu have excellent support. Enterprise linux distros have incredible documentation, and often are similar enough that documentation for a different branch will work fine. Heck, I usually use rhel docs when troubleshooting my fedora install since it is close enough to get me to a point where the application docs will guide me through.

Familiarity is self explanatory. But it is important because you are more likely to accidentally compromise security in an unfamiliar environment, and it’s the driving force behind me sticking with enterprise linux over Nixos or a hardened OpenBSD.

As a fair word of warning, enterprise linux will be pretty different compared to any desktop distro, even fedora. It takes quite a bit of learning, to get comfortable (especially with SELinux), but once you do, things will go smoothly. you can also use a pirated rhel certification guide to learn enterprise linux

If anything, you can simply mess around in a local VM and try installing the tools and services needed before taking it to the cloud.

ginza , in What distro do you use for your servers?

My server is running headless Debian. I run what I can in a Docker container. My experience has been rock solid.

From what I understand Debian isn’t less secure due to the late updates. If anything it’s the opposite.

robinj1995 , in What distro do you use for your servers?

CentOS Stream 8. Which I regret. Because they ended support without upgrade path.

gomp ,

I thought you could still go Centos Stream 9?

Anyway, I’m pretty sure almalinux-deploy allows migration from Centos Stream 8… it’s your second chance to be done with fickle management decisions from RedHat/IBM: don’t miss it this time :)

Telodzrum , in NAS Server OS/Software Suggestions

Unraid is as simple as they come and it has some features that don’t exist in normal RAID setups.

Johnny123123 , in What distro do you use for your servers?

You don’t wanna use rolling release distros trust me, the whole point of server is automation and less maintenance. I got couple personal servers running, after things i need got setup and all of them running at a decent capacity, i just turn them on and never worry about them. Old package and software doesn’t necessarily mean less security, quite opposite actually, i suggest you take a look at how stable distros distribute their software, such as Debian. For a Debian package becomes stable, it has to go through several stages, experimental, unstable, testing, and finally stable, that’s why their packages are old, and because they are old, they are secure. It might be quite opposite than what you expect.

Mostly i use Debian for my personal servers, some of them are stable and some of them are testing, because of Podman’s new feature Quadlet. Honestly many features of Debian feel really old, like APT’s source list, preferences, and the way to deal with unattended upgrades. It’s kinda hard to get it at first and it’s easy to shoot yourself in the foot, especially many people tend to unintentionally mix and match packages from different suites for new software. But once you get comfortable with it things just work.

As my experience, no matter what distros i use, the worst distros are always those that i don’t understand and in a hurry to put them into production. Just pick one popular server distro and learn the ecosystem, you will find out what distros you like really soon.

Revan343 , in What distro do you use for your servers?

Always Debian. I’m most comfortable in an environment with apt, and that’s even more important on a server

data1701d , in Random thought: Linux has a higher market share than Firefox if stat counter is to be believed
@data1701d@startrek.website avatar

On a random note, I once talked about Firefox with a friend, and he texted me a few weeks later about trying it. More successful than my Linux spreading, although part of it was he used a Surface and having gone through the pain on my Surface Go myself, I wasn’t sure I could impart that suffering to someone else.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines