• MrSulu@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 hours ago

    To me, that’s the same as “Five reasons not to invite a renowned scammer and con artist into your home”. Unfortunately, my work colleagues think its normal and what else can they do but shrug.

    • BeeegScaaawyCripple@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      i worked in a specific financial subindustry and the three software packages that were the best in the industry were not supported on linux (i did not test with WINE). the only software package that had linux support was absolutely awful. interface designed by business majors, not industry specialists.

      i wish it were easy to work on linux, but hoping doesn’t get them to change.

    • Playgroup_Gristle_360@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      17 minutes ago

      Oh boy my time to shine. Took me a while but I finally got Insta360 Studio working smoothly in Bottles on Linux with GPU acceleration. All credit goes to this github repo https://github.com/SveSop/nvidia-libs.

      1. download nvidia-libs-0.8.1.tar.xz from https://github.com/SveSop/nvidia-libs
      2. unzip it
        • the zip includes a bottles_setup.sh script, you can try it and see if it works, but it didn’t work for me so I had to use the manual method detailed as follows
      3. copy the extracted nvidia-libs-0.8.1 folder to $HOME/.var/app/com.usebottles.bottles/data/bottles/
        • this is just copying it to a location inside the Bottles flatpak sandbox, so we can access it inside the Flatpak command shell that we use later
      4. go to Bottles > Preferences > Runners
      5. install kron4ek-wine... runner (not the proton one)
      6. create a new Bottle:
        • Name: Insta360
        • Environment: Gaming
        • Runner: soda
      7. after creation, go to Insta360 bottle > Settings:
        • DXVK: Disabled
        • VKD3D: Disabled
        • Discrete Graphics: Enabled
      8. (optional) at this point feel free to close Bottles and disable internet for Bottles if you are really paranoid about privacy and don’t want the Insta360 Studio sending telemetry. You can disable internet for Bottles entirely using Flatseal, or use the experimental option inside Bottles to disable internet specifically for the Insta360 bottle
      9. then in terminal, enter a shell inside the Bottles flatpak sandbox: flatpak run --command=bash com.usebottles.bottles
      10. enter the folder you copied from step 3: cd $XDG_DATA_HOME/bottles/nvidia-libs-0.8.1
      11. set variable pointing to the folder corresponding to your Insta360 bottle: export WINEPREFIX=$(realpath ../bottles/Insta360)
      12. set variable pointing to the soda runner: export PATH=$(realpath ../runners/soda-9.0-1/bin):$PATH
        • exact folder name depends on the version of soda you used in step 6
      13. run the installer script ./setup_nvlibs.sh install
      14. back in the Bottles flatpak, go to the Insta360 bottle settings and switch to kron4ek-wine... runner
        • as for why I didn’t start with the kron4ek-wine... runner from the start, it’s because I had trouble running the setup_nvlibs.sh script in step 13 when I tried to point to the kron4ek-wine... path in step 12, so I started with the soda runner instead
      15. run the Insta360 Studio installer inside the Insta360 bottle
      16. open Insta360 Studio inside the Insta360 bottle, go to Preferences, and if hardware acceleration is enabled by default then everything should be working!

      Note: You’ll want to put all 360 files in the Bottles Flatpak sandbox at $HOME/.var/app/com.usebottles.bottles/data/bottles/Insta360/. This way Insta360 Studio will be able to see them. Exported files will end up in the sandbox as well.

      I actually did this all in a VM with GPU passthrough, and then made a backup of the entire VM. This way I’ll always have a working copy of Insta360 Studio, even if newer versions of Linux or Bottles stop supporting it.

      Tested on:

      • Fedora Bluefin 42
      • Bottles runner: kron4ek-wine-10.8-amd64
      • nvidia rtx gpu
      • Insta360 Studio version: 5.6.1

      References:

  • refalo@programming.dev
    link
    fedilink
    arrow-up
    16
    ·
    15 hours ago

    5 reasons you should not ditch Windows:

    • Your hardware is incompatible or you do not want to fiddle with settings or command lines

    • Your applications/games only work well on native Windows (and not wine)

    • You need serious group policy support or other device/software lockdown methods

    • Your company policy requires it

    • Makes helping Windows users harder if you cannot walk them through the same things they are doing

    Of course if any of these apply you can always dual-boot or use a VM. I’m not saying you shouldn’t use Linux at all.

    • xthexder@l.sw0.com
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      Your hardware is incompatible

      I think you’ll have an extremely hard time finding any hardware that supports Windows but can’t run linux. With Win11 requirements it’s much more likely to be the other way around.

      Your applications/games only work well on native Windows

      Personally, every game I care to run works perfectly fine on my Steam Deck. I refuse to play any games that require kernel-level anti-cheat. It’s officially distributed malware if you ask me.

    • 1984@lemmy.today
      link
      fedilink
      arrow-up
      10
      ·
      11 hours ago

      To me, my activity on my own computer being monitored by Microsoft is the only reason i need to not use it.

      And I do actually think you may be slightly mad to be OK with that. Maybe because you feel you get a “free” operating system. I think thats the mentality of a slave.

    • Luffy@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      12 hours ago

      you do not want to fiddle with settings or command lines

      Kinda the reverse for me

      I need to fiddle with Massgrave and various debloat scripts to run win

      Your applications/games only work well on native Windows

      Windows for docker, winboat, etc

      serious group policy support or other device/software lockdown methods

      I would argue sudo and normal file permissions do the same

      Makes helping Windows users harder

      ???

  • Mihies@programming.dev
    link
    fedilink
    arrow-up
    27
    ·
    18 hours ago

    Security: Linux doesn’t need antivirus, just don’t install infected software. Riiiight? Sorry, but this is silly.

    • addie@feddit.uk
      link
      fedilink
      arrow-up
      40
      ·
      16 hours ago

      Centrally managed repositories help a lot, here. Linux users tend not to download random software off of sketchy websites; it’s all installed and kept up to date via the package manager.

      Yes, Linux malware and viruses exist, and we shouldn’t pretend otherwise. The usual reason for installing Linux virus scanners is because you’re hosting a file/email server, and you want to keep infected files away from Windows users, tho.

      • Mihies@programming.dev
        link
        fedilink
        arrow-up
        8
        ·
        13 hours ago

        Even package managers are vulnerable to many security problems - can they guarantee that apps are not infected either directly or indirectly (through a library)? There is also flathub. Windows have also an option to verify apps through certificates which isn’t the case with Linux AFAIK. If you want to stay safe on Windows to some degree you can, but the real problem IMO is that Windows is hugely more used and run by less technical persons. 🤷‍♂️

      • Railcar8095@lemmy.world
        link
        fedilink
        arrow-up
        9
        ·
        edit-2
        14 hours ago

        Linux users tend not to download random software off of sketchy websites;

        Search for “sudo curl … | sh” and let me know how many hits you get.

        • 1984@lemmy.today
          link
          fedilink
          arrow-up
          6
          ·
          13 hours ago

          Thats not random sketchy websites though.

          I would say Linux users who install software from the web knows what sites to trust. The beginners use the app store.

  • RedstoneValley@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    ·
    19 hours ago

    Any Tipps on how to do that in a business environment? Preferably from people who are actually using Linux in a professional environment? I’m using Linux at home for more than a decade now, and I don’t miss Windows at all, but transforming a smallish company to use Linux in a way that is remotely as comfortable as the Windows stuff seems impossible for now. I need to find solutions that don’t make it harder for our staff to get their work done, because they are busy enough with actual work.

    Simply replacing MS Office with LibreOffice and Nextcloud for example does not cut it. The tight integration of MS Teams, Office and Cloud functionality is seen as a huge benefit there and I can’t just take that away from them unless I find a combination of tools that work in a similar fashion. Using Google products instead is obviously not a viable alternative. Every cloud based solution I have found so far is underwhelming at best and lacks a good integration.

    Serious answers appreciated.

  • matelt@feddit.uk
    link
    fedilink
    arrow-up
    23
    ·
    24 hours ago

    The first paragraph alone filled me with so much emotion because my very first computer was a Pentium 75 too! If I hadn’t switched over to Linux earlier this year I would do it again in a heartbeat 💓 best decision I’ve ever taken!

    • chunkystyles@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      9
      ·
      22 hours ago

      I’ve said this many times here, but I was a Windows fanboy for close to 30 years. I hate that Windows got so bad, but I’m happy that I switched. Linux is great.

    • unexpected@forum.guncadindex.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 hours ago

      Or just run a live disc.

      It is so easy for everyone to just answer this question for themselves rather than read articles about it. And it takes about the same amount of time and effort.

    • Jaeger86@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 day ago

      Is dual boot a good way to ease yourself in? I literally just made a new nvme partition to try a dual boot

      • BassTurd@lemmy.world
        link
        fedilink
        arrow-up
        9
        ·
        21 hours ago

        I’d say no. The effort to setup a dual boot and then hope it never breaks isn’t with it. I’d recommend installing into a virtual machine and running from there. If you break something in your install then it’s easy to start over and it’s way easier for initial setup.

        • bocchi_on_steroids@ani.social
          link
          fedilink
          arrow-up
          2
          ·
          14 hours ago

          the effort to setup dual boot? most distros that sell themselves as beginner friendly have an option for dualboot set up during install. I have dualbooted windows and zorin for 6 months+ without something ever breaking.

      • cRazi_man@europe.pub
        link
        fedilink
        arrow-up
        17
        ·
        1 day ago

        Don’t do it on a machine that holds valuable data or one that you need the machine to stay functional for work. I repeatedly fucked up my installation trying to get dual boot setup initially. Bootloader are easy to mess up. Even on a working installation, a Windows update would sometimes break the dual boot.

        Its not difficult to set up a virtual machine inside your Linux installation. That way you don’t have to reboot and lose your other workflow to access your windows apps.

          • BCsven@lemmy.ca
            link
            fedilink
            arrow-up
            4
            ·
            1 day ago

            Or if you make two efi partitions, one for Linux and one that Windows uses. Then use the Probe Foreign OS in Linux to make a chainloader entry to windows. Set Linux as UEFI bootloader. Windows doesn’t know about the other partitions and leaves them alone.

              • BCsven@lemmy.ca
                link
                fedilink
                arrow-up
                1
                ·
                7 hours ago

                This is true. On some distros you just tell it to ignore the windows EFI and it suggests a new during partitioning. You say OK and the installer takes care of it.

              • BCsven@lemmy.ca
                link
                fedilink
                arrow-up
                2
                ·
                edit-2
                12 hours ago

                Not if you separate into two EFI partitions and set Linux one in your UEFI boot options. Windows only gets access when grub hands over boot to windows via a chainloader entry, windows only knows about its EFI. I have run it 8 years like this…after dealing with windows killing my first shared EFI.

            • KubeRoot@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              2
              ·
              16 hours ago

              And then fuck it up by pointing Linux at your windows EFI partition, end up with neither system bootable and make things worse as you panic and try to rush a fix without understanding what you’re doing.

              If you’re new to how it all works and having a working machine is important, best to keep it simple and as separated as you can.

              I’m also not convinced that “Windows doesn’t know about the other partitions”, that sounds like the kind of thing that’s true until it isn’t and it overwrites your Linux bootloader.

              • BCsven@lemmy.ca
                link
                fedilink
                arrow-up
                1
                ·
                14 hours ago

                I have run a dualboot for 8 years this way.

                Chainloading hands the boot over to Windows (from grub) but windows just thinks its a fresh boot. When windows does EFI changes its only to its own designated partition.

                You can even run windows update and when it prompts for reboot to install, you can launch Linux and do whatever, then boot back to windows and the install will continue like you didn’t interrupt it.

                The reason two drives works is same as what I mentioned, you have two EFI partitions that are separate.

                The only way you will wreck it is if you go into windows device manager and delete the unknown partitions.

      • sbird@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        5
        ·
        24 hours ago

        One thing you should do is to start with Windows and then add Linux, not the other way around. I remember someone online said Windows installation likes to occupy all of the drive/will erase the Linux partition, but I might be wrong on that. I have dual boot Fedora + Windows, and I solely use Windows for: a) using windows installation assistant when needing to reinstall windows for family and friends (apparently you can’t create a bootable Windows drive with Linux, which is kind of odd. Just getting the ISOs don’t seem to work, you have to use the “assistant”) b) Not much else actually, I use Fedora for almost everything now. There’s a Linux version of every app I use!

        • sbird@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          6
          ·
          24 hours ago

          LibreOffice (the UI seems to be much better on Linux vs on Windows), Firefox, Thunderbird, Tauon (the only music player I could find without iTunes era UI and has a usable shuffle function. Gapless/G4Music and Amberol are slick GNOME apps, but shuffle is terrible on both), Joplin (for notes), Okular (PDFs), VSCodium (code editor), Godot (game engine), ES-DE + RetroArch (for emulation), nomacs (images), Celluloid and Clapper (video player), FreeTube (YouTube client), OBS studio (screen recorder), Aseprite (pixel art, the editor I use the most, very awesome!), GIMP (photoshop, don’t really use this one as much as I never really used photoshop), Inkscape (illustrator, this is the editor I use the second most, it’s awesome), RawTherapee (Lightroom, I will eventually learn how to use this, but I am putting it off right now), FreeCAD + Blender (3D modelling), Kdenlive (video editor), OrcaSlicer (3D slicer), Nextcloud (self-hosted file backup + a bazillion other things), Immich (self-hosted photo backup), the default Calendar app w/ Radicale (finally I can sync my calendar with my phone! You aren’t able to do the same thing with the def. cal. of Windows…), Steam (all the games I play are supported), and a bunch of CLI utilities as well (like yt-dlp).

        • sbird@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          2
          ·
          24 hours ago

          I dual booted by “shrinking” the Windows partition by using the Disk management utility built into Windows. Then, when installing Fedora, I selected the free space available.

      • Captain Aggravated@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        19 hours ago

        It’s what I did, though this was on a Windows 8.1 machine a decade ago. I’ve heard people talk about Win 10 and 11 being a bit bitchier about dual booting.

        I think some of what made my conversion to Linux a success was having that fallback. Linux Is Not Windows, and you’re going to have to relearn how to do a bunch of little things that are impossible to see coming. There are little things you do, little utilities you use that are different in Linux. “I double click this file and a thing opens, I don’t know what you call the thing.” that kind of stuff. And you’ll need to do something to turn it in on time. Having your old WIndows partition means you can reboot your computer, do the thing the way you’re used to, get it done, and while you’re at it look up what that program is so you can find out how to do it in Linux.

        I’ve seen people not give themselves that fallback, and then get pissed at Linux over a little thing that is possible, they just hadn’t learned how, and learning how while trying to get something done is frustrating.

  • AngularViscosity@piefed.social
    link
    fedilink
    English
    arrow-up
    17
    ·
    1 day ago

    The only thing holding me back at this point is a thin thread called my favorite game only supports and requires anti-cheat on Windows. :(

    And money but hopefully that’ll solve itself soon.

    • Kryptkravler@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      21 hours ago

      Why are people promoting this, all of a sudden?

      Edit: I went to the website and saw the “Pro” paid option. It’s starting to make sense now.

      • AmanitaCaesarea@slrpnk.net
        link
        fedilink
        arrow-up
        11
        ·
        17 hours ago

        “Why are people promoting beginner friendly distros on a post about reasons to switch?”

        U are right, lets promote Nix and Gentoo here

        • ryper@lemmy.ca
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 hours ago

          Mint was the default suggestion for people switching from Windows until a few days ago, and then Zorin popped up.

          • AmanitaCaesarea@slrpnk.net
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            8 hours ago

            Yeah true that mint is the default. But if you look up any beginner distro recommendation then zorin is often also mentioned. Zorin 18 released last week so it’s a getting a bit more mentions then normal. But look up any beginner distro video or article and it’s always mint and zorin. Zorin has been around since 2009

        • msage@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          14 hours ago

          Gentoo is the best OS I’ve ever tried.

          With install script and automatic updates it would be OK for 95% of people.

          • AmanitaCaesarea@slrpnk.net
            link
            fedilink
            arrow-up
            3
            ·
            14 hours ago

            Thats awesome, personally never tried it. But it keeps popping up in “hard distros” discussions.

            Man all these install scripts are making every distro too accessible 🤣🤣 /s

            Only way too stay cool now is to switch to hannah montana os, or freebsd lol

      • popcar2@programming.dev
        link
        fedilink
        English
        arrow-up
        6
        ·
        17 hours ago

        Why are people promoting this, all of a sudden?

        They just released a new version a few days ago that’s really solid and aims to be a drop-in replacement for Windows. It’s probably the most beginner friendly distro out there and has stuff like Onedrive/MS 365 integration for people using that stuff.

        The paid version is useless unless you need support.

      • Captain Aggravated@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        19 hours ago

        Yeah it’s like, Zorin was the Trendy Distro Of The Month a few years ago. Cachy, Bazzite, at least two others ago. Like Zorin was right after Pop!_OS got a lot of praise for having the Nvidia version of the ISO.