Skip to main content

Posts

Showing posts from August 2, 2020

Blocklist-Update.sh

Blocklist-Update.sh is a script that I wrote to manage blocklists from bluetack etc to be used in conjunction with Transmission torrent downloader in Linux/MacOS. The script can be taylored to work with Qbittorrent as well, but the placement of the blocklists means you'd have to redirect the blocklist to go somewhere locally manageable as Transmission uses its own blocklist directory in .config. I believe there are about 10 lists there now. It works well for my needs. It can be ran weekly using crontab in standard user profile.  To download:  blocklist-update.sh To download the others:  Github

ARCH LINUX UPDATE WOES

Arch Linux is one of the most up-to-date Linux distributions out there, and no doubt one of the most enigmatic with all of the Snaps vs. Flatpak arguments going on in the Linux world today. Ubuntu no longer compiles Chromium to be packaged on apt repositories anymore. For this piece of software your choices are limited to a snap package. In direct opposition with this, Linux Mint have decided to not allow Snapd or Chromium to be installed on their system through apt by default, but rather give users documentation links on how to go about compiling or installing Chromium through some other means on their systems instead. While this can be annoying, there is Arch Linux which still gives users a pre-compiled and easily installable version from their repos. Arch Linux is also fast and very privacy conscious as there is no software preloaded to track users, nor is there any other software than what the user might want on his or her system. While Arch Linux isn’t for beginners