this post was submitted on 14 Sep 2024
222 points (91.1% liked)

Technology

58133 readers
4481 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 79 points 5 days ago* (last edited 5 days ago) (38 children)

There's always some post in here saying for people to use Linux. I find an admonishment to be pretty hollow, so I'll share my recent experience installing a Linux distribution rather than simply saying it's something people should do.

I installed one of the many Debian variants. Getting the installation media is certainly going to be a challenge for casual users. Otherwise, it was easy. It walked through the steps. It was different from installing windows, but I felt it was no more difficult. I am well versed in this stuff, but I feel like nothing in the installation process would be a problem for a casual computer user.

It offered several desktops programs at the login screen. This could likely throw off a lot of people. However, if you just logged in and ignored that you might never even know there were different options. The default was KDE. Everything worked. Nothing needed to be tweaked. This is in starck contrast to Windows, where once you get past installation, you need to get rid of a ton of crap it throws at you. The Windows 10 start menu is an unbelievable collection of weird boxes and shit and the task bar is similarly full of junk. The KDE start menu is just a menu. The task bar has your tasks. There's nothing to do.

I did try Cinnamon too. I prefer the simplicity. I don't think casual users are going to care.

Overall, I think for casual users, it's actually easier to set up and use than Windows. Getting installation media prepared is not something most people are going to readily do, but I think it's the same with Windows. They have the advantage there of having manufacturors install it. Otherwise, whatever issues there have been installing Linux distributions in the past aren't there now. Conversely, installing and especially the configuration after installation is much harder on Windows than it used to be. If you're slightly tech savvy, give Linux a try.

[–] [email protected] 8 points 5 days ago (5 children)

What did you do with your file system? I haven’t tried to dual boot Linux yet but I think bothering with partitioning and file systems is keeping me from taking the plunge.

(BTW it reminds me of why I didn’t go to law school, I hated filling out the paperwork for even doing the LSAT and realized the whole job is that. Dealing with partitioning and file systems and shit seems miserable and it’s just the start.)

[–] [email protected] 19 points 5 days ago

If you have the port and money for it, I'd recommend a separate drive for the second OS. Windows is kinda notorious for stomping over GRUB if you rely on partitions for your dual boot.

If you're worried about installing to the wrong drive on accident, you can always physically disconnect the existing drive until install is complete, then plug it back in and set the boot order in the mobo config.

[–] [email protected] 8 points 5 days ago (1 children)

Honestly just get a second drive

[–] [email protected] 4 points 5 days ago (3 children)

I could do that, but how does Linux see/interact with my Windows stuff? Am I double-installing games to run-as-Windows with something like Proton? (like a Linux install and a Windows install on the old drive?)

[–] [email protected] 7 points 5 days ago

It doesn’t, they operate as two separate logical systems. You can still access your windows drive from your Linux OS, but you aren’t necessarily running anything off of that drive.

I would personally just reinstall everything on the Linux drive.

[–] [email protected] 5 points 5 days ago

Linux can mount windows drives (I don't recommend it, but it can if you need a file).

Windows cannot mount Linux drives (in theory ext2fsd can do it but it's massive pain and it no longer works for me).

If you install a game, either it works on Linux out of the box (it's native) or it works under proton, in which case steam will take care of that for you in most cases and at worst you have to change a single setting. Visit protondb to learn what games work and don't work on Linux.

[–] [email protected] 1 points 5 days ago

At first I dual booted with Windows and kept my games on the Windows drive. You can just tell steam the path to the games, after mounting the drive. Some games ran fine, some were a little more difficult or impossible to play, even when reported as working on protondb. The reason apparently was NTFS that wasn't playing nice. That was the moment I ditched Windows entirely.

Under the hood windows uses NTFS, while most Linux distros use EXT4. Linux can read NTFS, but Windows can't read EXT4 without some tweaks. So I thought my setup was good.

You can try this setup for yourself, it's a good intro IMO.

[–] [email protected] 3 points 4 days ago

As other people have said, you have to be carful with dual booting on the same drive with Windows. It doesn't play nice with others. To add on though, Linux can access your NTFS (or whatever) systems fine*. You can leave them as they are and access the same data on both systems, though Windows is not capable of reading most other filesystems.

*May require installing a package, but every distro I've tried could out of the box.

[–] [email protected] 4 points 5 days ago

You can run it from a live USB, which is also the install media. It's not persistent, so if it restarts, you lose data. It's a good easy to say last year it without making any changes. Like others mentioned, I wouldn't dual boot.

[–] [email protected] 1 points 5 days ago (1 children)

I had an old computer and Linux is all that I installed. Not everyone is going to have an extra computer to do that with. However, this computer is more than 10 years old. It was quite good at the time, but it's junk compared to modern ones. Yet, it is more responsive than my very nice modern laptop that's running Windows 10. It's not going to beat a new computer in a race to solve a computational model, but for streaming, browsing, and day-to-day stuff, the lack of bloat means things open quickly and UI elements respond immediately. There is probably a fair number of people with computers they think are useless that would actually work very well with Linux.

[–] [email protected] 1 points 4 days ago (1 children)

I see. I have some old computers kicking around, I actually just deployed a windows media server, but that could easily be a Linux server and probably should be. That system I could easily boot only Linux so that appeals.

The issue with my main PC is that it has multiple terabytes of windows -related stuff. I get how I could read the old drives but there are terabytes of games that I’d have to reinstall to do that on that computer (compatibility issues aside) it sounds like

[–] [email protected] 2 points 4 days ago

I don't know about games. Steam stuff is supposed to work but it's something I do much anymore. I was referring more to casual use, Web browsing, streaming, emails. Ironically Linux now seems more suited than Windows to people who use computers for simple stuff.

load more comments (32 replies)