• Magnum, P.I.@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      10 hours ago

      Unfortunately most of the time even running maleware in wine is not able to infect your system. It is possible but the market rather tends towards focusing Windows operating systems and flaws. But the rise of Steam Decks and Proton will most certainly bring people writing maleware which will try to detect if it is run in a wine environment and switch behavior. Just as there is maleware detecting if it runs in a VM and tries to escape.

  • cron@feddit.org
    link
    fedilink
    arrow-up
    148
    ·
    1 day ago

    Well, malware devs should just ship as a docker container.

    version: '3.9'
    
    services:
      ransomware:
        image: totally-legit/malware:latest
        container_name: scary_encryption_bot
        restart: always
        volumes:
          - path_to_your_sensitive_files:/data
    
  • quediuspayu@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    55
    ·
    1 day ago

    Very relatable. Half the solutions I find online are for distros that do things slightly different that whatever I’m using.

    • Johanno@feddit.org
      link
      fedilink
      arrow-up
      13
      arrow-down
      1
      ·
      22 hours ago

      Just use Nixos.

      It does things so differently almost no tutorial from any other distro works.

      Ah glorious Nixos

      • missfrizzle@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        11 hours ago

        learning Nixos is like undergoing a lengthy, tortuous hazing ritual in exchange for mastery of certain powerful blood magicks.

        I bear the lambda snowflake on my arm, a sigil remnant of those dark months.

    • ButteryMonkey@piefed.social
      link
      fedilink
      English
      arrow-up
      14
      ·
      1 day ago

      What you mean you don’t enjoy the challenge of going through page after page of solutions, going “hmm, that doesn’t quite look right/make sense/sound familiar but I’ll try it any- oh, the dependencies are missing, well nvm on this option…”?

      • LucidNightmare@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        1 day ago

        No. I actively hate it to be real, but I leave that frustration for future me since my OS is pretty damn reliable and rock solid 90% of the time.

        I also learned to do monthly updates instead of weekly because I updated once this year, and every time afterwards I went to update, it would always destroy my display. (Nvidia card user here, I didn’t know I would be moving to Linux so I didn’t know how stupid nvidia can be on Linux lol). It took a literal two or three months of trying to update before it did without any issue whatsoever!

        On the upside, I was able to update last month and everything worked fully like it used to. Just weird ass behavior sometimes.

  • anon5621@lemmy.ml
    link
    fedilink
    arrow-up
    19
    arrow-down
    2
    ·
    1 day ago

    Cause it written in dumb way or for very specific systems normaly u could do static linking ,proper checks of fs and etc stuff and it will cover 90% of usual users