How to configure Pi-hole

If you’ve just installed Pi-hole, this article will help you with changing some of the default settings and improving what gets blocked. It’s important that you do not change the DNS settings on your DHCP server / router straight away, and test with just one device first. Logging into Pi-hole To login to Pi-hole, you

Read More

How to configure Homebridge

If you’ve just installed Homebridge, this article will help you with changing some of the default elements, before you start adding plugins. Logging into Homebridge To login to Homebridge, you need to visit the below URL, but make sure you replace ‘servername’ with the name or IP of the server running Homebridge. If you changed

Read More

C# Detect HTTPS in a load balanced environment

Detecting HTTPS in your asp.net c# web app is fairly straight forward in a normal environment with a single server solution, as you can see from the below example: if (HttpContext.Current.Request.IsSecureConnection) { Response.Write("Using HTTPS"); } else { Response.Write("Using HTTP"); } The problem comes when your web application is on multiple servers and behind a load

Read More

Firefox sync not working

If you’ve installed Firefox, logged into your account and the sync isn’t working. There appears to be a bug that stops this from working, but luckily there is any easy fix, just follow the below: Fix Firefox sync issue Open ‘Firefox’. Open the menu by pressing the 3-bar menu. Select privacy from the left menu.

Read More