-
How to use Gajim + OMEMO on Fedora?
2023-01-22
Install gajim and python3-qrcode: sudo dnf install -y gajim python3-qrcode Make sure you have python3-qrcode installed as it is required to enable the OMEMO plugin.…
-
Spotify Adblock Fedora 35/36/37/rawhide
2021-06-17
Install Spotify First install the spotify package from negativo17 ’s repository.…
-
Create Startup Sound at Fedora 34 (GNOME 40)
2020-11-30
First select an ogg sound for startup sound, an example here startup sound is desktop-login.…
-
Spotify AdBlock - Fedora 32-33/CentOS/RHEL
2020-11-01
New method available Please go to: Spotidy Adblock Fedora 34 To do this you must have the spotify-client package or spotify installation method with lpf-spotify-client.…
unix - gnu/linuxotherspotify-adblock-linuxrhelcentosadblockspotifyfedora
-
Firewalld rules for cloudflare CDN IPs (Red Hat, CentOS, Fedora)
2020-09-15
#!/bin/bash curl https://www.cloudflare.com/ips-v4 > .ips-v4 curl https://www.cloudflare.com/ips-v6 > .ips-v6 firewall-cmd --new-zone=cloudflare --permanent firewall-cmd --reload for i in `<.…