Skip to main content

Posts

Showing posts from April 29, 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

INSTALLING ADDITIONAL THEMES; THE TERMINAL WAY!

When setting up a new system, or even an old one, installing themes can be tricky on Linux as there aren’t seemingly enough in the repositories. You could spend hours combing through the software installation tool for your distribution, but a better way to find exactly what you prefer is to use a couple of sites called  xfce-look and gnome-look . Both sites contain gtk2 and 3 themes as well as instructions on how to install the themes to your system once you’ve downloaded them. The thing they don’t explain to you is how to open the tarballs or zip archives via terminal, but most systems come with an archive manager by default. In this tutorial, I’ve chosen the Abrus-dark theme found at xfce-look. The Abrus theme is a dark gtk3 theme which converts every window to a pleasant, dark background. I prefer dark colors as it is easier on the eyes. Installing any theme can be this easy; as easy as unpacking a zip and moving the extracted data to another location. In the past, I’ve

VARIOUS FILE-SYSTEMS AND BRIEF OVERVIEW OF THEIR DIFFERENCES

Almost every device today has some sort of preferred file-system that it works with. A lot of the common file-systems do some form of logging(journaling) to record events that effect the stability of the file-system. This has benefits. If one were troubleshooting reasons for a recent failure, it might be easy enough to look in the logs. There are a few exceptions to this, however. Older Windows systems for instance. Windows has gotten better with their choice of file-systems and structure, but this wasn’t alwas the case. Windows is also very well known for almost monthly having to have some sort of maintenance rendered on the host machine. Linux makes things a lot easier in that the file-system is well structured and like is organized with like content across the drive. This makes for faster read times and less fragmentation as a result. Below are a few common file-systems and a bit of information about each one. Btrfs Linux has a lot of different file-systems on w