kunfooses

Articles tagged with Komputer

Zoom Screen Sharing with Sway (Wayland, NixOS)

I finally got Zoom screen sharing working on Wayland. Since many people have problems with Zoom screen sharing on Wayland, here are a few hints on what did the trick for me.

First, you need to install xdg-desktop-portal-wlr[1], which is an xdg-desktop-portal backend for wlroots[2]. Basically, you need …

Published:

By katze

Running Linux on a HP 255 G10 Notebook

My girlfriend just bought a new HP 255 G10 laptop. The specs are pretty decent:

  • AMD Ryzen 5-7530U
  • 16 GB RAM
  • 500 GB NVMe SSD

All this for a price of just over 400€. Best of all, I convinced my girlfriend to ditch Windows and give Linux a try. We …

Published:

By katze

(Kein) Geiler Scheiß

Mein zum Scheitern verurteilter Versuch die Welt in Gut und Schlecht einzuteilen:

Geiler Scheiß Kein Geiler Scheiß
Freie Software Proprietäre Software
Copyleft Copyright
Genossenschaften Konzerne
Solidarität Individualismus
Wissenschaft Esoterik
Informationsfreiheit Geheimdienste
Gesellschaft Staat
Privatsphäre Benutzertracking
Wahlfreiheit Werbung
Chaos Computer Club Bitkom
Linux Windows
*BSD macOS
bash/zsh/fish PowerShell
Firefox …

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 …