Skip to main content

Posts

Showing posts from May 20, 2018

Blocklist-Update.sh

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

BUSY WEEK AND MANJARO BROKE, HOW I FIXED IT. ALSO, PROBLEM FINDING DRIVERS IN UBUNTU 18.04.

Hi everyone! Been a busy week. At first, I was coming up with plenty of ideas of things to write about, plenty of ideas for new features to add in to my scripts, but things just didn’t go quite as planned. While I did get some work done, I was interrupted by all the machines in the house that were updated becoming paper weights literally before my eyes. The culprit turned out to be an upstream Mesa update from Arch Linux. Mesa deals with video graphics and uses Wayland as a dependancy. Wayland is the new and future successor to x-server. X-server is the X11 system that gives you a graphical experience within Linux. X-server has a process that can actually run in the background without you even being in the desktop and so this is why it is recommended, when installing or unstalling drivers via command line or tty, that you issue the command stopx. X can even have a negative impact on Lightdm performance as well. After issuing all of the updates I rebooted my machine to only b