Skip to content

Instantly share code, notes, and snippets.

@maiacodes
maiacodes / filters.txt
Last active March 25, 2022 04:17
uBlock filter to block all Facebook services.
! Title: All Facebook Crap
||facebook.com
||facebook.net
||fbcdn.net
||fbcdn.com
||fb.com
||fbcdn-profile-a.akamaihd.net
||spot.im
!
@gipert
gipert / itunes-on-arch-linux-guide.md
Created May 10, 2020 00:49
iTunes on (Arch) Linux: installation guide

Prerequisites

  1. Enable the multilib repository by editing /etc/pacman.conf
  2. Install WineHQ and some other optional dependencies:
    $ pacman -Syu wine
    $ pacman -S --asdeps lib32-mpg123 lib32-gnutls {lib32-,}gst-plugins-base-libs \
                         lib32-alsa-plugins lib32-libpulse lib32-openal
    $ yay -S lib32-unixodbc # or your favourite AUR helper
  3. We'll install a 64-bit version of iTunes, so no need to set WINEARCH