this post was submitted on 08 May 2024
258 points (88.4% liked)

Linux

46775 readers
2116 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Yo linux team, i would love some advice.

I’m pretty mad at windows, 11 keeps getting worse and worse and I pretty done with Bill’s fetishes about bing and ai. Who knows where’s cortana right now…

Anyway, I heard about this new company called Linux and I’m open to try new stuff. I’m a simple guy and just need some basic stuff:

  • graphic stuff: affinity, canva, corel, gimp etc.. (no adobe anymore, please don’t ask.)
  • 3d modelling and render: blender, rhino, cinema, keyshot
  • video editing: davinci
  • some little coding in Dart/flutter (i use VS code, I don’t know if this is good or bad)
  • a working file explorer (can’t believe i have to say this)
  • NO FUCKIN ADS
  • NO MF STUPID ASS DISGUSTING ADVERTISING

The tricky part is the laptop, a zenbook duo pro (i9-10/rtx2060), with double touch screens.

I tried ubuntu several years ago but since it wasn’t ready for my use i never went into different distros and their differences. Now unfortunately, ready or not, I need to switch.

Edit: the linux-company thing is just for triggering people, sorry I didn’t know it was this effective.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 3 months ago* (last edited 3 months ago) (2 children)

I heard about this new company called Linux

I thought it was funny at least, so you gave me a good laugh.

I'd say Linux Mint or Ubuntu (you're familiar with this one) would be good "Out of the Box" options. They run an environment known as "Debian" so they're super similar and are pretty similar to what Windows offers in all honesty. You just burn them to a USB, run them from your desired computer's BIOS, and the rest is through a GUI interface you can follow along with. I have no experience with a touchscreen as I'm running Linux Mint XFCE (lightest weight version) on a laptop from the early 2010's with an Intel N2820 in it, but I'm assuming some workaround can exist to implement that. You also seem somewhat familiar with the alternative programs for different purposes, but rest assured both Ubuntu and Mint come with file explorers (Mint XFCE uses one called Thunar which is pretty effective) and you can easily swap out/install a different file manager to get jobs done as needed.

Plus - any programs you used with Windows which may not have Linux alternatives or versions - can be run through Wine. I've encountered a few hiccups when doing this (like a program I needed for school which was unable to pass the initial installation and actually run the program).

I've run Linux Mint XFCE as my daily driver for work and school tasks on my laptop for about 2-3 years at this point and it's been pretty great. Full disclosure: I still run Windows 11 on my main PC at home and have Windows 10 on a HTPC/Server with docker on it (though I've been debating switching to Ubuntu for this as well) so I still know there are benefits to a Windows system (while working to remove any and all advertising and AI garbage) but if I were to recommend someone a distro it would be as I've said above.

Good luck! Hope you find one that works for you!

[–] [email protected] 1 points 3 months ago

Thanks, I feel like Mint could be already a valid one but maybe Fedora kde could be more useful. I'll check both for sure asap. It's crazy how bad windows is honesty and still so necessary for some jobs.

[–] [email protected] -1 points 3 months ago (1 children)

Can Mint read files from a Windows partition or is it a different filesystem?

I'm waiting until there's a good sale on Hard drives to set up a dual-boot.

[–] [email protected] 3 points 3 months ago (1 children)

Reading filesystem is not about which distribution you have but drivers on disc. If you have FAT the defaults should work, for NTFS you might have to install the ntfs driver. I don't use mint but it's the linux way so either it's already there or you can install it. Once you have driver just mount it like a normal drive and it's done.

[–] [email protected] -1 points 3 months ago

Good to know. Thank you.