Skip to content

Instantly share code, notes, and snippets.

View drewpayment's full-sized avatar
🚀
Shoot the moon

Drew Payment drewpayment

🚀
Shoot the moon
  • Grand Rapids, MI
  • 23:18 (UTC -04:00)
View GitHub Profile
! Checksum: ER+Uy+SORI2bc3ZH5A2Zrw
! Title: AdGuard German filter
! Description: EasyList Germany + AdGuard German filter. Filter list that specifically removes ads on websites in German language.
! Version: 2.0.36.79
! TimeUpdated: 2023-08-05T12:32:04+00:00
! Expires: 4 days (update frequency)
! Homepage: https://github.com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!---------------------------------------------------------------------------!
This file has been truncated, but you can view the full file.
! Checksum: 3WqImvZbL+ZTRPpwde/Giw
! Title: AdGuard Russian filter
! Description: Filter that enables ad blocking on websites in Russian language.
! Version: 2.0.83.66
! TimeUpdated: 2023-08-04T14:31:10+00:00
! Expires: 4 days (update frequency)
! Homepage: https://github.com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!-------------------------------------------------------------------------------!
@drewpayment
drewpayment / extract.sh
Created December 15, 2024 00:47
Extract RAR archives recursively
#!/bin/bash
# Check if unrar is installed
if ! command -v unrar &> /dev/null; then
echo "Error: unrar is not installed. Please install it first."
echo "On Debian/Ubuntu: sudo apt-get install unrar"
echo "On CentOS/RHEL: sudo yum install unrar"
exit 1
fi