this post was submitted on 23 Mar 2024
44 points (84.4% liked)

Linux

47356 readers
1376 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
44
Linux Switch advice? (sh.itjust.works)
submitted 6 months ago* (last edited 6 months ago) by Reverendender@sh.itjust.works to c/linux@lemmy.ml
 

cross-posted from: https://sh.itjust.works/post/16676119

I am seriously considering pulling the trigger on a switch to Linux. Looking for advice and discussion

In terms of hardware, what are some good cost effective resources and what what things might I want to consider differently than what I am used to in both the Mac and Windows worlds? I need smart home management, a plex hub, and photo editing, as well as the usual other stuff.

EDIT: When I say photo editing, I am talking about working with RAW files to optimize the image according to my taste and style. I also make use of software that has good library organization capabilites. In this case, I use CaptureOne. I do not generally do the sort of editing people do in photoshop, putting unicorns in their pictures or whatever people do these days. I'm not opposed to cool creative images or anything, I just don't go down that route terribly often.

you are viewing a single comment's thread
view the rest of the comments
[–] haui_lemmy@lemmy.giftedmc.com 15 points 6 months ago

Well, moving to linux suggests you‘re trying to use it on your desktop, yet the post body suggests you‘re looking for a server.

These are two very distinct projects with vastly different difficulty and complexity levels.

I first made a homeserver for automation (homeassistant), streaming (plex), cloud (nextcloud) and some others. This was fairly straightforward and helped me learn the intricacies of the commandline from the ground up. I have no desktop environment on said server so I was forced to learn to ssh into it and my understanding grew quite fast.

After 2 yrs of this server running more or less without hickups (some minor mistakes made by me), I switched my desktop and lo and behold, it was quite a mess. Desktop linux is infinitely more complex than server linux and the amount of things that can (and probably will) go wrong multiply.

Hardwarewise, you can use the shittiest machine you can find for linux since windows is much more demanding. I even put lubuntu (bc lxqt) on a laptop from 2008 and its glorious! To get streaming in hd pr 4k you‘ll need a fairly strong machine with at least 4 cores and maybe 8-16 gbs of ram.

For the desktop, you‘d ideally go full amd to not have to deal with the mess that is nvidias closed source trashcan drivers. Your games will be all over the place if you play, either they run better, the same or worse than on windows, very few dont work at all, quite a few require tinkering.

But all in all, if you are willing to learn, you‘ll find a distro for yourself. I recently put pop os on a fairly new gaming laptop and it works very well. Mint is the more non gaming variant imo, ubuntu is great for switchers but quite controversial, for more control but also quite a lot more tinkering, you can go debian, arch or gentoo. The last two I consider absolute tinkerers distros. There are hundreds more but thats for later.

Good luck and feel free to update on your progress or ask follow up questions.