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
Manjaro’s last stable release posted on their homepage was 17.06. Since this time, the team have worked hard on yet another stable release code named Hakoila and is set to be released soon. So far, the release has recently hit the stable channel as of time of this writing. 17.1 rolls out a new kernel amongst many other package changes. The new kernel is linux414. The team recently fixed a network regression as well as other issues. The kernel is not considered technically LTS yet, but as of this month it should roll out as one. The team also fixed several issues with Calamares, their installer. I have also fixed a few more issues I found in my scripts not working the way I wanted, I added a list of packages to potentially be installed and a loop which allows the user to install one and then see the list again until each package that he or she wants is installed. The loop will discontinue once the user types the number 27. I also added a prompt that asks the user if they want to uninst...