Hey, I use the Adobe Suite for daily use to build and develop posts and videos for multiple people and can’t have my workflow slow down by learning a new application, I’ve looked into Linux a few times and want to really move over in the future but due to it not having support for Adobe, I’m not sure what to do.

One of the other applications I use is Sync (sync.com), It’s an application to sync your files from a folder to the cloud allowing me to switch from my to laptop (what I can’t run most things on) and then I can still access the files on the go if I need to send them to someone.

I also play plenty of games on Steam but not all of them have native Linux Instances. I believe Proton is actually helping bring non-native games to Linux which is a plus as really wouldn’t want to lose access to playing them.

Any advice on how I can get using Linux without losing these sorts of functions or do I have to wait till Windows annoys enough people making them all move to Linux first?

  • SamXaviaOP
    link
    fedilink
    111 months ago

    @art I think that might be a good idea, I was originally going to test running Windows in a VM on Windows and then think about Running Linux with a Windows VM on that. But I feel as if I might just need to VM my Linux as it would be easier due to my dependencies with my apps at the moment, I will be looking into changing or even removing the function of the apps I don’t need as much as possible.

    • i_cant_sports
      link
      fedilink
      311 months ago

      I might catch flak for this, but WSL would also be a good option. At least it was for me. It’s basically a Linux container that runs in Windows and is developed/supported by Microsoft. Some limitations so YMMV.

      Quick way to install Ubuntu WSL in PowerShell:

      wsl --install

      I also recommend the Windows Terminal app to compliment a WSL install. Download it in the Microsoft Store.

      • SamXaviaOP
        link
        fedilink
        111 months ago

        @i_cant_sports I’ve tried using WSL before but I seem to not be able to boot up into the Distro from clicking on the Linux WSL application after it appeared, I still might give it another go and see if it will run this time, thank you.