this post was submitted on 20 Apr 2025
564 points (96.2% liked)

linuxmemes

24570 readers
4060 users here now

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 figuresWe 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.

    founded 2 years ago
    MODERATORS
     
    top 22 comments
    sorted by: hot top controversial new old
    [–] Reygle@lemmy.world 13 points 18 hours ago

    Best part of the joke is EXT4 partitions (and BTRFS, ZFS, etc too?) are invisible to Windows, so it's just "flailing its gun" at the wind the whole time.

    [–] SoftestSapphic@lemmy.world 3 points 17 hours ago* (last edited 17 hours ago) (1 children)

    Me: Hey Linux can you open my .exe for me? Windows just makes me doubleclick the file so it should be easy.

    Linux:

    Executes Under Windows

    If the file is a windows file, it will not run under Linux on it's own. So if that's the case, you could try running it under a windows emulator (WINE). If it's not compatible with wine, then you won't be able to execute it under Linux.

    Before you can start, you will need to install wine. The steps you need to install wine will vary on the linux platform you are on. You can probably google "Ubuntu install wine", if for example, you're installing ubuntu.

    Once you have wine installed, then you'd be able to execute these commands.

    cd abc/ wine info.exe

    Execute Under Linux

    if you know this file to run under linux, then you'll want to execute these commands:

    Change to your abc directory

    cd abc/

    Then you'll want to change permissions to allow all users to execute this file (a+x). you could also allow just the user to execute (u+x)

    chmod a+x info.exe

    Launch the program, the ./ tells the command line to look in the current path for the file to execute (if the 'current' directory isn't in the $PATH environment variable.

    ./info.exe

    ...

    [–] 56_@lemmy.ml 1 points 30 minutes ago
    [–] 01189998819991197253@infosec.pub 106 points 1 day ago (1 children)

    Not sure Linux busts in like this. It just, sorta walks in like it owns the place. "Door was locked? It wasn't for me."

    [–] mrunicornman@lemmy.world 3 points 1 day ago

    Dave Chappelle as Rick James walking into Charlie Murphy's house.

    [–] DaddleDew@lemmy.world 125 points 1 day ago* (last edited 1 day ago) (1 children)

    Windows: "There is something wrong with that weird drive I've just found. Do you want me format it to 'fix' it?"

    Me: "Alright Windows, your permission to exist on my computer has been revoked."

    [–] primemagnus@lemmy.ca 16 points 18 hours ago* (last edited 18 hours ago) (1 children)

    What using Windows be like:

    Windows: Hey, do you want me to…

    Me: Nooooooooooooo!!!!!!!!!

    [–] DaddleDew@lemmy.world 20 points 18 hours ago* (last edited 18 hours ago) (1 children)

    Windows: "OK, I'll keep asking every day just in case you change your mind. Then one day I'll just do it without asking"

    [–] LucidNightmare@lemm.ee 23 points 1 day ago (1 children)

    Actual legit handy in my setup. I use some things on Windows but mainly drive openSUSE.

    Being able to just pluck whatever files I need from my windows drive is pretty dope.

    [–] OmegaLemmy@discuss.online 12 points 1 day ago

    I hate the lack of Linux compatibility in windows, the one time I use windows and I need to access btrfs? Good fucking luck, most tools have astericks attached, "MIGHT CORRUPT YOUR DRIVE, USE AT YOUR OWN RISK"

    [–] yesman@lemmy.world 38 points 1 day ago (2 children)

    There was a time when a Linux live CD could dominate a windows install like a porno. But then they started turning on full drive encryption and none of my tricks works anymore :(

    [–] adarza@lemmy.ca 47 points 1 day ago

    ntfs: hey, i got user passwords set up here!

    linux: really? never noticed.

    [–] albert180@piefed.social 9 points 1 day ago

    Thankfully they can still encrypt Bitlocker if you have the Password

    [–] bdonvr@thelemmy.club 27 points 1 day ago* (last edited 1 day ago) (2 children)

    What image do you put for when you install the BTRFS driver in Windows (yes it's real and it works pretty well actually.)

    For extra unholy fuckery try installing Windows on the same partition as Linux, if you can load the driver that early. Edit: https://github.com/maharmstone/quibble it is possible. May God save our souls.

    [–] AnUnusualRelic@lemmy.world 2 points 17 hours ago

    There have been windows drivers for Linux filesystems for a long time. I never dared to let windows read my Linux disks back when I still used it from time to time. Never trusted it enough for that.

    [–] Dhs92@programming.dev 6 points 1 day ago (1 children)

    I used to run that driver but sadly didn't want to go through the trouble of making it work with secure boot. It also had some weird issues with things like scrubbing and creating new volumes for me.

    [–] bdonvr@thelemmy.club 5 points 1 day ago

    Oh I never let Windows touch my partition table anyhow. That's a Linux job.

    [–] superweeniehutjrs@lemmy.world 28 points 1 day ago (2 children)

    Windows accessing my other Windows installation's files corrupted my filesystem, how does that factor in?

    [–] LostXOR@fedia.io 48 points 1 day ago

    Windows will sooner kill itself than learn how to play nice with others.

    I'm literally dealing with this shit now.

    [–] baines@lemmy.cafe 1 points 1 day ago

    circular links go bbbrrrrrrrrrrrrrre