Category Uncategorized

Thinkpad E15 G2 and linux

I recently bought a thinkpad E15 G2, with AMD Ryzen 7 4700U processor, 16GB RAM and 512 SSD. I use it as my main computer and installed Fedora 32 on it right after unboxing (windows only booted once on this…

docker does not run on fedora 31

When installing docker-ce on fedora 31 it does not work out of the box as Fedora 31 uses cgroups v2 by default and docker doesn’t yet support cgroupsv2. To solve this, edit grub config: sudo gedit /etc/default/grub Add the parameter…

Plex error s4032 with firefox and fedora 31

After installing Fedora 31 I had some issues playing movies from Plex with the following error message: plex error s4032 (manifest) I solved the issue buy activating the RPM Fusion repositories: sudo dnf install {free/fedora/rpmfusion-free,nonfree/fedora/rpmfusion-nonfree}-release-$(rpm -E %fedora).noarch.rpm and installing ffmpeg compat libs:…