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
The Linux kernel recently had a 5.0 release. This is the newest kernel signed off by Torvalds and friends. Linux 5.0 includes a plethora of changes and security fixes as is the case with any major release for the kernel. 4.20 was released around the holidays. That was a good release and I’ve been using it without issue for a while now, but Linux 5.0 has some things that might interest you. According to OMGUBUNTU, Linux Mint is getting a logo revamp as well. This is actually not something new to me, but before I assumed they were mere rumors. The new Linux Kernel’s changes are mostly hardware stack related with Raspberry Pi and Intel getting some support among other systems. This according to OMGUBUNTU. The newest kernel is already available on kernel.org, but you’ll have to compile it yourself. It is recommended to stick with the latest kernel with your distribution to retain support. Kernels are those pieces of the overall operating system that don’t really need to be updated jus...