Linux

swab148 , in Whats the magic word?
@swab148@lemm.ee avatar

su -

“Now I’m you, Dad.”

Jarmer , in Linux has nearly half of the desktop OS Linux market
@Jarmer@kbin.social avatar

is there a titlegore magazine here? Because this belongs there.

penguinimus ,
@penguinimus@kbin.social avatar

I wonder what has the other half.

Colombo , in Whats the magic word?

You are goddam right.

aroom , in Whats the magic word?
@aroom@kbin.social avatar

well you'll still need his password tho

venoft , in Whats the magic word?
@venoft@lemmy.world avatar

Reminds me of this one.

e_t_ Admin , in Whats the magic word?

silver plate

Oteron , (edited ) in Inkscape launches version 1.3 with a focus on organizing work efficiently | Inkscape
@Oteron@kbin.social avatar

Can't wait to try it! I love what they did with 1.2

Update: I'm happy to report that the new Shape Builder tool works really well and is very intuitive to use.

dowath , in Linux - video editing software?
@dowath@kbin.social avatar

easy. open up terminal. launch vim. start writing a MLT-compatible XML file with your edit choices. exit vim (you know how). run the melt export timeline command. video done.

i use arch btw.

nigel , in Linux - video editing software?

Yeah, Kdenlive. You can do a job with it, but like most software, you need to put some time in to learn the ropes. YouTube is great for tutorials. I've used it to cut up screen recordings (recorded with OBS) and turn them in explainers, dropping in stills as title backdrops, even doing shrunken down videos that looked like they were playing on a laptop.
I was pretty happy with that anyway.
You can record voice overs directly into Kdenlive, but the audio editing is next to non-existent, so you're probably better off editing it in Audacity or Ardour and cleaning it up there, and then dropping it into Kdenlive.

For context, I'm a developer, not a graphic designer or anything, so me achieving any video editing results is a thumbs up :)

Zeppo , in I want to move to Linux but I need to be able to access my apps that are not supported
@Zeppo@sh.itjust.works avatar

One solution that has long existed is to have a dual boot system… you can choose which OS you want to load each time you start the system.

Another option is to run a Window VM in Linux.

SamXavia OP ,
@SamXavia@kbin.social avatar

@Zeppo Yeah I might try the Dual Boot system to begin with to save me time working out VMs but I think the long goal would be running a windows VM on Linux tbh.

sbb ,

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.

Teppic ,
@Teppic@kbin.social avatar

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

Still ,
@Still@programming.dev avatar

it works great until windows decides to reinstall the bootloader

Celivalg ,

Windows tends to overwrite the bootloader

SamXavia OP ,
@SamXavia@kbin.social avatar

@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.

Zeppo ,
@Zeppo@sh.itjust.works avatar

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 OP ,
@SamXavia@kbin.social avatar

@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 ,
@Zeppo@sh.itjust.works avatar

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 OP ,
@SamXavia@kbin.social avatar

@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 ,
@Zeppo@sh.itjust.works avatar

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 ,

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 OP ,
@SamXavia@kbin.social avatar

@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.

technologicalcaveman ,

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.

osarusan , in Linux - video editing software?

I'm a big fan of Kdenlive!

art , in I want to move to Linux but I need to be able to access my apps that are not supported
@art@lemmy.world avatar

Moving to Linux is probably not going to be a good idea on your work computer. Just grab Virtual Box and install Linux there and learn Linux.

SamXavia OP ,
@SamXavia@kbin.social avatar

@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 ,
@i_cant_sports@kbin.social avatar

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.

SamXavia OP ,
@SamXavia@kbin.social avatar

@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.

backhdlp , in I want to move to Linux but I need to be able to access my apps that are not supported

As others have said, dual boot or VM works for Adobe Software. If you go with VMs, you should probably research GPU passthrough.

For syncing, I recommend Syncthing (syncthing.net).

You can play a lot of Steam games with Proton (check out protonDB for what works).

Also have you decided on a distro already?

SamXavia OP ,
@SamXavia@kbin.social avatar

@backhdlp I haven't quite decided on a Distro as there are so many and I'm not sure if there's one more my style as of yet, I do like the center bar of Windows 11 & MacOS so might see what sort of Interface each one has (I know I could customize it from there what is fine, I can learn that later down the line).

Sync is more of a CloudStorage for my Video Edits as well as other things I know I need an Archive of but don't have enough physical space on the 15TB+ I have across my devices.

Steam & gaming is less worrying as I've tried out Linux previously and found most of the games I did play on there where better FPS than on Windows (This was about a year ago, so I am sure this has greatly improved with stuff like the SteamDeck now out).

Dual Boot won't really help in the long run but might be a good way for me to try out Linux on my PC before 100% committing to it.

a-man-from-earth ,
@a-man-from-earth@kbin.social avatar

You shouldn't base your choice of distro on the desktop configuration you want. Any major distro can give you any of the various desktop layouts. Sure, their defaults may be different, but Linux being so configurable means that any other layout or environment is just a few clicks away.

Just choose a major distro (so you get regular updates and support when needed), and go with it. Linux Mint is a popular choice for beginners. Debian, OpenSuse, Fedora are all good choices. Then find out how to set your desktop to the configuration you like.

SamXavia OP ,
@SamXavia@kbin.social avatar

@a Thank you, I knew that you could change your Desktop I just didn't know how easy it would be to change it. But I will have to give it a good go and maybe use Linux Mint as heard some good things about it.

hellfire103 , in Linux - video editing software?
@hellfire103@sopuli.xyz avatar

Kdenlive is pretty good, but I also really like Olive.

Name-Not-Applicable , in Check Out These Linux-Related Magazines on Kbin
@Name-Not-Applicable@kbin.social avatar
a-man-from-earth ,
@a-man-from-earth@kbin.social avatar

Since it's hosted on kde.social, I'd say the first one probably is.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • All magazines