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
In Linux, there is no shortage of tools to do any one task. There
are several browsers, at least 5 or 6 good, common file managers,
there are even a multitude of text editors. The same can be said
about resource monitoring applications. Ncdu, much akin to running
similar commands such as du by itself or even akin to Windirstat, a
popular, open source application for windows, this utility can scan
and display specific problem areas of disk usage in an instant.
Cache, Configuration, Package cache, all will show up depending upon
the directory you flag after typing Ncdu. Just running the command,
ncdu, will give a basic overview of the home folder. This is useful
when you forgot that you downloaded 8 different BDRIP movies and you
are curious why your file manager says you’re out of space.
Ncdu is more simple to read than just using du by itself, as du often
gives the full directory path. It makes it difficult to see as it is
finer print than what is displayed by Ncdu. Ncdu is available in
almost all Linux distributions. I will provide screenshots below, but
there is little more that you can say about it. It works beautifully
for what it does, many applications are trying to do more than they
really ought to do, this is not such an application. What you see is
what you get. This is one of the first applications I install on a
new system. I highly recommend it. It is terminal based, but that
shouldn’t be a problem.
SCREENSHOT
WITH DU:
SCREENSHOT
WITH NCDU:
SCREENSHOT WITH NCDU AND A FLAGGED LOCATION:
Comments
Post a Comment