this post was submitted on 09 Sep 2023
34 points (97.2% liked)

Linux

45595 readers
668 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
34
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

edit: I like matrix.io more than discord. I will try to stick with matrix.io but yeah, discord has more people in it though :(

I have many general questions I would like to throw at people about Linux, these don't require the attention of a post. So, are there any good Linux chat rooms out there? Discord is ok, Telegram or any other open-source or partially open-source service with good interaction is better.

rant: I don't realize why some people hate Telegram so much, it's far better than whatsapp and more widespread than other Chatrooms and Servers. And I like the privacy I get on Telegram. I can send a message to anyone without them knowing who I am! That's amazing!

Thank you for your help!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (2 children)

I think you can search for discord servers in the web/desktop app, can't you? I'm on mobile at the moment and don't see it in the app. I feel like I've done it before though.

Ordinarily I look for something more specific about what I'm trying to do.. For self hosting stuff, the kubernetes@home thing is solid. The cncf server is great too. If that's not you jam though obviously it won't help.. For me personally, kubernetes is basically just a modern implementation of a Linux distro. Obv ymmv.

[–] [email protected] 3 points 10 months ago (1 children)

I've never heard of k8s described as a modern implementation of a Linux distro. What makes you say that?

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago)

Obviously only talking about user space here.. Kube doesn't have any ambitions to manage kernel drivers or whatever (at least not until eBPF gets wider adoption).

Basically though, they have the same goals. To run programs and manage network communications. Kube does this in an extremely flexible way and it allows you to tolerate failures much more gracefully than the old ways. It's nowhere near appropriate as a replacement for a desktop distribution though.. I'm talking about the server world.

The way kube works is really just a beautiful thing to see and I never want to manage a server the old way again if I can avoid it. The wider infrastructure industry is all moving in this direction and the overwhelming bulk of open-source development effort is going into cloud native tooling.. The CNCF landscape map alone shows how huge of an explosion is occurring right now.. It's an exciting time to be involved.