this post was submitted on 17 Jun 2024
146 points (96.2% liked)

Linux

53684 readers
483 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
all 44 comments
sorted by: hot top controversial new old
[–] possiblylinux127@lemmy.zip 30 points 10 months ago (2 children)

Hey! This is a Linux community

[–] jaypatelani@lemmy.ml 39 points 10 months ago (4 children)

That's why I shared here. Because BSD community already running BSD :)

[–] rickyrigatoni@lemm.ee 28 points 10 months ago (1 children)

The audacity. Do YOU see US going into windows communities to shill linux?

Oh. Yeah. Carry on then.

[–] jaypatelani@lemmy.ml 3 points 10 months ago (1 children)

Look if you go to Windows community which is not similar to Linux/Unix like system it's bad on you. But BSDs and Linux are very similar in design philosophy and are dependent on each other. While windows is different thing of its own.

[–] poki@discuss.online 3 points 10 months ago (2 children)

But BSDs and Linux are very similar in design philosophy and are dependent on each other.

Interesting. Would you mind elaborating on the bold parts? Thank you in advance :D !

[–] jaypatelani@lemmy.ml 2 points 10 months ago (2 children)

Sorry for my wording. What I meant was While BSD and Linux are not dependent on each other, they do share a common Unix heritage and have influenced each other over the years.

[–] poki@discuss.online 2 points 10 months ago

That makes a lot more sense. Thank you for clarifying!

[–] HumanPerson@sh.itjust.works 2 points 10 months ago* (last edited 10 months ago)

Frequently software developed for one is commonly used on the other, such as openssh, iirc.

[–] balder1993@programming.dev 2 points 10 months ago

I think when it comes to tooling, some Linux tools are actually BSD software that works because of POSIX compliance. An example is OpenSSH.

[–] ndonkersloot 9 points 10 months ago

Thank you, i've never used a BSD variant myself but am a long time Linux user. Very curious to the next posts!

[–] jjlinux@lemmy.ml 0 points 10 months ago

Now, where did I put that Katana?🤔

[–] jet@hackertalks.com 13 points 10 months ago

Sometimes we need to talk about grandpappy.

[–] just_another_person@lemmy.world 18 points 10 months ago (2 children)

BSD will always be faster. That's a given. It is not flexible, however. It has a very specific purpose. This is why Apple chose this as the origin for OS X, which has now been bastardized to an unrecognizable variation, but if you check the main kernel, will still read as DragonFlyBSD.

[–] IllNess@infosec.pub 30 points 10 months ago (1 children)

BSD might be faster but companies choose BSD because the BSD License is much more flexible than the Linux General Public License. Apple was even able to create their own license, the APSL. They would not be able to do that using Linux.

[–] wildbus8979@sh.itjust.works 15 points 10 months ago* (last edited 10 months ago) (1 children)

While that is true, the question is whether that's a good thing, or not, and for whom.

[–] biribiri11@lemmy.ml 10 points 10 months ago* (last edited 10 months ago)

It’s a good thing for the owners of the codebase, but often, a bad thing for the community (even if the community contributes to said codebase).

For example, FOSS maintainers sometimes will (want to) relicense to protect their income stream:

https://github.com/CaffeineMC/sodium-fabric/issues/2400

https://github.com/LizardByte/Sunshine/pull/150

While corporations might literally have maintainers sign away their rights so they can take the work from their own community:

https://lwn.net/Articles/937369/ (canonical requires a CLA, though this + the subsequent re-license might have happened anyway)

https://lwn.net/Articles/935592/ (RPM spec files are MIT licensed at the Fedora level. There are likely chnages to RPM files contributed by the community that are now source-restricted in RHEL)

https://networkbuilders.intel.com/docs/networkbuilders/accelerate-snort-performance-with-hyperscan-and-intel-xeon-processors-on-public-clouds-1680176363.pdf (See section 2.2. Previously, this work was BSD)

Mixed bag, really.

[–] ducking_donuts@lemm.ee 6 points 10 months ago (4 children)

Faster in what sense? Would you kindly point me to the benchmarks used? It’s easy to find the opposite results so I’m curious.

[–] just_another_person@lemmy.world 7 points 10 months ago* (last edited 10 months ago) (2 children)

Smaller footprint in general, compiled as one (not multimodal kernel+extensions), simpler security models, and simpler init system. All of these will make it snappier out of the box than Linux, just not in the ways you'd want, say, a desktop to be faster.

This just dropped as well. You can see where the differences are: https://www.phoronix.com/review/bsd-linux-threadripper-7980x

[–] ducking_donuts@lemm.ee 1 points 10 months ago

That makes some sense I suppose. What was it about DragonFlyBSD and macOS kernel?

[–] biribiri11@lemmy.ml 0 points 10 months ago (1 children)

I’m not sure how much I’d buy into phoronix benchmarks in this case. CentOS Strea, 9 was performing as good, if not better than, the recently released Ubuntu 24.04 and 2 week old FreeBSD 14.1 despite having a 3 year old kernel and being compiled with an equally old version of GCC. Linux is currently suffering from a pstate bug with AMD, too.

There’s a reason the BSDs are hardly used in HPC.

[–] just_another_person@lemmy.world 0 points 10 months ago* (last edited 10 months ago) (1 children)

JFC. The end all be all of Linux benchmarks, and you're standing up to discredit their results? Phoronix practically wrote the modern book on Linux benchmarks, but please tell us how they are wrong or mistaken.

3 other commentors have deleted theirs already for their inane fanboyisms. You want want to make 4, or do you have some new energy to bring to the conversation?

[–] biribiri11@lemmy.ml 1 points 10 months ago (1 children)

Why are you being inflammatory for no reason? I’m just saying I don’t think it’d be correct for an OS 3 years in the past to be neck and neck with modern stuff. Log off the computer and go outside lmao

[–] just_another_person@lemmy.world 0 points 10 months ago* (last edited 10 months ago)

Why are you? Touch grass.

[–] IllNess@infosec.pub 1 points 10 months ago (1 children)

FreeBSD doesn't have desktop environment built in. So maybe running from command line or installation is a lot faster.

[–] rostselmasch@lemmygrad.ml 1 points 10 months ago

Desktop environments are optional if using a Linux distribution. Also as long as a desktop environment doesnt take all resources, there shoudlnt be much difference in benchmarks.

[–] BlueEther@no.lastname.nz 11 points 10 months ago

I have 3 *BSD vms on proxmox, OpnSense and TrueNAS as well as a GhostBSD desktop for 'play'. The TrueNAS started as a bare metal install and is now in it'd ~~3rd~~ 4th server

I also have 2 Macs in the house...

So I guess *BSD is well represented here, looking forward to the read

[–] Pacmanlives@lemmy.world 8 points 10 months ago* (last edited 10 months ago) (2 children)

Very excited to see the rest of this series. I still run some BSD box’s. I really really enjoy it. I really wish they would support Docker at this point but it’s complex and I get it with the developers they have. Jails still work so so well. I am on a box I think I installed end of FreeBSD 9 or 10 on and just keep upgrading. That’s probably get to the 10 year mark at this point. I will have to go and check. It’s such a smooth system to run really a dream. Wish more people tried it especially

[–] jaypatelani@lemmy.ml 8 points 10 months ago

Agreed and FreeBSD keeps getting better at each upgrade.

[–] jaypatelani@lemmy.ml 6 points 10 months ago (2 children)

Also there is podmon (testing version), https://wiki.freebsd.org/bhyve & https://bastillebsd.org/

NetBSD prefers qemu as far as I know.

[–] LeFantome@programming.dev 5 points 10 months ago

But bhyve is a hypervisor ( VMs ) and Bastille is jails. Neither of those is a solution for running OCI containers.

[–] Asyx@lemmy.ml 1 points 10 months ago

I feel like the FreeBSD Community ist really underestimating how important OCI containers are in the Linux world. And how much easier they are to setup than vms and jails.

[–] MigratingtoLemmy@lemmy.world 6 points 10 months ago

Lowendbox doing it is what really interests me

[–] absentbird@lemm.ee 5 points 10 months ago* (last edited 10 months ago) (1 children)

Love the analogy of visiting Canada as an American to explain how BSD is different from Linux.

[–] eldavi@lemmy.ml 1 points 10 months ago

i've had to use netapp ontap's freebsd and solaris 9 & 10 professionally and going to canada is exactly how it felt; one is vancouver (compared to california) and the other was new foundland.

[–] yarr 1 points 10 months ago

If you're tired of the mainstream operating systems and want to dive into the world of BSD, congratulations! You've chosen to join an exclusive club of elite geeks who prefer obscure and difficult-to-use operating systems. Here are some tips for new BSD users to help you fit right in with the snobby crowd.

  • Embrace the Command Line: One of the most important aspects of BSD is its command line interface. To truly impress your fellow BSD users, learn every single command by heart and refuse to use graphical tools or GUIs. Bonus points if you write your own custom scripts to perform basic tasks like opening a web browser or sending an email.

  • Keep Up with the Latest Releases: BSD enthusiasts love staying up-to-date with the latest releases from FreeBSD, NetBSD, and OpenBSD. Make sure you have the newest versions installed on all of your devices, even if it means sacrificing stability and compatibility. Show off your commitment by boasting about how many hours you've spent compiling kernels and dealing with obscure bugs.

  • Become a Security Expert: BSD users take security seriously, so you'll need to become an expert in network security, encryption, and firewalls. Learn every detail about PF, the packet filtering engine used in OpenBSD, and brag about how you can secure your system against even the most sophisticated cyberattacks.

  • Develop a Hate for Apple: As a true BSD user, you must despise Apple for their proprietary software and closed ecosystem. Spend countless hours ranting about how macOS is not "real UNIX" and how iOS is a privacy nightmare. Share your knowledge of how BSD laid the foundation for modern operating systems and how Apple has betrayed the true spirit of Unix.

  • Ditch Graphical Users Interfaces: Remember, real BSD users don't need pretty pictures and mouse clicks. Embrace text-based interfaces like vi and eschew anything that makes using your computer easier or more intuitive. You'll be the envy of your fellow BSD enthusiasts when you can navigate through complex command lines without ever touching a mouse.

  • Join the BSD Communities: To fully immerse yourself in the BSD culture, join online forums, mailing lists, and IRC channels dedicated to discussing these operating systems. Engage in heated debates about which flavor of BSD is superior and share your expertise on arcane topics like kernel optimization and device drivers.

  • Contribute to the Projects: One of the best ways to fit in with the BSD community is by contributing to the projects themselves. Write documentation, submit bug reports, or even work on code contributions if you have the skills. Show your dedication to the cause by spending hours upon hours volunteering your time and expertise for the sake of open source.

  • Mock Windows and Linux Users: As a BSD user, it's essential to maintain an air of superiority over those who choose less sophisticated operating systems. Take every opportunity to mock Windows users for their security vulnerabilities and Linux enthusiasts for their constant infighting and fragmentation. Remind them all that only BSD offers the ultimate UNIX experience.

By following these tips, you'll quickly become a well-respected member of the BSD community. Embrace the challenges, learn from the experts, and enjoy the satisfaction of using an operating system that few others dare to attempt. Good luck on your journey into the world of BSD!

[–] sin_free_for_00_days@sopuli.xyz 1 points 10 months ago

I tried FreeBSD for several months about 15-20 years ago. I really liked how clean the filesystem and environment felt, and have suggested it for many people over the years. In the end I couldn't get around their license vs GPL.

[–] TCB13@lemmy.world -2 points 10 months ago

Next step: macOS.