this post was submitted on 22 Jul 2023
21 points (100.0% liked)

Linux

1 readers
2 users here now

founded 1 year ago
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] sbb@kbin.social 4 points 1 year ago (3 children)

If you must dual boot, have totally separate hard drives, and the choosing between Linux and Windows should be done in the UEFI boot menu, not GRUB menu. Windows can render Linux unbootable otherwise, requiring a rather complicated rescue. Windows would ideally not have any chance to see the Linux hard drive while booted.
An external SATA SSD in a USB enclosure is cheap these days.

[–] Zeppo@sh.itjust.works 4 points 1 year ago (1 children)

Yeah, Windows likes to overwrite the MBR with no warning as if that's perfectly fine. I've always wondered what combination of carelessness, incompetence, interface streamlining and competitive malice is responsible for that. It's also ridiculous how in 2023 there's still no native way to read Linux filesystems from Windows.

[–] SamXavia@kbin.social 1 points 1 year ago (1 children)

@Zeppo That does sound ridiculous especially as I wouldn't mind running linux through Windows, I know it wouldn't work as well but I know I would do a lot of my less complex tasks through there such as browsing the internet as I could game on Windows or Linux as I don't really mind if I'm VMing one

[–] Zeppo@sh.itjust.works 2 points 1 year ago (1 children)

Sure, another option is running Linux in a VM, though I thought the goal was to overall switch to Linux as much as possible.

VMs have facilities to transfer files between the host and guest OS, which helps.

[–] SamXavia@kbin.social 1 points 1 year ago (1 children)

@Zeppo The goal would be to use Linux as my base OS in the future. As I look through the many comments from everyone I am now re-evaluating some of the things I feel I 'Need' in my set up such as my Sync Cloud Storage, Instead I hope to move over to External Hard Drives.

Knowing Adobe is a huge part of my setup does hurt the idea of moving to Linux at the moment but I will have to find if there is a workaround other than VMs in the future. People mentioned GPU Passthrough on the VM which would help a lot, It's just not only learning how to run a VM but how to do the pass-through on it.

But yes I do wish to move to Linux in the future but maybe baby testing the Distos I think I might like on a VM might be the best way to step into this rather than going into the deep end straight away.

[–] Zeppo@sh.itjust.works 1 points 1 year ago

Sure, installing Linux in a VM would be the fastest and easiest way to test it out and start becoming familiar! You could try a few distros/desktop environments and see what you like without having to deal with reformatting or real hardware.

[–] technologicalcaveman@kbin.social 3 points 1 year ago (1 children)

I do the external usb ssd for my windows drive and recommend it endlessly. I use the windows drive for music production and the maybe 2 games in my several hundred game library that don't work in linux. 100 bucks for a 1tb samsung external ssd, and wintousb to make it functional.

[–] SamXavia@kbin.social 2 points 1 year ago (1 children)

@technologicalcaveman Thank you never have heard of a WinToUSB but will really need to look into it as it sounds like a great way to be able to run Linux.

It's a good tool, pretty easy to set up too. I personally recommend not connecting to internet when setting up windows 10 so that you're not forced into either signing in or signing up for a windows account. I did that and about a year later on the same install, it's all good still.

[–] Teppic@kbin.social 3 points 1 year ago* (last edited 1 year ago) (2 children)

I've got Windows and Mint dual booting from the same drive, using grub. All seems to work fine for me...

[–] Still@programming.dev 4 points 1 year ago

it works great until windows decides to reinstall the bootloader

[–] Celivalg@iusearchlinux.fyi 3 points 1 year ago (1 children)

Windows tends to overwrite the bootloader

[–] SamXavia@kbin.social 1 points 1 year ago

@Celivalg This seems to have been a problem I had previously on my old PC as I wanted to dual boot Windows and Linux before. Thank you.