Why Linux is Better Than Windows 11
-
[email protected]replied to [email protected] last edited by
I'm all for using "theme" as a replacement.
-
[email protected]replied to [email protected] last edited by
Off only the top of my head.
-Potentially faster installation
-Free
-More control
-Many distributions from LinuxFromScratch to Mint, making it meet the interests of nearly every demographic
-Wonderful sense of community
-No spying
-No bloatware depending on distro
-No ads
-Many window managers supporting different workflows
-Incredible command line power
-Easy installation of software with package managers
-Less malware
-Fully customizeable ux/ui
-Can uninstall anything you don't want
-Will help you learn how a computer works at a deeper level if you want to
-
[email protected]replied to [email protected] last edited by
Could be worse could be luke smith
-
[email protected]replied to [email protected] last edited by
I switched my server from Ubuntu to Fedora, partly so I don't get sold Ubuntu pro on every login lol.
-
[email protected]replied to [email protected] last edited by
What is socialist to Linus is libertarian to Eric Raymond. In huge collaborative communities people need to learn to get along and be tolerant but if they can't handle that they also have the freedom to fork so there is room for everyone to find their own space.
-
[email protected]replied to [email protected] last edited by
Potentiallyfaster installationParticularly when you're flashing the ISO you downloaded from MS to USB and it doesn't work unless you use MS's magic tool. Thus dropping you into the bootstrap paradox.
Especially because it gets partway through the install before failing to load NVMe drivers complaining there is no installation media to load them from.
It turns out it's faster to install Ubuntu and download one of MS's windows VM's and use that to download and flash a USB than actually install Windows 11.
-
[email protected]replied to [email protected] last edited by
True but also don't conflate Ubuntu with Linux
-
[email protected]replied to [email protected] last edited by
Why is my T440s so much slower on fedora than w11?
-
[email protected]replied to [email protected] last edited by
How about "farkle" to take another term from the motoring world?
-
[email protected]replied to [email protected] last edited by
Sure, but it also means we shouldn't blindly recommend Linux and let users run into the arms of another Microsoft. Recommend good distributions.
-
[email protected]replied to [email protected] last edited by
-No spying
depending on the distro
-No ads
depending on the distro
-Can uninstall anything you donโt want
How can you uninstall
systemd
? -
[email protected]replied to [email protected] last edited by
Is there a Linux OS nobody told me about?
-
[email protected]replied to [email protected] last edited by
What's wrong with Mental outlaw?
-
[email protected]replied to [email protected] last edited by
While installing Linux is faster you can use the Windows ISO directly with Ventoy instead of the Microsoft tool. At least, that's how I do it.
-
[email protected]replied to [email protected] last edited by
-Potentially faster installation
Installed CachyOs yesterday that must have been the longest install I have been through. I'm liking it so far though.
-
[email protected]replied to [email protected] last edited by
It will differ by distro, but generally for debian, you begin uninstalling systemd by installing something else like
SysV init
:apt install sysvinit-core sysvinit-utils cp /usr/share/sysvinit/inittab /etc/inittab
Then you may need to configure grub by editing
/etc/default/grub
changing:GRUB_CMDLINE_LINUX_DEFAULT="init=/bin/systemd console=hvc0 console=ttyS0"
to
GRUB_CMDLINE_LINUX_DEFAULT="init=/lib/sysvinit/init console=hvc0 console=ttyS0"
and then executing
update-grub
as root.Then you can reboot so that the system boots off of sysvinit instead and then purge systemd with
apt-get remove --purge --auto-remove systemd
. This also removes packages that depend on systemd.Then you pin systemd packages to prevent apt from installing systemd or systemd-like packages in the future.
echo -e 'Package: systemd\nPin: release *\nPin-Priority: -1' > /etc/apt/preferences.d/systemd echo -e '\n\nPackage: *systemd*\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
Depending on if the distro is multiarch, you might also need:
echo -e '\nPackage: systemd:amd64\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd echo -e '\nPackage: systemd:i386\nPin: release *\nPin-Priority: -1' >> /etc/apt/preferences.d/systemd
-
[email protected]replied to [email protected] last edited by
Wow. Honestly, thank you! I had entirely forgot that this wiki even exists. Iโve bookmarked your reply.
-
[email protected]replied to [email protected] last edited by
Maybe it's wrong of us to recommend Linux, maybe we should be recommending a specific distro. Mint comes to mind.
-
[email protected]replied to [email protected] last edited by
There are a lot of them out there dude. It's a world out there