Wow no one’s said emacs yet
- 0 Posts
- 26 Comments
deleted by creator
Have you ever used Linux?
You seem very misinformed so I’m just providing you with resources.
verdigris@lemmy.mlto
Linux@lemmy.ml•Which distro is closest to 'GUI/UX for everything, absolutely no CLI' approach like Windows or Mac + and just works (ie passes LTT Linux test)
497·10 days agoGetting hung up on feature parity with Windows and Mac is both a waste of time and literally impossible given the major differences between those two UIs. KDE already does most of that legwork anyway, and you can disable middle click paste easily.
IMO your time would be best spent making GUI tooling that doesn’t already exist. Identify a pain point for you that forces you to the terminal and start there.
On many distros it is.
Lol I was willing to give you the benefit of the doubt and assume you meant that gamescope would be difficult to get working under Bazzite’s immutable architecture.
You do realize gamescope is just a package you can install, right? Do you think it’s a unique feature of SteamOS or what?
There’s really no reason to use it on a general purpose desktop. It’s designed to basically make a PC into a console. You do still have full access to the (mostly) normal Linux system behind it, but it’s not something I’d use unless I was setting it up for someone who didn’t want to deal with any of the behind the scenes stuff.
CachyOS, Nobara, and Bazzite all should get you the same level of gaming support with more flexibility as a normal OS, and they can all run Steam Big Picture which is basically the SteamOS UI.
You know it’s explicitly not “free as in beer” right?
verdigris@lemmy.mlto
Linux@lemmy.ml•What are some bare minimum concepts beginner Linux users should understand?
32·4 months agoI think the biggest fundamental concept for any computer regardless of operating system is filesystem hierarchy. The concept of nested folders is core to using a personal computer, but for the last two decades UI/X teams have done everything in their power to obscure and abstract it away. Many younger people conceptualize the storage on their device as just an amorphous blob that apps manage autonomously. Windows is starting to go this way as well with OneDrive being sold as the way to manage all your data, but on Linux the file system is still king.
Your mom is presumably old enough to have some experience with desktop PCs, so hopefully that basic hurdle is already cleared. And honestly once someone is at that level of base competence, along with basic interface concepts like how to use a mouse and keyboard, clicking on icons, use of a web browser etc, with the right distro you really don’t need to explain much else. There might be a few quirks of the UI to explain depending on what you choose, but most of that can be handled by just watching them use the computer for a bit, and/or asking them to give you a list of questions and annoyances after they use it for a few days.
The biggest difference is one that most “I just want it to work” users will actually love, and that’s relearning how to install software. Having one central location to install verified software from is a change from the wild west of downloading installers from the internet, but it shouldn’t be a difficult transition. Most people these days don’t even install software beyond maybe Zoom, so you can probably get away with just installing any third party software they need in the initial setup.
I recommend an immutable distro like Fedora Silverblue, at least if a) you’re setting it up and are reasonably technical, and b) you don’t want to go over and help them fix stuff often. I set my mom’s laptop up with it 4+ years ago and she’s only had one problem since then.
verdigris@lemmy.mlto
Linux@lemmy.ml•Linux Distribution "NixOS" drama: Moderation Team resigns in protest over Interference of Leadership; Elected Leader works for US Military Company, fearing alignment with US fascistic development
13·5 months agoIs it non-trivial to enable non-free repos?
verdigris@lemmy.mlto
Linux@lemmy.ml•I find it ironic that some Linux websites load faster on Chrome than Firefox sometime it doesn't even load correctly on Firefox
62·5 months agoWell anecdotally many of us have the opposite experience so I guess sucks to be you?
verdigris@lemmy.mlto
Linux@lemmy.ml•Everytime I try to start something with Linux I fail.
1·5 months agoWhat might have happened: if you select a global compatibility tool (proton) in the steam settings, it will use that for all non-native games. But any games that ship a Linux binary will still use that instead of Proton. This is generally good, but some devs ship a Linux binary that’s actually not as good as the Windows one. I’ve seen some games not update the Linux binary until much later than the Windows one, so the Linux one is out of date, and for some games it’s just flat-out broken. In these cases you can manually select a Proton version for that game, which will force it to run the Windows binary.
verdigris@lemmy.mlto
Linux@lemmy.ml•Everytime I try to start something with Linux I fail.
7·5 months agoYou seem to be reaching for pretty advanced solutions – Docker and HA both require you to read a lot of documentation to get started. Bottles is also a powerful and flexible tool, which is the opposite of simple.
What game are you trying to run? If it’s on Steam it should be a no-brainer, otherwise Lutris can simplify a lot of things.
I doubt you actually need Docker for anything, unless you have a specific use case I would just abandon that. For your lights, I would try searching for “home assistant [model/brand of lights]” and see if you can find a setup that someone else has gotten working that you can mostly copy.
The vast majority of dotfiles can be split into multiple documents. If you want to share but also put sensitive/personal information in some of them, just part the personal bits out into separate documents and maybe give them all an easy to filter suffix/prefix. Then just only publicly share the other files.
If you don’t plan to expand the swap partition, I would recommend just deleting the swap partition – you could either make it a new ext4 and use LVM to combine it with the shared storage, or if you’re going to combine your EFI partitions you could grow your Mint partition to include both the SUSE EFI and the swap partition – and using a swap file instead, as another commenter mentioned. You honestly really don’t need swap space regardless with 16gb of RAM if you’re really just using this to run a web browser, but you can easily set up a swap file if you want one.
Tax software is basically all in browser at this point.
Is there any reason? You’re effectively wasting half the drive by using that space for OSes you almost never use.
If you ever happen to need Windows, which I don’t see happening as you yourself can’t imagine an actual use case, you can just go to the library or borrow a friend’s computer or maybe use your phone.
As for Mint, do you just have it to experiment with? If you’re just trying to try out other distros, a virtual machine or even live USBs are much easier ways to quickly try out new systems without having to clear actual partitions.
If you had much more storage then sure, waste some of it, but you’re really gonna be missing that 120gb if you use your computer for… basically anything.
The order of the partitions basically doesn’t matter at this point – I think having a boot partition first used to be important for MBR schemes but I’m pretty sure in the UEFI era you can have them in whatever order. As others have mentioned, you could combine your EFI partitions, but doing so to an already installed system is slightly complex. You also could shrink some of your EFI and boot partitions, I’m not sure of the recommended sizes off the top of my head but I think they could be smaller. On the other hand, your swap partition should probably be bigger – making it the same size as your RAM is a good rule of thumb and will enable hibernation (I think).
Well that seems like a fairly big deal.