Perroboc

u/Perroboc@lemmy.world
8 posts · 133 comments

Recent posts

Recent comments

I just switched from Arch to Endeavour to Fedora! My 2 cents:

  • Arch is like a barebones Lego box without instructions, only a set of pictures. Sure, you get a paper telling you how to ensamble a basic OS, but what to do of it is up to you. For example, you might want a firewall there, right? or maybe a systemd timer to trim your ssd? IDK, you can guess it on your own. The pieces are there, it's up to you to decide what to use.
  • Endeavour is like that same Lego box where someone handled you the manual from another themed box. If you installed Arch on your own, and felt like you might've missed something, or something feels off, EndeavourOS just gives you the ensambled set for you to play with. The problem? No problem, really. It feels like a greatly configured Arch installation.
  • Fedora feels like a themed box. You don't have whole lot of bricks like that other unthemed box (AUR), but damn, everything just works and it works great. Only caveat is that non free stuff (drivers, codecs, etc) require that you input some commands (but really, every linux distro requires this still). So far, my experience is between "wow, I didn't know you could do/have this! Must've missed it in the arch wiki" and "damn, there's no easy way to install X in Fedora? I miss the AUR :("

Honest question: is there a centralized alternative? Like “here, install this or use this SaaS, it enables your community to chat, discuss in forums, and allows you to manage a FAQ/KB from the content from the chat and forums”

EDIT: don’t get why the downvotes. It’s a question, not a statement.

Exactly! They tried to patent it, but it didn’t meet the requirements (https://www.ipeg.com/jonas-salk-inventor-of-the-polio-vaccine-could-you-patent-the-sun).

Notice how they tried to patent it “to prevent companies from making unlicensed, low-quality versions of the vaccine. There is no sign that the foundation intended to profit from a patent on the polio vaccine.”

EDIT: and on the other hand, you get things like insulin, where the patent was sold for $1 (https://www.vox.com/2019/4/3/18293950/why-is-insulin-so-expensive)

on Muoöe · c/memes · 9 pts · 2y

HEY I’M MOOING HERE! (New York style?)

My brother in Christ, installing a .deb is downloading the .deb directly, as you would when downloading discord from discord.com, and you use dpkg to install it (apt uses dpkg to install the deb file).

You saying “the deb file” is not the same as “using the official repo”, as dependencies might not have been installed by only using the .deb file.

Make sense?

What .deb file? Their page says to add a repo and use apt:

sudo apt install curl

sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg

echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list

sudo apt update

sudo apt install brave-browser