- Joined
- May 5, 2022
If Wayland weren't run by the same FDE retards it'd have more support.My criticism would be it doesn't have the ecosystem x11 does still.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If Wayland weren't run by the same FDE retards it'd have more support.My criticism would be it doesn't have the ecosystem x11 does still.
This is potentially a big footgun depending on whether your packages can handle back-and-forward compatibility of config data. Watch the versions closely.can i rsync /home to a different drive and rsync -avP
Most reasonable post-systemd inits do this. S6 and runit do, at least. The problem is the entrenchment of systemd, that it's designed by idiots who are hostile to multiple use cases. It's better to dogfood the alternatives. I love systemd-nspawn though. It could be an isolated program, no need for pid 1 stuff.if you were to unhook all of the systemd components except the init system
I was able to shrink my / partition to 50gb, create a new partition and rsync /home to it and add it to Linux Mint's fstab and everything works, I'll try and see if it still works after installing Solus tonightThis is potentially a big footgun depending on whether your packages can handle back-and-forward compatibility of config data. Watch the versions closely
I don't know much about SystemD, but the complaint that I've heard from people was that it doesn't adhere to the Unix philosophy, so if it was just an init system without a bunch of other unrelated stuff (including a sudo equivalent that nobody uses despite it being on most systems) I think few people would be bothered by it.Hypothetical: if you were to unhook all of the systemd components except the init system, put them in a separate core package outside of the init process, and then move Poettering away from both, would it be accepted? PID 0 no longer runs absolutely everything, but absolutely everything is still standardized in one conglomerated package, which is pretty much the only reason systemd has became a thing.
I wouldn't say that's as true as people make it sound. It still is technically a modular set of programs that each do one thing. The only way it doesn't adhere to the unix philosophy is it's not portable outside of Linux. But you absolutely can still swap in other things instead of using the systemd programs with it. I would say it does about as much as things like the coreutils. Where it's one thing but a bunch of smaller programs that each do their own thing, that can be swapped out.I don't know much about SystemD, but the complaint that I've heard from people was that it doesn't adhere to the Unix philosophy, so if it was just an init system without a bunch of other unrelated stuff (including a sudo equivalent that nobody uses despite it being on most systems) I think few people would be bothered by it.
Is it just physically impossible for tech commentators on Youtube to not look like complete fucking faggots in their thumbnails? I can't think of any that don't do retard faces like this. It's very offputting.Some good gnome hate fuel.
Yes.Is it just physically impossible for tech commentators on Youtube to not look like complete fucking faggots in their thumbnails?
it's just awesome that I can just trust my computer to not brick on itself unless I do something to it.
It's only "modular" in the sense that it's split into lumps. They're still dependent on the systemd core and one another, and all rely on the systemd common libs, often for no reason other than because poettering and co wanted them to in order to force the use of systemd. There's literally no reason for device management, user management, or a whole host of other things to be systemd "modules". The only reason they are is because poettering wanted more control.I wouldn't say that's as true as people make it sound. It still is technically a modular set of programs that each do one thing. The only way it doesn't adhere to the unix philosophy is it's not portable outside of Linux.
HAHAHAHHAHAHA
KDEbros, we eatin' good tonight.
I am still MATI that Gummiboot was sucked into systemd. Why the fuck does systemd (originally just a services layer like Windows has) need a boot loader?It's only "modular" in the sense that it's split into lumps. They're still dependent on the systemd core and one another, and all rely on the systemd common libs, often for no reason other than because poettering and co wanted them to in order to force the use of systemd. There's literally no reason for device management, user management, or a whole host of other things to be systemd "modules". The only reason they are is because poettering wanted more control.
Mint is a good option, and will never force you to use the command line, but I will tell you a secret. On Linux, and also on MacOS and Windows, power users use the command line because it is a more useful way of doing many things than the graphical interface, so if you have the gumption it will be worthwhile to learn.I don't want to upgrade to Windows 11 so I decided to bite the bullet and learn Linux, is Mint really the best option for beginners? I'm completely tech-illiterate so anything more than copy-pasting commands is too much for me.
This. Don't fear the command line. It's more straightforward than you'd think, and has some neat shortcuts. A very simple command looks like this:power users use the command line because it is a more useful way of doing many things than the graphical interface
command filename
command --longflag -s filename
command 'file name'
filename='n i g g e r.exe' ; command "$filename"