• 0 Posts
  • 75 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2024

help-circle


















  • To claim that “Nazis are only relevant in the ex-GDPR” is part of what gave us this mess. Yes the AfD as a Party and other Fascist organizing still benefit from a lot of factors stemming from the History but fascist have a foothold and are gaining ground in the whole of Germany, as well as all other partys trolling to the right in “response” to the AfDs popularity. Friedrich Merz’s latest escapades are just a new lowlight in the “mainstream” Partys attempt of claiming they can deport better.

    So no I would say protest is substantial in every part of the country and 300000 people taking to the street in one Major city is nothing to sneeze at. (There are protest happing all over the country by the way).


  • As the other commenter said I use a diff tool (I use vimdiff but meld probably works easiest if your not used to vim). I do a pacdiff after every upgrade that will prompt you for all the changed files (most of the times there are none or the changes are minor) and let you compare your version and the .pacnew file. If anything changes in the syntax in a major way (which it almost never does) you will should spot these differences and be able to amend any changes you made in that way.

    The example I gave was when some pam config file syntax changed and since I had a custom pam config (because of an encrypted home) it didn’t update the syntax (creating a pacnew file) then I couldn’t login after reboot.