this post was submitted on 07 Sep 2024
196 points (82.5% liked)

Linux

47287 readers
1676 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
you are viewing a single comment's thread
view the rest of the comments
[–] allywilson@lemmy.ml 26 points 1 week ago (2 children)

Wasn't there some controversy about this that it wasn't entirely open-source?

[–] dethada@lemmy.zip 10 points 1 week ago (1 children)

they have a pro server with more features that’s closed source and paid

[–] GolfNovemberUniform@lemmy.ml 3 points 1 week ago (2 children)

But why do you need a server for such a program? Can't it be P2P or with the server stuff running on the client machine?

[–] Kazumara@discuss.tchncs.de 10 points 1 week ago

The server is used for hole punching, to open up a P2P connection thorugh NATs and Firewalls. If it doesn't work the server also relays the traffic between the clients.

Getting an end to end connection through todays internet is unfortunately not easy for an average user.

[–] dethada@lemmy.zip 6 points 1 week ago* (last edited 1 week ago) (1 children)

Theoretically, without the server, every time you want to connect to a peer you would have to figure out what's their public IP address is, which can change. The server acts as a middleman between the peers so you dont have to do this manually, all peers only need to know the server's IP address to connect to each other. The server is really only used for this initial linking up of peers, afterwards the connection is P2P (if possible, they fall back to a relay server if P2P fails).

[–] semperverus@lemmy.world 1 points 6 days ago

It'd be great if they implemented the same identity encryption/obfuscation that Signal uses but for the IPs.

[–] BCsven@lemmy.ca 1 points 1 week ago

Binary blobs i thought