this post was submitted on 29 Nov 2024
-4 points (47.8% liked)

Linux

48461 readers
510 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
top 20 comments
sorted by: hot top controversial new old
[–] Kualk@lemm.ee 1 points 1 day ago* (last edited 1 day ago)

He was probably supposed to mark downloaded .run file executable. Instead he went to collect errors.

[–] dingdongitsabear@lemmy.ml 14 points 3 days ago (2 children)

this warrants a TON of upvotes, are y'all for real? THIS is what it looks like to the potential converts and I deal with them daily.

the single, giganticest, most glaring issue in every distro and DE is the complete absence of sane defaults as this dude demonstrates, his comedic chops and edge-case issues aside.

converts nowadays come from the hyper-polished world of Android and iOS devices, where you turn it on and it works. the idea that the average user needs complex setup and training and is faced with these cryptic sysadm-intended-for error messages delegates it to the narrow userbase it has, and it can be so much better.

[–] ikidd@lemmy.world 6 points 3 days ago (1 children)

Like, what distros? All the majors I've used in the last 5 years have pretty sane defaults. Except Arch, of course, because the packagers just put in what the devs send.

[–] TriflingToad@sh.itjust.works 1 points 3 days ago

Ubuntus taskbar is sideways lol

[–] TriflingToad@sh.itjust.works 0 points 3 days ago

all the people say "oh you don't need to use the terminal! You can just use GUIS!"
like literally look at the search results for "how to run .sh linux" they're ALL terminal based

[–] muhyb@programming.dev 19 points 4 days ago (1 children)

Hehe, it was fun to watch. It baffles me that Ubuntu still has those errors though.

[–] Object@sh.itjust.works 5 points 3 days ago (1 children)

That dpkg lock issue 😭

I still don't know what's the proper way of handling it other than just restarting the computer and deleting the lock files, then hope nothing breaks.

[–] Kualk@lemm.ee 1 points 1 day ago

He was running long installation process from command line and lock warning was probably appropriate.

[–] Blaster_M@lemmy.world 20 points 4 days ago* (last edited 1 day ago) (1 children)

Remember kids, whatever Linux Distro you installed, it's the wrong one...

[–] Laser@feddit.org 6 points 3 days ago

The only good distribution is my distribution.

[–] that_leaflet@lemmy.world 17 points 4 days ago (2 children)

Shame, it seems an apt issue caused him multiple problems.

It prevented him from setting up Davinci Resolve, though honestly that probably wouldn’t have worked out well anyways.

He also wasn’t able to install the deb of kdenlive, but at least the snap version worked for him.

[–] maniacalmanicmania@aussie.zone 12 points 4 days ago

It's interesting but I didn't watch and share this as a serious review. I posted it for the couple of chuckles I got out of 'The power of sudo compels you' and 'God only has ten commands'. Sam's a funny guy.

[–] neidu3@sh.itjust.works 8 points 4 days ago

I would've liked to see him try mint instead. Less fluff, and hopefully that would've gone better for him.

[–] PushButton@lemmy.world 11 points 4 days ago (2 children)

All the losers down voting the post...

You surely can laugh without feeling attacked at your very core, don't you?

[–] maniacalmanicmania@aussie.zone 22 points 4 days ago (1 children)

It's all good. Downvotes are harmless.

[–] Telorand@reddthat.com 4 points 3 days ago

Joke's on them. I can't even see downvotes on my instance.

[–] akkajdh999@programming.dev 4 points 4 days ago

I can only laugh if it's funny, sorry

[–] tsugu@slrpnk.net 4 points 3 days ago* (last edited 3 days ago) (1 children)

He is a true CEO of Linux. Has no clue about what he's doing but he's very confident. He should've at least read a tiny bit about how this works. Such as, you can't go and install apt packages without updating your system first, or else you will run into issues. You also can't use a GUI apt frontend as well as apt via the command line. Some of the errors he encountered are totally Ubuntu's fault tho, such as the broken installer.

[–] that_leaflet@lemmy.world 2 points 3 days ago* (last edited 3 days ago)

you can’t go and install apt packages without updating your system first

You can use apt without updating first. You'll just be installing potentially outdated versions if the cached repository information is old. Though you may run into issues if you do partial upgrades (updating the cached repository, but not running an upgrade, then installing something new). Though this is less of an issue on Ubuntu since they try not to do big updates.

you also can’t use a GUI apt frontend as well as apt via the command line

The error message should tell you that you can't have multiple commands running at once. The error message is a bit too technical, citing the lock files.

[–] Telorand@reddthat.com 2 points 3 days ago

That was funny. Thanks for sharing