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
For those who are running older systems, and I’m talking systems with ancient AMD chips and Nvidia graphics. You might have updated kernels in Linux lately and got the following message; Spectre mitigation V2 LFENCE not serializing. What this most likely means is that AMD is pretty hardy and it turns out that most AMD processors were not as vulnerable as the Intel processors were. Thus, your processor is probably not vulnerable to certain variants. I’m speaking of variants 1 & 2. Variant 3, however… Any who, if this message shows itself at boot, it appears that it is so far, just words. I wouldn’t worry too much about it unless you later notice that something about your hardware configuration is acting strange. What it is doing is going back to a generic retpoline. If you didn’t catch anything at boot and are worried about the potential incompatibility, you can usually just revert back in Linux by hitting the shift key before the kernel loads itself. In most distributions you...