Categories
Hardware

How to fix a Brother DCP-J105 Print head not printing Black and other Tricks

Ever replaced the ink cartidge on a Brother and it stops printing that colour? I had that problem after not using it for a while and the Brother DCP-J105 would no longer print black. I now have the solution of How to fix a Brother DCP-J105 not printing black. After a few weeks of trying, […]

Categories
company reviews

Avoid Topgrades and Centaurus Trading Kruger Rands

TL;DR Topgrades.co.za is no longer a member of Rand Refinery, their membership has been suspended. Take a look at all rand refinery registered dealers and make sure to only buy from people on this list Investing in Gold Investing in gold – you can actually hold – can be a very prudent investment, espescially when […]

Categories
ubuntu

Installing Ubuntu 18.04 for Dual Boot alongside Windows on seperate drives

Alright you’ve had it with Windows and their horrible, data thieving, privacy breaching ways. But you still want to be able to use it because of other reasons. Well you can dual boot – boot into the platform of your choosing with sperate drives, I will be showing you how to do this, This is […]

Categories
python

Trying the Pelican Static Site Generator and Abandoning it – the Best Python Static Site Generator is found…

I used to use Jekyll site for my notes and summaries called fixes I wanted to move away from Ruby, that Jekyll uses, and try the language I prefer – python – and saw that pelican was the most popular. I also wanted to move away to improve the way categories are shown and to […]

Categories
DevOps django

Authenticated Functional Tests with Selenium and Django

In the Test Driven Development Book for Python and Django by Harry Percival called Obey The Testing Goat, there is a chapter about enhancing the functional test base class and adding pre-authentication so you don’t need to login via the login screen with Selenium. It uses a custom Email Authentication Backend, but I needed to […]