kunfooses

Articles in the Blog category

Putting the "You" in CPU

Putting the "You" in CPU

Eine wunderschön illustrierte Seite, die erklärt, was eigentlich passiert, wenn dein Komputer ein Programm ausführt.

Published:

By katze

Goodbye NetworkManager. Hello decent network configuration

I was recently experiencing problems with the wireless interface on my Debian 11 home server. The connection was very instable and I could observe rtlwifi: AP off, try to reconnect now entries in the kernel log. My first thought was a power management issue with my wireless adapter, so I …

Published:

By katze

re-encrypt .password-store using new gpg key

I wanted to import my current password store into a new machine, and re-encrypt all passwords with a new gpg key. A similar question was asked here. This is how I solved it:

  • on your new machine, create a new gpg key
    • gpg --generate-key
  • to decrypt the current pass db …

Published:

By katze