• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • pacman in my opinion is the easiest package manager ive used but even so if it is that difficult then they can use a GUI package manager that would come pre installed on most GUI arch based distros

    Recognizing that’s your opinion, in my opinion it’s the hardest I’ve used. The commands are all flags, so you have to remember letters instead of “install” or “upgrade” if you want to use any packages outside of the like 4 in the official repos, you have to enable AUR, which is effectively just installing from source from some random person’s GitHub repo, in which any number of things can go wrong. I mean, there’s a reason there exist a bunch of different wrappers for pacman.









  • IMO, the best distro is going to be whatever you’re most comfortable with (given it’s still getting updates blah blah blah). Some might be easier in the get go but if they do wonky things (compared to what you’re used to) an update might really screw you up and leave you in a situation where you’re doing a lot of research.

    For the most part, you can make any distro do whatever you want, but if you understand one much better than the rest, use that.







  • None of this forces you to use their imager though… It’s barely a hoop, most people running multiple pi’s as servers will have done this for a reason other than ssh anyway.

    And yes one solution to this security problem is to require changing the username and password, the more effective solution is to not have the process running at all, unless specifically enabled. I’m sure that sentence sounds familiar from your company’s security team.

    Raspberry pi’s serve a lot of purposes, many of those purposes don’t need ssh. But if you enable it by default that opens the pi up to being a target, which we saw be a huge problem before this change.

    Also, this is not the only distribution that has ssh disabled by default. It’s just the only popular distribution I’m aware of that doesn’t have a server image option 🤷‍♂️ it’s actually standard security procedure.

    For example, if you install Ubuntu desktop, it’ll have ssh disabled, because it is standard. Pretty much any distro should do this as well as long as it’s not their “server” ISO.

    In any case it’s a good practice to backup your images regardless of what hardware you’re running on, especially if you’re running a cluster, it allows for easy reproduction across the cluster.