Simply Ubuntu 22.04
I really appreciate all ubuntu KDE based distribution. For ubuntu 22.04 LTS I wanted to try Gnome and evaluate if it would be nice for my daily usage. Simply Yes! Integration and customization of the dock is now easy and…
I really appreciate all ubuntu KDE based distribution. For ubuntu 22.04 LTS I wanted to try Gnome and evaluate if it would be nice for my daily usage. Simply Yes! Integration and customization of the dock is now easy and…
I run several services via docker on different devices. I wanted to manage all these docker instances via one Portainer docker instance. The connection to the local docker instance on 192.168.1.100 is done using Unix socket following this documentation The…
To solve the following message: Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it. you need to add some required library: docker exec -it <nextcloud> apt -y update docker exec -it…
My laptop has a bug related to Fn keys not working without go to sleep mode (related to a BIOS problem see here ). Yesterday I updated my BIOS to the latest version (1.17) and now my laptop does not…
I installed KDE Neon with BTRFS filesystem to get the full benefit of Timeshift snapshots. My disk is formatted as follow: 300 mb fat32 partition mounted on /boot/efi rest of disk with BTRFS filesystem mounted on / After installation completion…
When installing virt-manager in fedora 34, the application asks for root password when connecting to KVM. To avoid this you need to add your user in the correct group: Restart your computer and it should be good.
Some websites do not have proper SSL certificate installed. To avoid this problem on fedora 33 and later version enter this command in a shell: To revert back to old policy:
After the release of Fedora 34, I was pleased to see Gnome 40 and all its new features. For me there is still something I do not understand: To access the dock I have to go to the hot corner…
Viewing some videos via plex, jellyfin, etc is not a good experience out of the box on Fedora. To improve this, you just need to install ffmpeg. First install RPM fusion repository, then install ffmpeg: sudo dnf install ffmpeg After…