pacmondo,

As always my boy openSUSE left to the wayside :(

Ooops,
@Ooops@kbin.social avatar

There's probably a chameleon there, but well camouflaged...

deleted,

I knew nothing about linux 2 years ago and started with installing Debian on my surface go 2. This explains why I couldn’t get the web cam to work to this day.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Try frimware binary blob packages, those usually have whatever to make the thingie work with the Linux kernel.

deleted,

I’m not sure what do you mean by firmware blob but Ive done the following:

  1. Added non-free to the sources file.
  2. Installed Surface-linux lib.

There is a guide in surface-linux library which requires compiling something with CMAKE. I’m not comfortable at the moment to do it since I don’t have the time to fix it if something went wrong.

I couldn’t find a good touch gui for debian so ill give ubuntu a shot.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

In the non-free repo, there should be something like firmware-broadcom, firmware-amd, firmware-intel, etc. Those are binary blobs, closed source firmware (supplied by the manufacturer) that is loaded in the device in order to make it work with the linux kernel. See the make and model od the device via lspci or lsusb (depends on how the device is connected to the PC) and see the make and model. If it’s, let’s say, Broadcom, install the Broadcom firmware package and restart the rig.

Regarding cmake, you could use BTRFS to revert everything back to the way it was, just make a restore point before doing make install.

BoastfulDaedra,

I am one of the few who once had BSD installed on a laptop, and GOD DAMN do I miss being that weirdo.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

You can still do it 🤷 👍.

RIP_Cheems,
@RIP_Cheems@lemmy.world avatar

What is hoodie?

tpihkal,

You would choose no.

RIP_Cheems,
@RIP_Cheems@lemmy.world avatar

But what is it?

RIP_Cheems,
@RIP_Cheems@lemmy.world avatar

But what is it?

emergencyfood,

Stereotypical h4X0r wear.

Kolanaki,
@Kolanaki@yiffit.net avatar

Hoodie with ears and thigh high socks; the only thing h4X0rs wear.

emergencyfood,

You forgot the fedoras and capes. And of course OG h4X0rs wore XXL t-shirts and ancient jeans, and lived on honey coffee, locusts cigarettes and stuff that got stuck between their toes.

AVincentInSpace, (edited )

People who wear cat ear headphones and thigh high socks are actually respectable. When OP says “hoodie” they mean “script kiddie who feels like a badass for changing the color of his terminal”.

Note the lack of use of gender neutral pronouns. I do not believe that any woman or enby, trans or otherwise, would stoop so low.

NickwithaC,
@NickwithaC@lemmy.world avatar

Hoodie OS. Used by people who type one line into a terminal to bring down the government and say “I’m in” when they extract data from databases.

sabreW4K3,
@sabreW4K3@lemmy.tf avatar

How is Fedora not there?

psvrh,
@psvrh@lemmy.ca avatar

“Does IBM pay your salary?” isn’t in the flowchart. :)

BobsonDugnutt,

Honestly now pristine m1 macs can be bought on eBay or Gumtree they are not for just the rich anymore

febra,

I’m on NixOS where do I fit

Scribbd,

On the hidden “Do you believe that everything should be defined as code?”

akincisor,

Do you “see the matrix”?

0x4E4F,
@0x4E4F@sh.itjust.works avatar

That’s a new concept… should be somewhere between Linux admin and Hoodie IMO… or maybe before Linux admin.

onlinepersona,

I’m actually curious what BSD provides in comparison to Linux. What does it add, do better, or worse?

The only thing I know is that they introduced some stuff way before linux did, but that’s simply due to the age. BSD jails for example have been around for a long time. Buy beyond that, it was never apparent to me why linux took off and BSD didn’t.

CC BY-NC-SA 4.0

Trollception,

Yea I don’t use Linux much but both my router and nas are running BSD. Also I found out the PS5 runs BSD. Guessing the benefits are a stable OS as my router/nas often have uptime in the months with my NAS once running over a year without being restarted.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

No, it’s because BSD has a permissive license, unlike Linux. You have to release source if you change the source, which is not what BSD is about. BSD says “here’s the source, do whatever you want with it”.

redcalcium,

ZFS is stable as fuck there. Perfect for running a file server.

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

BTRFS is there as well in the past few years or so.

namingthingsiseasy,

I would say the biggest advantage is that OpenBSD is a very security-focused distribution, in a way that I don’t think any Linux-based distro has adopted.

The other advantage is ZFS. 10-20 years ago, there was no equivalent, and btrfs was in its infancy. These days, btrfs has proven that it is pretty stable and resilient. There might still be some advantages of ZFS over btrfs, but I haven’t used either one at all, so I can’t really be sure.

Outside of that, the BSDs are basically just different distros. Back in the 90s, when there was a lot more diversity in Unix, a lot of people just started out with *BSD because there was no clear choice at the time. People just like to use what they are more comfortable with - but most new users pick Linux over BSD these days, and a lot of people who started out on BSD have assimilated onto Linux.

Still, diversity is a good, nice thing, especially with the advent of systemd. So I’m glad we still have the BSDs around, even if I disagree with their stance toward the GPL.

cyberpunk007,

Also zfs on Linux has been a thing for a while now

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Still, now I’d use BTRFS over ZFS any time.

0x4E4F,
@0x4E4F@sh.itjust.works avatar

There might still be some advantages of ZFS over btrfs, but I haven’t used either one at all, so I can’t really be sure.

Curently, there are none. In fact, BTRFS has outperformed ZFS in every aspect in the past few years, including filesystem growth (when changing drives, put in bigger ones, something you could never do with ZFS).

Outside of that, the BSDs are basically just different distros. Back in the 90s, when there was a lot more diversity in Unix, a lot of people just started out with *BSD because there was no clear choice at the time. People just like to use what they are more comfortable with - but most new users pick Linux over BSD these days, and a lot of people who started out on BSD have assimilated onto Linux.

The main reason is more drivers and software. Sure, it might be fun compiling from source when you’re young, but at the end of the day, when you wanna get work done, you really can’t tell your customer (or boss) “look, I really can’t deal with this right now, I’m building FF from source”. Also, one of the main reasons why Gentoo and LFS have a fairly small user base.

Still, diversity is a good, nice thing, especially with the advent of systemd. So I’m glad we still have the BSDs around, even if I disagree with their stance toward the GPL.

There are distros that don’t use systemd, Void being the most prominent of them all (mainly because of the number of packages it has in it’s repo).

cyberpunk007,

Bsd is a complete package and tested as such. All the software and everything. It’s like windows, when it’s released you install it and you get wordpad, edge, calculator etc. Bsd is the same that way. Linux is just a kernel, with the distributions bolting on the gnu software. I know it sounds kinda the same but it’s not.

Also the license. With Linux I think you need to cite it’s use and you can’t charge for something build with it (of course there’s exceptions, like packages you create do not need to be for example), but bsd license is the most permissive. You can charge a customer for it and dress it up however you want.

No systemd.

There’s some other stuff too

joonazan,

You don’t need to cite, you need to provide source code. The point of GPL is to allow the user to inspect and modify the software. You can even sell it as long as you provide the modified source code under the same license.

onlinepersona,

Thanks, that’s the best explanation I’ve gotten so far 👍

CC BY-NC-SA 4.0

0x4E4F, (edited )
@0x4E4F@sh.itjust.works avatar

You get to write your own drivers from scratch, so you know for sure no one is spying on you 👍.

Linux took off because, one, it wasn’t backed up by an institution or a company, just one guy doing weird stuff with his computer, and two, because of the license. People don’t like investing time in something that others might use for free in their commercial products. And not only that, but they’re not bound by law to release the source for that. And this is the reasson why every printer out there runs a BSD variant, not Linux.

SonnyVabitch,

What’s P! and LM?

shotgun_crab, (edited )

Pop! OS and Linux Mint

SonnyVabitch,

Thanks!

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Pop_OS! and Linux Mint.

xia,

Wherefore art thou Fedora? Et tu Rocky?

glassofwater369,
@glassofwater369@lemmy.blahaj.zone avatar

FreeBSD is too mainstream, I use 9front

rottingleaf,

I use Void Linux because I don’t have too much free time (for figuring out all the little moments with configuring something more automated like Debian for my laptop, or for compiling stuff in Gentoo, or for micromanaging Slackware).

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Void saves you compiling time as well 👍.

brokenlcd,

Reject modernity, return to typewriters

0x4E4F,
@0x4E4F@sh.itjust.works avatar

Trouble is, they can’t do lots of other things that computers can 🤷.

Ziglin, (edited )

I’m a Linux gamer, can you adjust it too do you play certain games that don’t run on Linux? !linux_gaming Edit: fixed the link

0x4E4F,
@0x4E4F@sh.itjust.works avatar

The meme is not mine, I stole it 🤷 😁.

Ziglin,

Fair enough

mexicancartel,

!linux_gaming is what you probably meant to type

Ziglin,

yes but it seemed to work for me anyways.

mexicancartel,

Because you are tagging a community on your own instance. It doesnt work for people on other instances

Ziglin,

ah ok, I’ll fix it then.

casual_turtle_stew_enjoyer,

Alma

That’s a funny way to spell Rocky

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #