Linux vs BSD Comparison

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 158

  • @sabotrax
    @sabotrax 3 роки тому +87

    I've been using Linux since the mid 90s and am still working in Systems Administration today. What happens often with Linux is that software gets thrown out of the window and something new comes in, but not always for the sake of beeing better, but newer. With FreeBSD, that's not the case. As an aging guy, I no longer prefer to learn just another tool for firewalling or package management, just because. Also I disdain systemd. FreeBSD's rc ist simpler, more robust and - in the end - more secure.

    • @danholli123
      @danholli123 3 роки тому +6

      Systemd is terribly bloated and finicky anymore

    • @JoeyGarcia
      @JoeyGarcia 3 роки тому +2

      Agreed!!

    • @levskilevov4888
      @levskilevov4888 2 роки тому +4

      This is why, there is people that still prefere Slackware, that is UNIX like BSD* operating system...

    • @marco4lin
      @marco4lin 2 роки тому +4

      Try Void Linux. Is the midground between Unix and BSD system

    • @tourdesource
      @tourdesource Рік тому +1

      @@marco4lin +1 for Void. Simple and solid.

  • @TheSulross
    @TheSulross 3 роки тому +66

    if it wasn't for AT&T lawsuit against Berkley, everyone using Linux today would instead be using a BSD Unix of some flavor

    • @goll6964
      @goll6964 3 роки тому +8

      BSD is not UNIX

    • @TheSulross
      @TheSulross 3 роки тому +12

      goll From the Wikipedia entry for BSD: "BSD was initially called Berkeley Unix because it was based on the source code of the original Unix developed at Bell Labs."

    • @goll6964
      @goll6964 3 роки тому +11

      @@TheSulross Yes, but due to lawsuits from AT&T Berkeley had to rewrite all of the BSD code inherited from UNIX

    • @kevink5646
      @kevink5646 3 роки тому +10

      @@goll6964 and Unix is Not Linux

    • @goll6964
      @goll6964 3 роки тому +4

      @@kevink5646 yes. how does that relate to what I said?

  • @雀-t6c
    @雀-t6c 3 роки тому +50

    bsd is better because it’s based without the vowels

  • @steambsdfreeos553
    @steambsdfreeos553 3 роки тому +47

    Nice video. FreeBSD and GNU/Linux also have two different souls.

    • @JaredMcDonald-CS
      @JaredMcDonald-CS  3 роки тому +18

      For sure, the communities are two entirely different beasts, but I'd say a lot of the community and operating systems are cut from the same cloth

    • @steambsdfreeos553
      @steambsdfreeos553 3 роки тому +5

      @@JaredMcDonald-CS Yes, you are right. FreeBSD has a linuxulator compatibility layer (albeit a good thing). But FreeBSD has many secrets, even if it is open source.

    • @themotivator2587
      @themotivator2587 2 роки тому +5

      The biggest crossover I see is in the Gentoo/FreeBSD community. But the Void Linux community involves some OpenBSD people as well.

    • @steambsdfreeos553
      @steambsdfreeos553 2 роки тому +1

      @@themotivator2587 Hopefully freebsd will be of interest to those using Linux. I think this is to expand the capabilities of freebsd

    • @themotivator2587
      @themotivator2587 2 роки тому +2

      I've tried to expose people to Linux and FreeBSD. I do some streaming on Twitch, and I've done streaming and gaming on both platforms. I try to advertise the fact that I'm using these platforms so people know that they're viable alternatives.

  • @qjayinactive4774
    @qjayinactive4774 2 роки тому +5

    omg it's a powerpoint presentation, gonna take my notes..

  • @CanaldoMiauOfficial
    @CanaldoMiauOfficial 3 роки тому +37

    Next video suggestion: FreeBSD vs OpenBSD

    • @LifeIsACurse
      @LifeIsACurse 3 роки тому +3

      Yes please 😁

    • @JoeyGarcia
      @JoeyGarcia 3 роки тому +1

      might as well as "vs NetBSD" too. I mean, why not?

    • @toby3084
      @toby3084 2 роки тому +5

      @@JoeyGarcia people don't seem to care about netbsd, such a shame as it runs almost perfect as a daily driver on my ThinkPad

  • @mmjackk
    @mmjackk 2 роки тому +6

    A very comprehensive and interesting comparison.

  • @arnone1862
    @arnone1862 3 роки тому +25

    from my understanding, Linux is not based on UNIX at all. it's a UNIX-like kernel and doesn't use any UNIX code or libraries. hence "GNU is Not UNIX". that's why apps compiled for Ubuntu don't work on macOS.
    whereas as BSD is indirectly based on UNIX, it's still a lot closer to UNIX than Linux is

    • @toddmartin7030
      @toddmartin7030 3 роки тому +11

      Correct. Linus wrote Linux as a clean room reimplementation of UNIX since 386BSD was bound up in court over AT&T lawsuits. Had AT&T not sued, Linus would have just ran BSD.

    • @deckard5pegasus673
      @deckard5pegasus673 2 роки тому +3

      " that's why apps on iOS have to be re-written or "ported" to Android and vice-versa. " FACE-PALM, ill-informed comment. You should research before making statements.
      The reason they have to be rewritten is because Google uses a proprietary Java VM, and Android apps are are reliant on that JAVA API, instead of POSIX. Hence, Linux applications ALSO have to be re-written for Android.
      Also Linux is POSIX compliant meaning many if not most applications can be recompiled in UNIX with only a couple changes. On the other hand, Android is a completely different beast.

    • @arnone1862
      @arnone1862 2 роки тому +1

      @@deckard5pegasus673 no, I knew that. I was just trying to point out that Linux has nothing to do with UNIX, on a technical level, in laymans terms.
      maybe I should have used a direct Linux to BSD comparison to satisfy the software devs that came across my comment?

    • @talwat321
      @talwat321 2 роки тому

      I’m pretty sure BSD-lite, what FreeBSD is based on, has no Unix code left.

    • @GioGziro95
      @GioGziro95 Рік тому +3

      Arn One, not really, no. The facts are almost correct, but your reasoning isn't.
      BSDs derived from re-written code of AT&T UNIX, yes, but there is no original code left in the project, while Linux and GNU have always been separate projects. But the real reason why binaries aren't cross-compatible is the application binary interface (ABI) and executable/binary format which differs from one *nix OS to another. macOS uses parts of FreeBSD, but the two are not binary-compatible, while FreeBSD is compatible with Linux binaries - because they baked the compatibility layer into the kernel. Even macOS and iOS aren't entirely binary-compatible, despite the fact that they are both based on Darwin, which in turn is based mainly on Mach (kernel parts) and FreeBSD (mainly userland parts). macOS also doesn't use ELF binary format; it uses Mach-O (Mach object).
      The real reason why macOS is considered UNIX now is the SUS (Single UNIX Specification) compliance certification from The Open Group (previously X/Open Company) which owns the UNIX® trademark. iOS and iPadOS aren't certified, but they do share the same Darwin base with macOS. Most Linux distributions are also POSIX- and SUS-complaint, but their vendors don't undergo the UNIX® certification process because it's lengthy and expensive, their release schedule tends to be more tight and dense, and Linux and GNU also have their own set of standards that sometimes contradicts POSIX and SUS, like the block size (GNU's 1024 instead of POSIX's 512). It's just legal and standards stuff; not related to functionality or compatibility very much.

  • @alexandrostheone
    @alexandrostheone 3 роки тому +8

    I am using BSD for more than twenty five years, since version 4.3
    comparison is not wise; DIFFERENT TARGET GROUP

  • @flooorwalker
    @flooorwalker Рік тому +1

    I appreciate this really informative and simple comparison. The comparisons of # of processes, memory usage, and source code are particularly interesting! I might just have to dip my toe into BSD. Thanks!

  • @bertnijhof5413
    @bertnijhof5413 3 роки тому +7

    I use both weekly; Ubuntu 21.04 on OpenZFS 2.0 and FreeBSD 13.0 on OpenZFS 2.0. Both work great, Ubuntu is more polished, while FreeBSD requires less resources. I use FreeBSD + XFCE +XRDP as backup server for my Ubuntu desktop. Both system are monitored using Conky. For the backup I use OpenZFS "send | ssh receive". Ubuntu is run on a 2019 Ryzen 3 2200G; 16GB DDR4; nvme-SSD and 2 sata-HDDs, while 32-bits FreeBSD is run on a 2003 Pentium 4 HT; 2GB DDR; 2 IDE-HDDs 3.5" and 2 sata-HDDs 2.5" in total 1.21TB :) The Pentium has two cables Ethernet and Power and is in use since June 2019.

  • @joaopauloalbq
    @joaopauloalbq 3 роки тому +11

    12:06 They take open source, make improvements and close the code. Not in that order. That's sad...

  • @pavelperina7629
    @pavelperina7629 Рік тому +5

    Interesting comparison. I guess main reason for FreeBSD is sticking to KISS principle, while on Linux everything is a bit complicated and a bit different on each distro. Especially init process. Even thou systemd is now used almost everywhere, directory structure is not the same, there are various scripts (magic?) for automatic network configuration and if there's a guideline how to configure something for your distro which is from year 2018, it may not work. FreeBSD is stable - i mean it rarely changes and it's init scripts are similar to ones I vaguely remember from Slackware 20 years ago. That's the biggest problem for me with Linux - compatibility between distributions which seems the same on surface, but very different under and too complex to understand. If you worked with Linux 15 years ago and took a break, everything you learned is useless. If automatic network configuration takes 25s, your distro is poorly documented and does not have large community - good luck and have fun.
    But there are strong arguments against BSD: hardware support and maybe lack of docker if you want it. Desktop that can't hibernate, where fans runs at full speed all the time, where network card is not supported and for some reason you can't even transfer file on exfat formatted USB feels like using Linux in late 90s. I would like to use it, but spending hours or days to solve half of the problems and giving up second half and reading I should buy supported hardware ... sorry :-(
    There are also some weird arguments for BSD: it's said to be faster (likely network stack is faster with proper card), less memory hungry (today cheap single board computers have 1GB or 2GB at least, it's not so important if OS takes 80MB or 150MB - and it's completelly irrelevant on server with 64GB), that ZFS is Z-best FS ever created (is BTRFS really much worse?). From my experience, gcc produces faster code than clang when it comes to crunching numbers - which does not matter for kernel with exception of file system compression/encryption or so.
    But anyways, I like the relative simplicity and that things are straight forward.

  • @ArniesTech
    @ArniesTech Рік тому +1

    Awesome comparison/overview 🙏

  • @drmgiverdrmgiver5335
    @drmgiverdrmgiver5335 2 роки тому +5

    You can get zoom and steam running on bsd.

  • @T500Kz
    @T500Kz 2 роки тому +2

    There’s the Linux vs bsd crowd and then there is the gentoo crowd

  • @user-mr3mf8lo7y
    @user-mr3mf8lo7y 2 роки тому +2

    Comparing RAM usage is somewhat misleading. Doing basic math is not statistially the right direction. For instance, all (open) shared libraries may stay in memory (and may reflect higher RAM usage) but significantly improves performance. Good start, though. Cheers,.

  • @DmitriNesterov
    @DmitriNesterov 10 місяців тому

    Finally figured out my question. Do I need bhyve if FreeBSD may solve all my tasks or jail would be enough? Or I just need bhyve because it is a modern jail?

  • @olegbelykh2840
    @olegbelykh2840 3 роки тому +7

    Not only Playstation FreeBSD based, but Nintendo Switch and XBOX (rumored) and some enterprises such as Juniper Networks also.

    • @jeremyself6984
      @jeremyself6984 3 роки тому +1

      If Xbox used it, wouldn't they be disclosing that in the copyright notices?

    • @cybermiguelo
      @cybermiguelo 3 роки тому +4

      Nope. Xbox uses Windows 10 kernel, but PS4-PS5 and Nintendo Switch use FreeBSD though.

    • @Sumire973
      @Sumire973 2 роки тому +2

      Xbox consoles use modified and adapted versions of Windows, and Nintendo Switch use a kind of frankenstein between Android, FreeBSD + its own kernel.

  • @muhammad-bin-american
    @muhammad-bin-american 3 роки тому +9

    I've been using different Linux distros for years now but in the past couple of years I feel like Linux distros have been getting worst. Used to praise Fedora's reliability but since Fedora 31 things have been less and reliable. I am now trying BSD. Hopefully things are better.

  • @XYZ-xm1ew
    @XYZ-xm1ew Рік тому +2

    Linux has much more drivers running by default than BSD.Every time when I try to install any new versions of FreeBSD on my laptop the screen starts to blink like the installation wizard wouldn't be able to work in VGA graphic mode.System that you can't install because of such silly issues sucks for me.Switching into save mode turning acpi off, doesn't help.I have never had such troubles with any linux's distribution .

  • @АлексейШилин-д1ф
    @АлексейШилин-д1ф 3 роки тому +13

    This is so wrong in many aspects.
    1. Unlike what the title says, you're not comparing Linux to BSD, you're comparing a specific flavor of GNU/Linux - RHEL - to FreeBSD only. That's not a representative comparison sample by any means.
    This applies to both RAM usage and number of packages available. Why not include e.g. Debian in the list then which includes neither NetworkManager nor firewalld by default, and has a few times more packages than RHEL?
    2. Just comparing /bin/echo implementations makes no sense because they don't provide the same feature set. FreeBSD one doesn't support backslash escapes, for example.
    3. MacOS doesn't "run BSD". It has some BSD userland utilities and some networking stack components, but other than that it is very different e.g. uses a different kernel, init system, most of the system services, graphics system etc.

    • @viinisaari
      @viinisaari 2 роки тому +5

      "This is so wrong in many aspects." is pretty bad way to start a comment with a couple of very specific criticisms..

    • @Sumire973
      @Sumire973 2 роки тому +3

      "but other than that it is very different"
      Each BSD is very different of the other, they use different kernels, different userlands, inits, etc. DragonFlyBSD use a hybrid kernel despite being a fork of an old FreeBSD release, Darwin also uses a hybrid kernel. The BSD world is not just FreeBSD.
      So stating that macOS is "not BSD" using that logic can also be applied to other BSDs, because they are all different operating systems in its owns, but they are still part of the BSD family because they all derive from the original BSD.

  • @ananamusly
    @ananamusly 3 роки тому +1

    Keep up the content buddy. Good stuff here

  • @jackelofnar
    @jackelofnar Рік тому

    Interesting comparison but one of the big things you are missing from the corporate space is hardware requirements

  • @awa0927
    @awa0927 29 днів тому

    Although I really love the BSD systems one huge con for me is not being able to watch Netflix or Amazon Prime Video on them.

  • @stevejohnson1321
    @stevejohnson1321 Рік тому

    I have about the same success with Kubuntu and FreeBSD. The various BSDs don't have support for protected content. There is a published patch to make Widevine function, but that extra step is needed.

  • @scottbisco6793
    @scottbisco6793 Рік тому +1

    I mean idk about BSD (You have offered me my first look!), but I use MATE which I think is the GNOME project, or like an extension of it or something. It's pretty dang good.

  • @batlaizan
    @batlaizan 3 роки тому +5

    Enough with the debates already - embrace your rational nature and join the obsd team

    • @NitroNilz
      @NitroNilz Рік тому +2

      I’m in!
      I started out with niche Linux distroes like Puppy Linux, Bunsen Labs, etc. Got interested in UNIX in general, discovered the land of BSDs and was very fascinated with the illumos distroes - by chance OpenBSD was the first one to actually boot my old T42 laptop and after I few years I could not resist anymore and…
      …totally converted to OpenBSD for all my stuff. It’s an amazing system. I use it as daily drivers on laptops smoothly.

  • @hritikrana9954
    @hritikrana9954 3 роки тому +4

    What about battery life in freebsd compared to linux

    • @JaredMcDonald-CS
      @JaredMcDonald-CS  3 роки тому +4

      Power consumption should be closely tied to resource usage. That being said this was more of an overview of server installation so I am unsure how much can be extrapolated. All in all they are both quite close though, will likely come down to package maintainers and the portability of your software packages that affect battery life.

  • @fuseteam
    @fuseteam Рік тому

    seeing these graphs make want to creation a presentation showcasing how the linux desktop marketshare has a consistent trend of increasing, while windows has a consistent trend of decreasing over the last 14 years xd (to convince app devs to port over, or invest into wine)

  • @MorningNapalm
    @MorningNapalm 4 місяці тому

    I have been using Linux and BSD on and off again since the original Slackware distribution came out and I downloaded it at my university onto X 3,5" floppies. I like the experimental feel of Linux, but in the end, I think I just like BSD better. The solid docs, the clean file structure, the lack of the lib woes that plague Linux, the slower but more robust development, it just fits my preferences better. If only Steam was better supported on FreeBSD I might ditch Windows.

  • @turtleb01
    @turtleb01 2 роки тому

    Do you have /etc/systemd/journal.conf properly configured? By default many distros store atrocious amounts of logs in ram.
    Verified SystemD moment

  • @seanpaul7069
    @seanpaul7069 2 роки тому

    Very well comparison. Thanks!

  • @abujessica
    @abujessica 3 роки тому +5

    00:30
    wtf
    how old are you?
    you look so young
    how did you get the chance to try all of them?

    • @JaredMcDonald-CS
      @JaredMcDonald-CS  3 роки тому +7

      21, and just love operating systems! Virtual machines are a great way to check out different ones, but I also have a massive spending problem on new computers :)

  • @linuxlizard
    @linuxlizard 3 роки тому +3

    I'm new to *BSD derivatives, What I learned Linux & *BSDs are Unix-Like,But *BSDs aren't Linux.

    • @JoeyGarcia
      @JoeyGarcia 3 роки тому +2

      BSDs derived directly from Unix though.

  • @relytheone853
    @relytheone853 2 роки тому +2

    Should I try FreeBSD?

  • @Luix
    @Luix 3 роки тому +1

    Where is the performance comparison?

  • @danholli123
    @danholli123 3 роки тому +1

    Ok, but what if you used arch with minimal install to do what you want? Yes it'll be a pain to set up, but worth a look

    • @JaredMcDonald-CS
      @JaredMcDonald-CS  3 роки тому +5

      It’s not a bad idea for a theoretical perspective, but in the real world I would never run Arch as a server OS

  • @realsifocopypaste
    @realsifocopypaste 2 роки тому

    permissive license can be change into propiertary lisence / non floss ( non free libre open source software) license

  • @alexandrostheone
    @alexandrostheone 3 роки тому +4

    Linix started as MINIX and I was using it since 1991. Through the years, different needs provided different versions of the operating systems. Comparison is stupid. Different needs to cover, different systems

    • @painted_dog
      @painted_dog 3 роки тому +4

      Shut up boomer

    • @lingux_yt
      @lingux_yt 3 роки тому +1

      no one cares

    • @koopatroopa6882
      @koopatroopa6882 11 місяців тому

      ​@@lingux_ytif you don't care don't reply

    • @lingux_yt
      @lingux_yt 11 місяців тому

      @@koopatroopa6882
      I don't care and I reply, that's normal

  • @dingokidneys
    @dingokidneys 3 роки тому

    Nice comparison, the more so because I agree with you. :-D

  • @sobot_
    @sobot_ 3 роки тому +33

    this might be out of place and weird but ur cute

  • @theantonio98
    @theantonio98 3 роки тому +2

    Nice video

  • @tka1tka1
    @tka1tka1 2 роки тому +1

    Just tried your website, it took an age to load up, and when I clicked on the modules link it started hanging again. I did not wait for it to load. Does not fill me with confidence.

  • @DmitriNesterov
    @DmitriNesterov 10 місяців тому

    Вы не правильно понимаете Memory Usage. Какая задача у операционной системы? Правильно, управлять ресурсами и процессами. Так что, чем больше ресурса захвачено на самом старте системы, тем лучше для ваших процессов. Радуйтесь, что ваше дорогущая память не простаивает без дела.😊

  • @kamertonaudiophileplayer847
    @kamertonaudiophileplayer847 3 роки тому +6

    I hope you know that MacOS is BSD. So far BSD is better system especially now, because Microsoft started contributing in Linux. So my advice is sticking with BSD.

    • @toddmartin7030
      @toddmartin7030 3 роки тому +7

      Not entirely true. It’s a Mach kernel with BSD user land and it grabbed from other UNIX derivatives. It is much better to think of as if several UNIX derivatives had an orgy and MacOS is a resulting baby

    • @sethadkins546
      @sethadkins546 3 роки тому +1

      MacOS is not BSD, it's based on Darwin which is basically just stolen BSD code with extra bloat.

    • @kamertonaudiophileplayer847
      @kamertonaudiophileplayer847 3 роки тому

      @@sethadkins546 Sure, I just tried to find roots.

    • @Abu_Shawarib
      @Abu_Shawarib 2 роки тому +3

      Why the hell why would you stop using an free and open source OS because a company contributed to it? You know that thousands of developers from different places contribute all the time?

    • @kamertonaudiophileplayer847
      @kamertonaudiophileplayer847 2 роки тому

      @@Abu_Shawarib What is you relation with Microsoft?

  • @DmitriNesterov
    @DmitriNesterov 10 місяців тому

    We wish virtual synthetic tests on the same guests. Both in bhyve and jail ,;) PHP tests with nginx, mod-fpm and fpm_php would be kindly enough. Was Nice to meet you! Went back to my BSD free-cage ❤

  • @ygjt76v0-----
    @ygjt76v0----- 3 роки тому +1

    Desktop user perpective pls

  • @joaopauloalbq
    @joaopauloalbq 3 роки тому +2

    4:54 BSD doesn't use cache? o.O

    • @toddmartin7030
      @toddmartin7030 3 роки тому +3

      Depends on the BSD. NetBSD aggressively caches. It won’t free memory and will cache it unless it runs out of free memory, then it will free what it needs from cache.

    • @joaopauloalbq
      @joaopauloalbq 3 роки тому +1

      Thanks @@toddmartin7030!

    • @toddmartin7030
      @toddmartin7030 3 роки тому

      @@joaopauloalbq No problem at all.

  • @2k23_hovercars7
    @2k23_hovercars7 2 роки тому

    Unices i like how bsd is but the last unices is Linux. im trying to do Computing for now i just go through bunch of Laptops.

  • @mbele3000
    @mbele3000 Рік тому +1

    They both suck like Primus {The Band} 😆 Add more pep to your step. Your explanation and disposition is good. But you start to go all "Ben Stein" in your delivery. Just trying to give positive feedback thanks for sharing

  • @aalvarez711
    @aalvarez711 3 роки тому +2

    Is the site still up?

    • @JaredMcDonald-CS
      @JaredMcDonald-CS  3 роки тому +2

      its up! was temporarily down for maintenance on my proxy server

  • @weedwanker4884
    @weedwanker4884 3 роки тому +11

    Bsdeez nuts

  • @desmondsparrs
    @desmondsparrs 3 роки тому +5

    Im no doubt gonna try and install freebsd mainly because Im curious and I kniw macos is based on BSD and I cant afford a mac rn!
    Im a music producer and hopeless distrohopper so Id hope bsd would be a much more stabile and cohesive experience compared to my Linux experience where anything can break anything ime
    im not the type of user that installs linux and just leaves it as is. i customize it to my preferences.
    anyhow. BSD is interesting without a doubt.

    • @daorkykid
      @daorkykid 3 роки тому +3

      Please don't get the wrong ideas about BSD. Linux has way better support, much larger software selection and is just easier to use as a personal computer. Just pick a Linux distribution of your liking and don't tinker too much unless you want to spend time learning how to fix a broken system. Also I doubt many of the music production utilitiez even exists on any of the BSD's (not counting macOS). If you wanna get your hands dirty and learn the most and build a really solid and personalized system i suggest using arch with btrfs for snapshotting so you can revert when things go south.

    • @JaredMcDonald-CS
      @JaredMcDonald-CS  3 роки тому

      I second this, I'd really recommend checking out Ubuntu Studio if youre interested in music producing and doing so on FOSS software. I'll tell you I even run Windows on my main desktop for school work because its the only place that has the applications I need.

    • @rohitk8797
      @rohitk8797 3 роки тому +1

      For stability Stick with Debian based distros. Sparky OS, MX linux, Lmde 4,etc.
      I'm currently on Debian 11 Bullseye.

    • @freeculture
      @freeculture 3 роки тому

      @@daorkykid Ardour has been claimed superior to all commercial AWS, some guys run Ardour on Mac, but this is a Free Open Source software available for every OS, including Freebsd. On Linux, you would normally use it with jackd. You are right that hardware support in Linux is superior, you might have a professional multichannel Sound Board supported in ALSA but not in Freebsd, so this you need to check beforehand. I wouldn't recommend btrfs, its great unless it breaks, and it can break from an Out Of Memory condition, Don't ask me how i know... Ext4 might be boring, but no surprises, it just works. Snapshots could help, but i wouldn't trust it again until more years have passed and everyone else is using it.

    • @levskilevov4888
      @levskilevov4888 2 роки тому +1

      @@daorkykid Why not Slackware over Arch??? With Slackware you have stable release and current, with Arch you have roling release with many unstable software.

  • @gdotone1
    @gdotone1 10 місяців тому

    the problem is C and C++

  • @bobpegram8042
    @bobpegram8042 Рік тому

    This would be a better comparison if you compared FreeBSD with a more widely used desktop distro of Linux like Mint, etc.

  • @andrew121410
    @andrew121410 3 роки тому

    May I ask how old are you?

    • @andrew121410
      @andrew121410 3 роки тому

      @@Hiram8866 cause he said he had like 10+ years of experience

    • @JaredMcDonald-CS
      @JaredMcDonald-CS  3 роки тому +6

      Totally fair - my dad was a Database Admin and got me started running Linux and writing code around the age of seven. I have been using Linux desktop for about 13ish years and Linux server for about three at both my job and at home

    • @HonkTheMusic
      @HonkTheMusic 3 роки тому +1

      @@JaredMcDonald-CS wow you're like me but 1 year younger and 30x more knowledgeable
      Essentially what I wish I was lmao, nice work, glad you know your interest already

  • @jhonoliverr5
    @jhonoliverr5 2 роки тому

    I'm using bsd 13.1 desktop on kde5, it is better tools in my job

  • @squirrelarmor
    @squirrelarmor 11 місяців тому

    Steam? fr?

  • @ausarma8403
    @ausarma8403 10 місяців тому

    blueleiden... dude why to speak like this...?

  • @mcdonkeylips
    @mcdonkeylips 3 роки тому +1

    Nintendo switch us also powered by freebsd

  • @yourmom-qf4oe
    @yourmom-qf4oe 3 роки тому

    Freebsd doesn't recognize my wifi driver so use ethernet

  • @ImperiumLibertas
    @ImperiumLibertas 3 роки тому

    What's up based Linux daddy

  • @anon5258
    @anon5258 2 роки тому

    linux BSD is just linux but BaSeD

  • @karmaduq
    @karmaduq 2 роки тому

    * ooh-BOON-too

  • @rhwinner
    @rhwinner 2 роки тому

    I like dos 6.0...