this post was submitted on 06 Sep 2024
611 points (90.4% liked)

linuxmemes

25357 readers
723 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
     
    (page 2) 50 comments
    sorted by: hot top controversial new old
    [–] [email protected] 0 points 9 months ago* (last edited 9 months ago)
    [–] [email protected] 40 points 9 months ago (1 children)

    thank god it's not case sensitive holy shit. i don't understand the kind of person who would see that as a positive.

    [–] [email protected] 23 points 9 months ago (2 children)

    Seriously.

    It sounds like a fucking nightmare. Imagine working on something for days and it refuses to work cause you accidentally capitalized 1 file name and dont notice it?

    That sounds like the kind of shit they'd do in tech hell.

    load more comments (2 replies)
    [–] [email protected] 20 points 9 months ago* (last edited 9 months ago) (3 children)

    The main problem with case-insensitive is that software sometimes is lazily developed: If a file is named β€œFile.txt” and a program opens β€œfile.txt”, then on a case-insensitive file system it will work fine. If you then format your drive to case-sensitive, the same software now fails to load the file. Source: tried case-sensitive filesystem on macOS some years ago.

    [–] [email protected] 3 points 9 months ago

    Had this issue with Full Tilt! installer on Wine, fortunately the fix was easy

    [–] [email protected] 4 points 9 months ago

    Its given me issues installing the Fallout 2 Restoration patch.

    load more comments (1 replies)
    [–] [email protected] 20 points 9 months ago (1 children)

    The android build system used that limitation of Windows to prevent android from being built on Windows. They purposely had directories with the same name but different capitalization.

    [–] [email protected] 11 points 9 months ago (1 children)

    Why would they do that on purpose?

    [–] [email protected] 6 points 9 months ago

    Maybe a reason why the Android Subsystem for Windows got canned?

    [–] [email protected] 3 points 9 months ago (1 children)

    Does this also work in Linux or just GNU/Linux?

    [–] [email protected] 5 points 9 months ago

    Or as I've recently taken to calling it, GNU+Linux

    [–] [email protected] 30 points 9 months ago* (last edited 9 months ago) (2 children)

    cd downloads

    bash: cd: downloads: No such file or directory

    cd Downloads

    user@pcname:~/Downloads$

    [–] [email protected] 24 points 9 months ago* (last edited 9 months ago)

    Bash has an option for that you can put in your .bashrc:

    bind "set completion-ignore-case on"
    

    Other interesting options exist

    [–] [email protected] 12 points 9 months ago (2 children)

    Zsh autocompletes lowercase input to the correct file or folder name when using tab. It's great!

    load more comments (2 replies)
    [–] [email protected] 2 points 9 months ago

    I wanna "make a both filename"!

    [–] [email protected] 34 points 9 months ago (4 children)

    Is it just me or is that more of a hinderance?

    [–] [email protected] 15 points 9 months ago (2 children)

    I absolutely fail to see the utility of having a user called Bob and bob, or a dir called Downloads and downloads. Capitalisation makes sense in code - at a glance I can know I'm looking at a Class or a var, but for system administration it has only ever wasted time, and not once made anything easier.

    load more comments (2 replies)
    [–] [email protected] 4 points 9 months ago
    [–] [email protected] 5 points 9 months ago

    Definitely an inconvenient thing.

    load more comments (1 replies)
    [–] [email protected] 17 points 9 months ago (1 children)

    Strictly speaking, this is a limitation of the default filesystem, and not the core operating system. If you mount a NFS share that is case sensitive, it will still be case sensitive.

    [–] [email protected] 7 points 9 months ago (1 children)

    Technically not a limit there either since you in windows on NTFS can set a flag on a folder to make it case sensitive

    fsutil.exe file queryCaseSensitiveInfo <path>
    
    [–] [email protected] 4 points 9 months ago (2 children)

    Can you apply this recursively to an entire drive? Say... C:\

    load more comments (2 replies)
    load more comments
    view more: β€Ή prev next β€Ί