Skip to main content

Posts

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

PALE MOON 28.6.1 RELEASED: HERE’S WHAT’S NEW

Pale Moon, a browser forked from older Firefox code, has released a security fix release for their recent 28 series browser version. This update fixes multiple issues with security and bypassing blocking of ftp authentications if necessary. The release also fixes a multitude of DiD(Defense In Depth) vulnerabilities or those vulnerabilities which are not currently being exploited or are not active in Pale Moon at the moment. Note that DiD does not mean that such vulnerabilities are not still active in other Mozilla forks. Pale Moon also updates NSS to the latest. Pale Moon is a fork of earlier versions of Firefox. As such, it is not to be mistaken as a Firefox clone or an insecure Firefox. Pale Moon’s engine Goanna, and the UXP-based browser are both forked from Gecko and Firefox 4 consecutively. The browser is meant to give users the customization and feel of earlier releases of Firefox without any insecurities that would result in modern use of such a version of software. Pale Mo...

ANTERGOS COMES TO A CLOSE

In a recent tweet on the project’s twitter page, the team behind Antergos recently announced that they would be discontinuing the project. While this came as a big shock to the community, the developers described this is a bit of a long time coming as things in their lives became hectic and the project has become somewhat stagnant, not seeing much in the way of features or major improvements above standard Arch based software packages. The project was founded directly on Arch Linux and thus the Arch specific packages will be updated forever, however, many changes are soon to take place to make this a smooth transition. The Antergos repository will be the first to go, moving many packages over to AUR and making the repository itself obsolete. It is unclear as to whether the project will cease to install for new users, but that is a safe bet. Antergos started as Cinnarch and has always been mainly an arch installer with many extra bells and whistles, but it appears that this ever evo...

SOLUS FINALLY UPDATES ITS GNOME STACK TO 3.32

Solus is one of the most interesting Linux operating systems. Initially coming from a Debian-based background, Solus offers a rolling release model for updates in a simple and clean desktop-focused distribution. Solus is developed independently from other distributions and flavors of Linux and has three main desktop environments to choose from with a fourth one on the way in Plasma. As of May 3 2019, Solus has updated their Gnome desktop and the Gnome stack that Budgie uses. In this release, a major release, Solus adds the upstream Gnome-Shell and Mutter performance and security improvements as well it has removed many apps and libraries which are no longer being maintained and or updated from its repository. Another change, albeit a disappointing one, Deja-Dup which allows you to sync files to the cloud in the form of backups will stop working with this feature. It’s a real bummer, however, Solus developers decided that a certain library involved in this client to server exc...

NEW API CHALLENGES DEVELOPERS OF THIRD PARTY EXTENSIONS

An article popped up recently on the register, a United Kingdom based tech news site. Google’s new API has been in the news for a while now. The new API will limit or restrict third party code from accessing URLs in time to do anything about them. This kind of new behavior is especially tough for content blocking extensions in the Chrome browser. Google has yet to fully implement the newest API which is called DNR for short. WebRequest API is soon to be deprecated to make way for a new way of doing things. This shouldn’t be a big surprise as Google makes a lot of its overall revenuse from advertising. Gorhill, a developer of a very popular content blocking extension known as Ublock Origin, has stated adamantly that his extension would cease to function correctly if the new API takes precedence. Third party content blockers are closer to the browser than they are the net, this is not necessarily the case within Opera as their content blocker is built in. DNR API means that con...

SMALL UPDATE ON WHAT I’M DOING AND A LITTLE SOMETHING SOMETHING ABOUT BROWSER REPAIRS IN LINUX.

Lately, I’ve been working on improving my scripts and their Help feature. This feature includes leaflets on basic functionality of some of the features held within the script. I layout basic details about what is being done in each more clearly, but still there are things missing here. I removed as many lines previously as possible to allow for some added lines of information. I realize that it doesn’t seem like a lot at the moment, however, I have also mirrored my repository on Github and moved a copy of it to Gitlab. I’ve made that repo almost completely independent of Github. There is still a bit of work to be done and so I will be doing that soon. I’ve also made my Gitlab publicly accessible now. My mind and my sleeping have been sort of a wreck lately, I’ve been trying to make minor improvements around the house with all this going on, I feel my time and energy has been largely divided, though not in equal parts. I’m hoping that by the end of this week, things will be a littl...

SOLUS 4 FORTITUDE RELEASED

Solus, an operating system with a rather colorful history as Solus OS, having been based on Debian at one point, is now released as a rolling distribution, most recently in the form of Solus 4.0 Fortitude. Solus 4.0 took a while to reach release due to changes in project management and various other matters. Solus 4.0 uses the latest software packages and updates in a timely fashion. The software that comes preinstalled is very sparse, meaning that users should go into Solus expecting to install other software. The package manager is a forked version of Pisi which is called Eopkg. Eopkg is not based on deb or rpm package managers so getting deb files to work might be a bit of a hassle, nevertheless, most software that newer users might find useful should be either within the standard Solus repository or the ever growing third-party repository. Snapd is also preinstalled and readily available for those who want software that isn’t in either of these. Solus 4.0 also uses one of the ...

CHECKING LINUX SECURITY AND INTEGRITY VIA THE TERMINAL

We all know about the speed and efficiency of Linux, the security is unmatched as well. Linux is by far more secure than Windows and Mac as the Open Source community behind Linux is always eyeballing the code and subsequently fixing bugs thereafter. Linux and Unix are about as secure and as efficient as running a computer operating system gets, but there are some issues and bugs that don’t always get fixed or noticed in a timely fashion and one of the jobs of a System Administrator would be to check for these issues to make sure they’re not a problem in a business environment. SSH is a big gap in security that gets updated frequently, however, there is nothing that can be done to prevent it from being an inherent security risk as it is facing the internet and is a hole with which data travels through from device to device. Businesses and administrators use SSH to tunnel through from their devices to effect changes in files on other machines remotely and this, along with Telnet(wh...