this post was submitted on 23 Nov 2024
729 points (89.3% liked)

linuxmemes

21393 readers
1178 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    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 fork-bomb your computer.

    founded 1 year ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] csm10495@sh.itjust.works 1 points 3 hours ago

    Wait till you accidentally overwrite the system python.

    [–] ZILtoid1991@lemmy.world 12 points 15 hours ago (3 children)

    IDK, but I more often had issues with installing apps to Linux than to Windows, usually dependency-hell related ones, but once I had trouble enabling snap on Linux Mint.

    [–] Petter1@lemm.ee 3 points 10 hours ago

    Mint activity tries to protect you from using snap.

    [–] IcyToes@sh.itjust.works 10 points 14 hours ago

    If you're enabling Snap on Mint, you might as well install Ubuntu.

    [–] x00z@lemmy.world 8 points 14 hours ago

    but once I had trouble enabling snap on Linux Mint.

    Seems like a win

    [–] madcaesar@lemmy.world 18 points 16 hours ago (15 children)

    When you make fun of something that really isn't an issue it just makes your side look worse. Windows has real problems, but installing shit ain't it.

    My dad can install anything on windows with clicks, he can't do shit with a terminal.

    I'm a power user and love GUIs. I'll use git desktop all day everyday, instead of typing shit in a command line. It's one button press vs typing paths and hoping you don't misspell shit.

    I don't really get the whole command line fetish, there are no extra points in life for doing things the harder way.

    Ah, yes. I also love it when I search for firefox on my new PC with Edge (without adblocker) and get sponsored malware in the results.

    I still use windows but I think installing software on Linux is way more convenient. Especially with the AUR.

    [–] thevoidzero@lemmy.world -2 points 13 hours ago* (last edited 13 hours ago)

    A simple analogy is, would you rather have keyboard with a-z and symbols you can use to build words/sentences, or would you want a wordlist you can scroll and click, while expanding words in groups, and having to find non-frequent words with a lot of difficulty to make up sentences.

    Command line use is harder if you come from gui. But the main use case of command line are:

    • automation: anything you can do in a command line, can be copied in a script,
    • uniformity: every software now has almost the same format of use,
    • flexibility: gui almost always has less options than command line, and many times options are hidden within a lot of tabs and options.
    • Auto complete: whenever someone complains about terminal being hard to use and spelling mistakes I think about this. I think many people that come from GUI don't know about auto-completion on terminal. It's easy to see which options are available, easy to choose files, wildcards for multiple files, and all that
    • piping: command line allows you to chain one command with another. You have a command to list all your music files, chain that with a search command to search files within them. Now if you need to search in a python code, you use the same search command, just different command to read the file. You basically have lego blocks (old ones) that can be used to make anything.

    I can understand people being afraid of command line when they start, but I think many people come with biases and don't use good terminal and other tools to make things easier.

    load more comments (13 replies)
    [–] Knightfox@lemmy.one 2 points 10 hours ago* (last edited 10 hours ago) (2 children)

    I'm preparing for a new computer build and I have some questions. I'm feeling really scorned by Windows 11 and its incompatibility with my current hardware as well as the overall sense of that my privacy is being invaded. I'm not super familiar with linux, but I have messed around with various distros.

    The build I'm planning to put together will likely use an AMD processor, but I'm uncertain about the GPU (definitely AMD or Nvidia). With my current build, RX 480 and i5-6500 I have found that in recent years I get massive artifacts in relatively old games such as Planetside 2 and Path of Exile (I also play Magic Arena quite a bit, but haven't experienced any issues there). I even get screen tearing when watching youtube or amazon prime. It's possible that my card is just dying, but considering that I don't consistently see these issues across multiple applications I feel like it might be a driver issue.

    I'd really like feedback and to know more about Linux gaming (especially with the games mentioned) as well as experience with AMD, Nvidia, and Intel hardware.

    Thanks to anyone who responds.

    [–] JargonWagon@lemmy.world 3 points 4 hours ago* (last edited 4 hours ago)

    In my experience, gaming worked great on Linux Mint. Overall, you may encounter issues with online gaming but only because the servers will see you're using Linux and decide you must be cheating. Not really an issue with Linux, more an issue with the devs not doing a proper job.

    ProtonDB is a good resource to understand what games run well on Linux and what issues you may encounter.

    [–] Petter1@lemm.ee 2 points 10 hours ago

    For me, nvidia with proprietary drivers works great, just make sure to have correct dependency packages installed for vulcan etc. (should just work in most distros if their recommended way of installing nvidia drivers is used)

    [–] coherent_domain@infosec.pub 3 points 17 hours ago* (last edited 7 hours ago)

    I think mixing app and system dependencies is not the best idea, and Linux desktop is still fighting its impact.

    When all the apps on a consumer laptop is expected to depend on the same dependencies, the system likely run into dependency hell, which means many apps needs to be downgraded in order to keep older apps working.

    This mixture of system dependency and app dependency also prevents users to use the the latest version of an app on a hyper stable base system.

    Flatpak basically aim to solve this problem, where each app chooses their own dependencies, so you don't need to downgrade all your app just because one app depends on python 2.7.

    [–] Gestrid@lemmy.ca 21 points 1 day ago (3 children)

    I can't remember the last time I got a DLL error on my Windows laptop, honestly. I don't think that's ever happened on my current computer.

    load more comments (3 replies)
    [–] tehn00bi@lemmy.world 15 points 1 day ago

    Been using Linux off and on since 2003-ish. I remember the days of having to compile applications and having to download various dependencies. Linux now is so streamlined and easy. Minus gentoo.

    [–] thermal_shock@lemmy.world 28 points 1 day ago* (last edited 1 day ago) (4 children)

    Edge (Microsoft browser) thinks the Microsoft Teams exe installer FROM MICROSOFT SERVER is malware, no joke.

    [–] lastunusedusername2@sh.itjust.works 49 points 1 day ago (13 children)

    This was made by someone who has never used either

    [–] Zink@programming.dev 13 points 1 day ago

    Eh, Windows complaints tend to get pretty hyperbolic much of the time. It’s slow and annoying but I’ve always worked with it

    But the description of the Linux update process matches my experience with mint, pretty much. I even use the GUI update utility because it will put a little icon in the bottom corner of the screen. It’s quick even if I’m using a program that’s going an update, and if the kernel gets updated it’s just like “hey remember to reboot buddy!”

    load more comments (12 replies)
    load more comments
    view more: next ›