• 5 Posts
  • 153 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle

  • 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 will 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
    

    This information was sourced from this wiki dedicated specifically to removing systemd on multiple distributions and replacing it with something else:

    https://without-systemd.org/wiki/index_php/Main_Page/


  • 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








  • Yea, the installation isn’t too difficult. Looking at my groups as well I think it’s only the libvirt group that you have to add a user to for KVM/QEMU with Virt-Manager, but the same could be said for VirtualBox as I believe you have to still add the user to the vboxusers group if you were to install it instead.






  • Way back in 1997 or so, I was not sure what to use, so I just chose “Foxtrot” from the phonetic alphabet because it sounded a little neat, and it has my favorite animal in it. It was not such an issue because you could still get that name everywhere at the time of course. Since then, I have mainly used variations of that, but at some point branched out into some others such as the one I use here.

    It’s always kind of funny to me though, when I go through some old backup and see one of my forum signatures with my original name on it.







  • Our wealth is taken, no one does anything.

    Our health is taken, no one does anything.

    Our privacy is taken, no one does anything.

    Our voices are taken, no one does anything.

    Our citizenships are taken, no one does anything.

    The reason is apathy, which feeds inability, which feeds apathy, which feeds inability to do anything.

    When our lives are taken, most people will be both ultimately unable and unwilling to do anything.

    Even if people don’t know it outright, they feel it.

    More than this, we feel a disappointment and a shame in our bones that can’t be shaken off because it is that outrageous and primal fear of losing anything more that drives our inaction, and so we feel ourselves to be cowards at our very core.

    This is what grinds away at our souls daily.

    When you eventually decide to do something, you will see you are no longer apathetic or unable. Your fears will begin to heal, and in this way it will save your soul. This is the power of courage. It is something you have to make for yourself, but hope is what drives it and hope is given.