How to force the Windows 11 upgrade

Windows 11 became available on the 5th October 2021 and for those people with compatible machines, this guide will help you jump the queue and force the Windows 11 upgrade. Before you start… Take a backup all all important data onto an external storage device/location. set aside at least 1 hour for the upgrade – maybe longer, depending on your internet connection speed. Make sure that your Windows 10 installation is up to date with no pending updates. Compatibility You might have seen a number of articles and news stories floating around about Windows 11 dropping support for a large number of computers, particularly older systems. The quickest way to test your system’s compatibility with Windows 11 is using the Microsoft WindowsPCHealthCheckSetup tool: https://aka.ms/GetPCHealthCheckApp ...

October 6, 2021 · 2 min · Tom

Turn off TPLink Smart plug LED

The HS100/HS110 LED can be bright and obnoxious. If you are looking to turn off the LED status lights on the TPLink Kasa smart plugs, then look no further – the solution resides in this post. It does involve some Python interaction, but I promise that it is a gentle passing with the programming language. This solution works for: HS100 HS103 HS105 HS110 The only real drawback is that when the LED is disabled, you can not see when the device might have become disconnected from the wireless network – this is normally indicated by a RED or orange LED status. ...

August 22, 2021 · 2 min · Tom

Customising the PowerShell prompt to show date and time

Depending on your reason for using the PowerShell prompt at it, it might be useful to include data such as timestamps in your recorded output, to enable better auditing. This post will walk you through the simple steps needed for customising the PowerShell prompt, including how to show the current date and time. What exactly do I mean by the PowerShell prompt and what does the typical prompt look like by default? Well let me dial it back to default and show you: ...

July 24, 2021 · 3 min · Tom

Adding Bluetooth to a VW RCD 300

I own a basic VW Caddy MK3 (2009) which was equipped with a RCD 300 head unit. It did not come with the aux function/connectivity and this post explains how I added Bluetooth connectivity. This was a very simple installation with no requirement for VCDS coding; the Bluetooth adapter replicates a CD changer. At the time of writing this article, I was able to purchase this adapter on Amazon UK for ~£35 – https://amazon.co.uk/gp/product/B0773P8HM5 ...

June 18, 2021 · 3 min · Tom

More RTX 3060 Nicehash overclocking

Note: NVIDIA has since patched the RTX 3060 hash rate limiter across multiple driver versions. The developer driver 470.05 used in this article is no longer available from NVIDIA. Crypto mining on consumer GPUs is generally no longer economically viable. This is part 2 from my previous post on RTX 3060 Nicehash overclocking settings. I don’t want to edit the previous article because the content still stands to be accurate for the hash rate I achieved. However, I have since learned even more about the card and managed to improve my Nicehash quick miner hash rate by a further 10%! ...

April 7, 2021 · 3 min · Tom

RTX 3060 Nicehash mining overclock settings

Note: NVIDIA has since patched the RTX 3060 hash rate limiter across multiple driver versions. The developer driver 470.05 used in this article is no longer available from NVIDIA. Crypto mining on consumer GPUs is generally no longer economically viable. I recently managed to buy a Gigabyte RTX 3060 without lining the pockets of a scaler, lucky me! I recently discussed how I was able to circumvent the Nvidia crypto mining limitations: Unlock RTX 3060 mining hash rate (that post also includes access to the driver). This doubled the RTX 3060 Nicehash mining rate using the ‘unlocked’ Nvidia beta driver – going from ~22MH/s up to ~40MH/s. Impressive! ...

April 2, 2021 · 3 min · Tom

Unlock RTX 3060 mining hash rate

Note: The developer driver 470.05 referenced in this article is no longer distributed by NVIDIA. NVIDIA subsequently re-introduced and then re-patched the hash rate limiter across multiple driver generations. This article is kept for historical reference. There has been lots of news coverage around the recent mistake made by Nvidia with their RTX 3060 driver allowing uninhibited mining hash rates: a great round-up from The Verge. A developer driver inadvertently included code used for internal development which removes the hash rate limiter on RTX 3060 in some configurations. The driver has been removed, but there are lots of copies in circulation. ...

March 21, 2021 · 3 min · Tom

Honeygain docker-compose setup

So Honeygain has finally arrived as a Docker container and this article will give you everything you need to build your own docker-compose YAML file for faster deployments. You can see the docs provided by the Honeygain devs on the matter here: https://honeygain.zendesk.com/hc/en-us/articles/360018979919-How-to-run-Honeygain-on-Docker-Linux- However, they do not provide a nice way to deploy time and again from a docker-compose file, scroll down for a template! At the time of writing, you are permitted to run the service on two devices per public IP. Unfortunately, the docker image doesn’t currently support the content delivery feature ...

March 4, 2021 · 2 min · Tom

Unraid USB Controller Passthrough - VM hot swap USB

For the longest time, I have been running VMs on my Unraid server and had the need to passthrough USB devices. I will be the first to admit that I have too many computers and a shrink might classify it as an addition. Coupled with my quest for a clutter-free desk, I have been faced with the issue of swapping USB devices like a keyboard and mouse, from one machine to another Unraid virtual machine (vm). ...

March 3, 2021 · 3 min · Tom

Collect bitcoin price data with python and Coinbase

Cryptocurrencies have been back on the popular agenda lately, thanks mostly to the surging value of Bitcoin. I have been interested, but not massively invested in cryptocurrency for many years. If I had the courage to buy and hold all those years ago, I might be writing to you from a beach – I assure you, this is not the case! I have been getting into InfluxDB lately and its fantastic ability to store heaps of time series data. Well, using python and Coinbase, I am going to show you how to collect bitcoin (and other crypto assets) price data and store it in InfluxDB… then we are going to make some neat panels in Grafana to help us realise our data. This is going to be a longer write up than most, so here is here are links to each section: ...

February 2, 2021 · 6 min · Tom