Compared to what? Most services do not run PID1
TarantulaFudge
- 0 Posts
- 6 Comments
TarantulaFudge@startrek.websiteto
Asklemmy@lemmy.ml•People who watched the show "The Big Bang Theory", what is your opinion on it?
6·10 months agoI thought it was funny when it came out, but it hasn’t aged well at all. Very cringey and stereotypical, with a slight tinge of homophobia.
TarantulaFudge@startrek.websiteto
Linux@programming.dev•Initrd Support Could Finally Be On Its Way To Being Removed From The Linux Kernel
52·11 months agoClearly post does not understand kernel booting. Initrd will never go away, you need a way to tell the kernel to start systemd, which is usually part of initramfs. Both can be compiled as part of the kernel image which can be directly booted from EFI. So basically EFI->Kernel->Decompress InitramFS->Run Initrd Boot Script (usually ends by kicking off SystemD). Initramfs is compressed to reduce boot partition usage, load faster into ram (more noticeable on HDD). You want the bare minimum of kernel modules available in initramfs to load storage drivers, filesystem, LVM, LUKS. Everything else should be modules on the root filesystem, unless it needed for boot. You can compile these static into the kernel too. Generally modules are preferable as they can be unloaded/reloaded if there is an issue. Also updating initramfs modules is annoying. I wrote my own initrd scripts and custom initramfs. You can build it all with bash scripts and configure the kernel to include the payload.
TarantulaFudge@startrek.websiteto
Linux@lemmy.ml•Is KDE actually good or it is overrated? Or I was just unlucky because of prebuilt distros?
1·1 year agoThis happens on slower USB devices the data is buffered and the write won’t be complete right away. You can use the “sync” command and wait until it completes to make sure it’s done before you unmount the device. These days KDE shouldn’t let you unmount before it’s done though.
TarantulaFudge@startrek.websiteto
Linux@lemmy.ml•After many years on GNOME, I finally switched to Plasma.
2·1 year agoI stopped using gnome after they removed the ability to edit the menu without going through a bunch of hoops. Their idea of removing complexity involved removing choice and customization. KDE has had superior multi monitor support for a long time.
I know this is satire but Arch is like the worst distro for a newbie…