this post was submitted on 25 Jul 2023
64 points (94.4% liked)

Linux

48317 readers
705 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've come across Red Hat allot lately and am wondering if I need to get studying. I'm an avid Ubuntu server user but don't want to get stuck only knowing one distro. What is the way to go if i want to know as much as I can for use in real world situations.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] nik282000@lemmy.ml 2 points 1 year ago (1 children)

Company I'm at runs Windows server. Kill me.

load more comments (1 replies)
[–] ulu_mulu@lemmy.world 2 points 1 year ago

I work for a big enterprise, we have RHEL on all our Linux servers save for a few that are SuSe for SAP.

[–] clmbmb@lemmy.dbzer0.com 2 points 1 year ago

I work at a big company: most of our customers are using RHEL when they use Linux. There are some customers that use SUSE for SAP workloads, but these are about 10% of all linux VMs.

[–] IphtashuFitz@lemmy.world 2 points 1 year ago

Started with RHEL years ago, migrated to CentOS to get away from the license fees etc. Have since moved to Amazon Linux since we subsequently migrated everything to AWS.

[–] art@lemmy.world 2 points 1 year ago (1 children)

A lot of my clients were using CentOS. Not sure what'll happen next now that Red Hat killed CentOD.

[–] pchem@feddit.de 2 points 1 year ago

I've seen some organisations move from CentOS to Rocky Linux.

[–] agilob@programming.dev 1 points 1 year ago

Most likely debian or debian-distroless

[–] enfluensa@ttrpg.network 1 points 1 year ago

My current job is all Ubuntu LTS, my job before that was all CentOS, and my job before that was a mixture of Debian and FreeBSD.

[–] NixDev@programming.dev 1 points 1 year ago

Mostly cost. We used to run a lot of Oracle databases and they have become extremely expensive to keep running. So we are migrating to PostgreSQL. The servers were getting migrated to CentOS but now that RedHat fucked that distro we are going back to RedHat. Part of that deal is switching from chef to Ansible. So to save costs we are consolidating to a single vendor.

[–] dark_stang@beehaw.org 1 points 1 year ago (1 children)

I think Ubuntu is the most popular distro in the cloud, at least based on cloud provider metrics. Dockerhub shows like 30 million downloads a week for it regularly, which is a lot compared to most images. Debian would be good to learn as that's what Ubuntu is based on and all the major software with will probably target it. Alpine is good to learn as it's super slim, tends to be used for containers a lot.

[–] Parallax@kbin.social 1 points 1 year ago (1 children)

I don't use Linux at work (I wish I did), but I default to Ubuntu Server for at-home Docker needs. I might switch to plain Debian at some point.

[–] Haui@discuss.tchncs.de 1 points 1 year ago (3 children)

I recently finished reading a good docker book. They explained why alpine is so great to use: its like 16 MBs or something. I deployed a Minecraft server with it just for fun. Pretty cool. Shrunk the image a good 15 percent from a debian version I believe. Check it out if you want. Have a good one.

[–] CAPSLOCKFTW@lemmy.ml 1 points 1 year ago

You're absolutly right, but this is about host os, not container os

load more comments (2 replies)
[–] kylostillreigns@lemmy.world 1 points 1 year ago

For learning system administration, I think Cent OS Stream can be a great choice. Not because it offers something special than others but because it would familiarize you with the RHEL/Fedora family and in my experience majority of enterprise-servers are using one of its family members, be it RHEL, the former CentOS, Oracle Linux, Amazon Linux or some other variant.

[–] nicman24@kbin.social 1 points 1 year ago (5 children)

i dont get why people do not just use debian. especially if they got their own it person / support

load more comments (5 replies)
[–] lemmy@lemmy.stonansh.org 1 points 1 year ago (1 children)

So what are the biggest differences. Or is it mostly the same? Also thanks for the responses!

load more comments (1 replies)
[–] biscuits@lemmy.sdfeu.org 1 points 1 year ago

I was working as a DWDM technician sometime ago and IIRC most of DWDM hardware (or at least the Infinera ones, as I had used those the most) were actually running on Gentoo, which was kinda surprising for me.

But in "regular" environments I have mainly seen Ubuntu or Debian.

[–] DukeMcAwesome@lemmyrs.org 1 points 1 year ago

At work: Alpine-based docker containers. Flatcar Container Linux for host VMs.

Personally: Ubuntu Server. Some alpine docker containers.

[–] elvis_depresley@sh.itjust.works 0 points 1 year ago (1 children)
[–] letbelight@lemmy.ml 2 points 1 year ago

For production server? No. mostly NixOS is for desktop.

Ansible cover what nixOS doesn't in Debian/RHEL space, and it's idempotent and better than nixOS config. Unless they change their approach for server, I don't see any way in near future it will be massively adopted.

load more comments
view more: ‹ prev next ›