Linux user since 1998 or 99. Debian-Testing for my desktops, Mint for my laptops. I like things that work well with a GUI (I dislike the terminal, despite being well familiar with it), without bad surprises (Debian-Testing is surprisingly stable).
Eugenia
Ex-technologist, now an artist. My art: (https://pixelfed.social/EugeniaLoli)
- 1 Post
- 4 Comments
Ι must say that Arch Linux’s wiki pages are easily understood. But man pages are not. I can’t follow the standard manual format. Just like with IKEA instructions, they just don’t make sense to me. My brain is like that. But Arch Linux pages are good.
Eugenia@lemmy.mlto
Linux@lemmy.ml•Best way to run Adobe products on Linux? Specifically lightroom.English
0·3 months agoVMs won’t do for long, because you won’t have proper acceleration as it’s required by gfx apps like Lightroom. Sure, they’ll work, but you’ll experience slowdowns. You can run accelerated VMs, but I find them buggy.
If you’re going to dual boot, you should install Linux on a separate DRIVE, not just a partition, and install the bootloader on that second drive. You force Linux to do that by disabling in the BIOS the Windows drive first, before installation. Then, you re-enable it again. Then you can choose what to boot at using F12 during boot time. If you put them on the same drive, Windows will eventually overwrite the bootloader.
The ideal thing is to actually move to Darktable. https://mathiashueber.com/migrate-from-lightroom-to-open-source-alternative/

QCAD can read/write DWG files on Linux, it costs just 40 bucks, and it has an autocad-like interface. But if your instructor says that they need autocad, better keep a Windows machine too.
Another way to read/write DWG files is to download and make executable the appimage here. It converts DWG to DXF. https://www.opendesign.com/guestfiles/oda_file_converter Then you can load the DXF on the Community (Free) version of QCad.
Sure, you could load that DXF file on any Linux app (e.g. librecad, freecad), but qcad is the most autocad-like app of them all. Even Librecad is a very, very old fork of qcad, which hasn’t progressed much since. https://qcad.org/en/ You can make their trial version of QCAD (that supports natively dwg) to become free community edition by removing some library files they request on their UI. The ability to read dwg goes away, but then you have the converter above to do the job.