1006
Security (discuss.tchncs.de)
top 50 comments
sorted by: hot top controversial new old
[-] MonkderDritte@feddit.de 185 points 11 months ago

Never understood why Windows' explorer hides extension by default. Does MS fear it would confuse their users?

[-] TrickDacy@lemmy.world 138 points 11 months ago

Yes, they think their users will be confused by and accidentally remove extensions. To be fair that might happen sometimes but it's nowhere near worth it

[-] marcos@lemmy.world 60 points 11 months ago

They already have a confirmation box when you try to change the extension. And could just as easily move it into another column where it's harder to change (explorer was like this once, a long time ago).

And yet, they keep hiding the on the rationale that it confuses the users. The most common thing on explorer is some user being confused because they can't understand what clicking on a file is supposed to do, but that's not an argument for showing them...

So, yeah, that's the surface-level explanation. But there's a deeper reason.

[-] Almrond@lemmy.world 30 points 11 months ago

You seriously underestimate the stupidity of 80% of windows users. They could put multiple warnings and people would still click past them without reading then bitch to their IT team when they break something.

load more comments (3 replies)
[-] MonkderDritte@feddit.de 17 points 11 months ago* (last edited 11 months ago)

Ah, right, in the context that Windows determines filetype only on extension.

Btw, there's a bunch of mimeopen implementations for Linux. Is there something like that for Windows too?

[-] TrickDacy@lemmy.world 18 points 11 months ago

I don't think that anything like that exists in Windows. Generally that's my least issue with windows honestly. It's a POS on so many levels

load more comments (7 replies)
load more comments (3 replies)
[-] rtxn@lemmy.world 179 points 11 months ago

What do you mean? linkin_park_-_numb.mp3 clearly has an extension, it's all the other files that don't!

[-] magic_lobster_party@kbin.run 96 points 11 months ago

One time I struggled debugging a program on a clean Windows machine. For some reason it seemed like it couldn’t find a JSON file that’s obviously in the system. I could even open the file on my own and view its contents.

Turns out after much frustration that the file was actually a json.txt file. I didn’t notice because the extension was hidden, so I only saw .json and thought it was fine.

[-] MonkderDritte@feddit.de 46 points 11 months ago

Step 5 in meme: add '.txt' to seemingly text files.

load more comments (3 replies)
[-] PerogiBoi@lemmy.ca 78 points 11 months ago

The OS designed to prime the population into bad cyber security practices so they are more easily able to exploit and scam later on.

takes off tinfoil hat

[-] Sanctus@lemmy.world 23 points 11 months ago

You have a point though. Why hide file types by default unless you believe the users are too dumb to ever learn what a few letters mean.

[-] magic_lobster_party@kbin.run 30 points 11 months ago

Hate to break it to you, but most users are that dumb.

load more comments (3 replies)
load more comments (1 replies)
[-] abcd@feddit.de 68 points 11 months ago

You can’t imagine how much I hate this setting. A couple of weeks ago I helped a guy install some specific software on a windows machine provided by the customer. It’s like one exe with a config file. Pretty basic. My instructions were:

  1. Copy the exe to a specific path
  2. Create a new text file in the same path and copy paste this provided text into the file
  3. Rename file to abc.xml

The exe was throwing errors because of the missing config file. Of course the filename was abc.xml.txt 💩

[-] GreyEyedGhost@lemmy.ca 37 points 11 months ago

This is part of what helped the I love you virus to spread. Not too many idiots would open a file titled ILoveYou.txt.vbs, but even some smarter people will turn their brains off if they get a file titled ILoveYou.txt, possibly even me, except the first thing I do with a new computer is unhide file extensions.

[-] fluxion@lemmy.world 11 points 11 months ago

This gave me PTSD

load more comments (2 replies)
[-] DrGunjah@lemmy.world 58 points 11 months ago

It's not like I want to defend windows, but If it needs admin permission you usually can't start it without confirmation.

[-] r00ty@kbin.life 80 points 11 months ago

Here's the problem. So many legitimate things need elevation, and often multiple times in a single install. Guess what most Windows users do, when they see an elevation prompt. What do you reckon?

[-] DrGunjah@lemmy.world 39 points 11 months ago

Honestly I don't think it's that bad. I have to use sudo just as often on linux as I have to accept the elevation box on win. Win11 has some serious issues but UAC is harmless.

[-] r00ty@kbin.life 13 points 11 months ago

Sudo is very different. You need to explicity enter your password. It may be cached for a short time and I'd argue that's actually better.

If I'm installing something, it asks for my password once but can then raise to root multiple times that's fine.

If I'm installing something and it asks for elevation three times, for example it needs to Install multiple drivers. It generates an automatic click when installing for many unexperienced users. It's dangerous imo.

It can't really be compared to Sudo.

[-] glitchdx@lemmy.world 24 points 11 months ago

Sudo is just clicking "ok" with extra steps, thus making adding and removing programs more annoying, thus meaning the common user will probably just be logged in as root all the time. I challenge you to change my mind.

load more comments (2 replies)
[-] DrGunjah@lemmy.world 15 points 11 months ago

So you think a person that would turn off UAC wouldn't just put NOPASSWD in the sudoers? I doubt that. And even if they had to enter their pwd... Wouldn't that just be annoying for the casual user instead of increasing security? I doubt they would be like "Oh I have to enter my pwd now, that really makes me think twice about whatever I was going to do with sudo."

load more comments (1 replies)
load more comments (5 replies)
[-] ExfilBravo@lemmy.world 22 points 11 months ago

Everyone knows most people turn UAC completely off after it nags them for the 10th time and they get frustrated and dump it.

[-] DrGunjah@lemmy.world 11 points 11 months ago

Yeah maybe, but if that exact same people would use linux they would sudo or 777 everything which wouldn't be much better security wise

[-] ulterno@lemmy.kde.social 13 points 11 months ago

Let me introduce you to a plethora of industry RedHat users who log into GUI as root for 8 whole hours, everyday.

load more comments (2 replies)
load more comments (1 replies)
load more comments (1 replies)
[-] ftbd@feddit.de 43 points 11 months ago

Don't forget: Files have execute permissions by default!

[-] vanderbilt@lemmy.world 18 points 11 months ago

Windows moment 🤗

load more comments (1 replies)
[-] Godnroc@lemmy.world 40 points 11 months ago

I'm literally trying to get into Linux and one of the first things was installing software, which involves copying and running random bits of code from whatever website has the highest search result. I would say a lot of software is running code you have no idea what it does.

[-] irmoz@reddthat.com 30 points 11 months ago

I ask this with full sincerity - are you unaware of the package manager?

[-] szczuroarturo@programming.dev 15 points 11 months ago

He has a point tho. The amount of copy pasting random shit from the internet into the console is way too comon if you go down the rabbit hole on some issues with the system and find a solution on some abandoned by god itself linux forum. To be fair its usualy just a comand that does shit for you in 5 seconds so you dont have to use gui buuut it does happen and i can tell what this stuff does but the average user likley dosent . Alghtough it might be less common today. Its been quite a long time since i last broke my system.

load more comments (2 replies)
load more comments (7 replies)
[-] TheRedSpade@lemmy.world 27 points 11 months ago

Installing software on Linux almost never involves "copying and running random bits of code" unless you have a need for some really obscure program. Learn how to use your distribution's package manager.

[-] billiam0202@lemmy.world 21 points 11 months ago

Learn how to use your distribution's package manager.

Also

sudo apt update

sudo apt upgrade

covers what, about 60% of Linux desktops?

load more comments (1 replies)
load more comments (2 replies)
[-] smileyhead@discuss.tchncs.de 20 points 11 months ago

Those are just tutorials showing how to install something. Typing flatpak install firefox is one and the same as going into the app store, searching for Firefox and clicking "install". Tutorial websites would just show terminal as it's more universal.
If they ask you to actually download some file there is something very wrong.

I often see people overwhelmed by universality of some things. Instead of searching "How to install Firefox on Linux?" what should be learned is "How to install software on Linux?" and, unless met with something badly ported, never do the search again.

But what my meme is about is Windows-only style of having some file and by default having no idea if that's going to run in some program or be a program.

[-] ego@lemmy.dbzer0.com 17 points 11 months ago

While I totally agree with you about package managers, I still run into a lot of apps that the only install option is a .deb downloaded from a webpage. Which is comparable to running a .exe on windows.

load more comments (1 replies)
[-] Cassa 37 points 11 months ago
[-] frippa@lemmy.ml 48 points 11 months ago

50% of being a Linux user is hate towards Windows so I'd say it fits

[-] Kerb@discuss.tchncs.de 13 points 11 months ago

the other 50% is hate torwards nvidia

[-] TrickDacy@lemmy.world 15 points 11 months ago

And 100% of it is fair

load more comments (5 replies)
[-] smileyhead@discuss.tchncs.de 17 points 11 months ago

You know a more fitting comminity to post it?

load more comments (1 replies)
[-] Evil_incarnate@lemm.ee 33 points 11 months ago

Just hijacking a discussion about security. I would think that Linux users would be more security conscious. But I found in my buildings trash a bunch of HDDs, some 1TB and a 5TB, so I took them to see if they were ok (and recycle properly if not).

All ext4 formatted and with lots of personally identifiable information including emails and photos and stuff.

The previous owner was an early Linux dev, wrote stuff that is still in the kernel. Yet unencrypted drives just thrown in the trash.

I've cleared the drives and now use them for myself, after I searched for a wallet.dat file.

load more comments (3 replies)
[-] iiGxC@slrpnk.net 28 points 11 months ago

At a conference recently, one person accidentally sent the organizer a pdf of their presentation with their notes underneath each slide, instead of the presentation itself, but it was super confusing because the file was "presentation.pptx.pdf" which of course got displayed by windows as "presentation.pptx". The person who decided to hide extensions by default must be so proud of pulling off such a wide reaching prank

[-] Titou@sh.itjust.works 16 points 11 months ago

Spoderman.mp4.exe

[-] heavy@sh.itjust.works 12 points 11 months ago

Of all the reasons to be like "Windows bad, Linux good!" This one doesn't really hit.

Of all the actual differences, this is the one people think makes Linux superior? This is just a circle jerk lol.

load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 03 May 2024
1006 points (100.0% liked)

linuxmemes

24335 readers
477 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