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
FSCK, otherwise known as Filesystem check for linux, is a program built into Linux operating systems that essentially takes the place of CHKDSK in Windows. While Linux rarely needs to run FSCK, it has become more or less standard at boot time on most SystemD powered Linux distributions. FSCK not only checks the bootability of your drive, it also tries to repair problems that prevent the said drive from booting. This can be orphaned inodes, bad journal files, issues with sectors and bad blocks. While many of these could prevent a drive or file system from booting anyway, FSCK is a good first step to ensure drive health and maintain a file system when problems may arise. Linux has great damage control and security already built in that users can easily access to gain more control of their distribution. Running the command man fsck: will return a lot of information on the command. It will return possible exit codes(more on that in a minute) and a short description...