• 1 Post
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
rss







  • As per systemctl(1) manual:

    If --force is specified twice, the operation is immediately executed without terminating any processes or unmounting any file systems. This may result in data loss. Note that when --force is specified twice the halt operation is executed by systemctl itself, and the system manager is not contacted. This means the command should succeed even when the system manager has crashed.


  • Great build for a gaming PC. For a server it looks odd. Usually when building a server, your main concern is reliability. Everything goes in pairs. Two CPUs, Two PSUs… It gets tedious fast. Often weaker but much more energy efficient parts are prefered, since unused CPU and RAM is considered wasted.

    It would be much more helpful if you have a usecase you’re building it for (since now I really can’t comment too much on the build). If your primary concern is to try to have a home server, I’d say go for it. You can always upgrade/downgrade down the line.







  • Each package creates a new generation of your operating system. One of the heaviest pains in using a rolling distro is that one day some core part of your system comes crashing down. You can roll back to previous version on a whim.

    Each user has it’s own manager, so you can have multiple versions of a same library. It is not containerized software (docker), so you do get those native speeds. Biggest problem is the disk space use, since unless no one uses a package, you can’t garbage collect it.

    Other beauty is since the installation is based on a config file it’s trivial to have the full setup on multiple devices. (Much easier than hand rolled installation shell script)