168 points

Linux: I can’t stop you.

permalink
report
reply
120 points

It could. It just doesn’t want to. Why would it? Its your computer.

If you want to delete / including the EFI partition turning your machine into a paperweight you should be allowed to do so.

permalink
report
parent
reply
47 points

I don’t want my mom to be able to turn her computer into a paperweight…

permalink
report
parent
reply
88 points

Don’t give her sudo permission then.

permalink
report
parent
reply
17 points

While that is possible. You do have to go out of your way to do that in ways a typical user wouldn’t.

Aside from that like others have said. Just don’t give sudo perms and have them use Flatpak.

permalink
report
parent
reply
15 points

/j then you don’t love your mother enough to learn coding and make a mom-proof distro.

/uj oh my god I have ptsd from the one time my parents tried to switch to apple products. It lasted less than a week. Please don’t let them decide to switch to Linux and ask me things.

permalink
report
parent
reply
1 point

Use an easy to use immutable distro like Fedora silverblue

permalink
report
parent
reply
10 points

It’s a good thing that new and unexperienced users who want to learn 😃 on the internet get recommendations such as “use rm -fr / to remove the french language pack and fix your localization issues” and then ending up with an expensive, broken hardware (/s)

permalink
report
parent
reply
2 points

rm -rf / only deletes everything on the / partition and any currently mounted filesystems, since efi is its own partition and not mounted it wouldn’t be touched

permalink
report
parent
reply
1 point
*

Besides, the real command is rm -fr ~

permalink
report
parent
reply
1 point
Deleted by creator
permalink
report
parent
reply
1 point

snopes does not have that in their search results

permalink
report
parent
reply
1 point

Now that’s Free Speech if I ever saw it!

permalink
report
parent
reply
22 points

SELinux: I’m sorry Dave, we don’t do that here.

permalink
report
parent
reply
5 points
Sudo !!
permalink
report
parent
reply
11 points

permalink
report
parent
reply
4 points

Can’t stop won’t stop.

permalink
report
parent
reply
111 points

Installing old Linux applications IS a problem. They’re available only if someone repackaged them for newer distros. If not they can’t run anymore because of dependencies mismatch.

permalink
report
reply
43 points

This is a good reason for static linking. All the dependencies are built into the binary, meaning it is more portable and future proof.

We don’t need flatpak for this!

permalink
report
parent
reply
26 points

And harder to fix vulnerabilities in a linked library, and more bloat in both storage space and memory used.

Trade-offs!

permalink
report
parent
reply
30 points
*

I’ll take a program that isn’t getting updates anymore or simply wasnt working in my modified environment using slightly more ram and storage over it not working at all.

I have firsthand experience with videogames made for one flavor of Linux not working on my machine due to dependency hell.

permalink
report
parent
reply
36 points

Flatpak time

permalink
report
parent
reply
9 points

NCSA Mosaic flatpak my beloved

permalink
report
parent
reply
10 points

Just supply the dependencies with a chroot. That’s how we did it before distro maintainers started including the 32bit libraries into the 64bit OS.

permalink
report
parent
reply
7 points

I think this meme is referring to when Apple ripped out 32bit support in macOS a few years ago. I couldn’t use Wine anymore to play old windows games on my Mac after that update for example.

permalink
report
parent
reply
6 points

But… to be fair, are there any versions of Linux that let you do this either? Replacing the OS, especially jumping from 32 to 64-bit, is kinda a HUGE deal!? I’ve had numerous problems switching Linux distros, and some issues switching Mac software, and they seem more or less the same to me? - if anything, it was easier for me to switch on a Mac?

I don’t know about Wine and older games - I would guess that recompilation would be in order. I could see if they jumped the gun specifically for the newer (at the time M1) series, that such tools were not yet ready by third party apps as Wine. Though Mac switches chip architecture so exceedingly rarely that it is barely an issue, long-term, and if anyone using Linux switched architecture it would similarly require recompilation as well?

I feel like I am not expressing myself well here, but I’m out of time to edit and hopefully you see what I mean:-).

permalink
report
parent
reply
4 points
*

When distro maintainers started building and shipping 64bit versions, they didn’t include 32bit libraries. You had to make a chroot for a 32bit distro, then symlink those libraries in among your 64bit libraries. Once distro maintainers were confident in the 64bit builds, they added 32bit libraries. In the case of Windows, Microsoft created a translation layer similar to WINE called WoW64 (Windows on Windows64). Apple is the only one who said, fuck you buy new software, to their customers. Rosetta is the first time Apple didn’t tell their customers to go pound sand; probably not by choice.

permalink
report
parent
reply
2 points

I thought wine on Linux pulls in a load of 32-bit libraries so it still works on 64-bit systems.

permalink
report
parent
reply
6 points

You got to build them shits from source.

permalink
report
parent
reply
10 points

First step install the old ass compiler version this can be built with.

permalink
report
parent
reply
4 points
*

I almost never have that problem! I feel like everything is gcc or cmake or whatever.

But I’m a dabbler, not a pro, so, my old-as-dirt compiling experiences are like, tome2-gcu (a total banger, btw).

Also, The Dabbler would make for a great Batman villain.

permalink
report
parent
reply
5 points

Nah, skill issue. Get gud and resolve the dependencies manually. 🤓

permalink
report
parent
reply
6 points

It’s actually an ongoing problem with closed source Linux games. Devs don’t want to update, and don’t want to open source.

A lot of the time the Windows version will play better through Proton/Wine.

permalink
report
parent
reply
4 points

Just use a chroot. That’s what SteamRuntime is. That’s how we handled 32bit libraries on 64bit Linux distros prior to distros including them for gaming back in the day.

permalink
report
parent
reply
1 point

Time for nethack.

permalink
report
parent
reply
3 points

It’s gotten significantly better with containerization technologies like oci containers and flatpak. Yes it uses more storage, but the drive space pretty cheap

permalink
report
parent
reply
3 points

Distrobox would like a word, or so I’ve heard. Haven’t had to use it yet, as the AUR has pretty much everything.

permalink
report
parent
reply
2 points
*

nix solved this by modifying LD_LIBRARY_PATH to point to the desired dependency and/or modifying the binary itself.

Anti Commercial-AI license

permalink
report
parent
reply
81 points

My favourite thing about updates on my work Mac is when you say ‘try in one hour’ thinking it’ll ask you then an hour later it aggressively closes your programs. I use Linux, Mac and Windows regularly and Mac has by far the worst update experience out of all of them imo.

permalink
report
reply
54 points

I’ve clicked the “install updates tonight” button a bunch of times, it consistently fails to update and then I have to force it to update the next morning. Incredibly poor experience.

permalink
report
parent
reply
4 points

Every day, for weeks, my Apple Watch notifies me about available updates when I put it on after charging. Why didn’t you install the updates while you were charging, then?! It only stops when I put it back on the charger and manually tell it to update.

permalink
report
parent
reply
8 points

Yes but it also reopens everything exactly as you left it, meaning you can update and not loose anything mission critical; ymmv ofc but in my personal experience MacOS has the best update experience from mainstream OS

permalink
report
parent
reply
6 points

Definitely. I’ve used macos for work for 10+ years now and never had an issue with updates. Windows updates on the other hand…

permalink
report
parent
reply
5 points

Major update? 1 hour. Minor update? 1 hour.

permalink
report
parent
reply
56 points
*

You can also remove the fr*nch language pack via rm -fr /

But in all seriosity, i tried to install Linux dual-boot with Windows on my dad’s computer last weekend, and it broke the windows install because it doesn’t support bitlocker (apparently). Maybe i could have gotten it to work, but i abandoned the project after the first failed attempt. Still a bit salty about that. Especially since it was meant to be a demonstration how “quick and easy” installing Linux nowadays supposedly is.

permalink
report
reply
30 points

The best way to dual boot windows and linux is with separate drives, not partitions imo.

permalink
report
parent
reply
27 points

You’re missing the last step, throw out the windows drive.

permalink
report
parent
reply
7 points

Sounds great in theory, but there are still things that only work on windows for me.

permalink
report
parent
reply
4 points

I’d recommend separate computers

permalink
report
parent
reply
3 points

In separate buildings.

permalink
report
parent
reply
17 points

It is quick and easy. Maintaining any other OS side by side is always a bigger ordeal than not doing it. It breaks the other way around as well - If you were running some linux distro and then tried dual booting by installing windows - no way you’d be able to boot into linux without extra tweaking.

permalink
report
parent
reply
7 points
*

--non-pqréservéè-rootònn

permalink
report
parent
reply
5 points

I was installing Linux on sb else’s PC, to skip the Bitlocker warning I had to boot Windows, use cmd to assign drive letters to recovery partitions and disable bitlocker on them, again from cmd. The owner was confused because they had disabled bitlocker on C: but got Bitlocker warning on Linux installer anyways, I was looking at stackoverflow threads to find the right commands right next to the owner because I hadn’t used Windows for years and forgot how to do things lol. Fun times.

permalink
report
parent
reply
49 points

Linux: i can’t stop dumb users (me) completely destroying everything with a bad console command

permalink
report
reply
22 points

A great learning experience to not copy paste commands yoj don’t understand.

permalink
report
parent
reply
15 points

wget url | bash

permalink
report
parent
reply
5 points

Nice, now your computer is mining crypto for someone else or part of a botnet.

permalink
report
parent
reply
10 points

But that’s in my experience sadly very necessary especially in the beginning when you are getting into Linux. So getting into Linux has quite a steep learning curve because not knowing what you are copy pasting can have terrible consequences, but understanding everything before you copy paste is very demanding.
When out comes to my main rig, i never had the experience of everything just working out of the box. There was always something that required me searching for obscure fixes, hoping for the best.

permalink
report
parent
reply
1 point

Very necessary

No it absolutely is not. When you’re looking up guides and come across an unfamiliar command, don’t copy and paste it and find out what it does. Google it. Man it. Research it. Stop copying and pasting commands you don’t understand.

permalink
report
parent
reply
6 points

And also don’t run commands that require you to type in “do as I say” before they run

permalink
report
parent
reply
2 points
*

Yeah. Reminds me of a dependency fuckup with steam on pop os that uninstalled the desktop environment when trying to install steam.

permalink
report
parent
reply
3 points

Breaking things is a valid way to start learning. Reading man pages is very often difficult and confusing for new users. And much of the documentation is crap anyway-- it’s why distro forums exist. And I’m from a time when distro upgrades/updates were sometimes dicey, (they still can break things on occasions), and you complied your kernel and drivers from scratch.

permalink
report
parent
reply
2 points

I never messed up my computer despite frequently not knowing what certain command I am running does. Am I lucky, can I buy a lottery on this basis?

permalink
report
parent
reply
2 points

Please, I don’t understand a single command I’m putting in. I’m just copying whatever some nerd posted on a message board.

permalink
report
parent
reply
22 points

I’m pretty sure that if you use elevated privileges to run commands you don’t understand, you can break Windows just as much as you can break Linux. Windows might pop up an extra “Are you sure?” box or two though. It’s been a while since I did anything on that OS.

permalink
report
parent
reply
3 points
*

You can, but on windows there is no need usually to run these kind of commands.

What happened was that years ago I was trying out Ubuntu but didn’t like the UI, so I followed some steps from someone to replace the gnome or whatever with something else (kde?), but then the ui completely broke down.

Given how fickle that system is in Ubuntu, I was probably using legit sources for the commands, but they were not fully up to date and something went wrong.

Ironically, something similar happened lately on my Ubuntu virtual machine, where the file explorer has rendering issues, but tbh I think this time it was because the virtual machine disk space became full mid update, so kind of my bad too.

The only thing keeping me in windows these days is that I just really like the UI, but I think next time I need to format (which admittedly might be year or two from now) I might move to GraphyOS anyway.

permalink
report
parent
reply
7 points

I would not recommend someone who does not know what they are doing replacing the DE, the process heavily varies depending on your current setup. If you want Ubuntu with KDE, just use Kubuntu.

permalink
report
parent
reply
1 point

I’m pretty sure that if you use elevated privileges to run commands you don’t understand, you can break Windows just as much as you can break Linux.

I can confirm.

Source: I learned most of what I know about computers (which is genuinely quite a lot), by doing dumbass stupid stuff I didn’t understand yet.

permalink
report
parent
reply
10 points

I much prefer that to Apple’s approach of “you probably didn’t want to do that, so you can’t”. I’ve literally had to boot into Linux to fix things on Macs. Fucking infuriating.

permalink
report
parent
reply
7 points

I did this. Luckily, nothing was lost because I was only using it to learn at the time. It oddly boosted my confidence because if I could break the OS, I could learn how to use it.

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

Hint: :q!


Sister communities:

Community rules (click to expand)

1. Follow the site-wide rules
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like “every user of thing”.
  • Don’t get baited into back-and-forth insults. We are not animals.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures

We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.

  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.

 

Please report posts and comments that break these rules!


Important: never execute code or follow advice that you don’t understand or can’t verify, especially here. The word of the day is credibility. This is a meme community – even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don’t remove France.

Community stats

  • 9.6K

    Monthly active users

  • 1.4K

    Posts

  • 41K

    Comments