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
I wrote an article about some of the usefulness of bash scripts, I
also told you where to find some scripts for setting up Linux
systems. The link is still good and will be included again. I’ve
recently updated a few things about the maintenance scripts and added
aliases to the setup. Aliases are a feature that allows you to use a
single keyword that you create to run certain commands that take a
minute to type out. To place an alias, you just need to follow a
simple syntax, alias NameOfAlias=”What the alias does”. To add
these aliases to the .bashrc file, which is the only way to make them
permanent, you simply type that out as echo ‘alias
NameOfAlias=”What the alias does”’ >> ~/.bashrc. While aliases make things
easier, for new users who are trying to learn, nothing can replace
actually typing the commands out in the terminal from time to time.
Several youtubers have talked about scripts in the past, a couple of
such youtubers are Joe Collins and Quidsup. Quidsup has his own self
maintained website which holds links to many of the tutorials that
he’s done, as well as many scripts for setting up home media, etc.
Links to appropriate sites will be added. The use of scripts goes far
beyond that of just system care, it can range into other projects
too, I even think I remember Quidsup saying that Notrack was written
mostly in Bash at one time. Python is a close second for usefulness
and ease of use, but C is where I started in school and so I tend to
stay in that area most.
Joe Collins: https://www.youtube.com/user/BadEditPro
Quidsup: https://www.youtube.com/user/quidsup
A link to the other article:
https://techiegeek123.blogspot.com/2017/10/bash-scripts-how-to-use-them-how-to.html
https://github.com/thedummy06/Helpful-Linux-Shell-Scripts
https://github.com/thedummy06/Helpful-Linux-Shell-Scripts
Au’ Revoir!
Comments
Post a Comment