• 56 Posts
  • 506 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle


  • personally I think, that multiple armed syndicates would be less likely to actually use that violence, since war is not only unprofitable in every aspect but they also couldn’t legitimize the violence. I think, that a monopoly doesn’t have any reason to provide quality, in this case the quality being how “legit” the use of violent force is. and we see this all around the world, states don’t only use violence to protect people, but against entities they just don’t like (like the lgbt community in russia or china for example) and even if a state intended to just use violence in a “moral” way, a monopoly on it means that I can’t even use it against a police officer going rogue for example


















  • thx, btw I figured it out:

    I forgot to trimm the string, so it had a line break in it which lead to grep showing the processes from the term I put in + all processes that contain a space/linebreak and appearently all processes shown by ps aux contain some kind of space (makes sense, since there are spaces between the user, pid, etc) so yeah, I ended up trying to kill every process on the system, but it only killed the user processes, since I ran everything without sudo