this post was submitted on 08 May 2024
267 points (88.7% liked)
Linux
48002 readers
962 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!
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.
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.
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.
Good to know. Thank you.