Bambu Lab X1 Carbon Tip: How to format Micro SD cards over 32GB as FAT32
If you have a Micro SD Card that’s larger than 32GB and you’d like to use it in your Bambu Lab 3D Printer (I have a X1 Carbon), and are a Windows user, you might be struggling. This is because Windows uses exFAX for devices over 32GB in size. Most systems don’t care if it’s
Mac OS X tip: How to change the menu bar colour
If like me, you like dark mode, you might be looking through the settings on your nice new Mac, and struggling to see how it’s done. I’d love to know why the menu colour doesn’t change with dark mode, but we’ll probably never know. Instead, it’s somehow linked to the wallpaper colour. It’s actually quite
Getting started with Power BI: A beginners guide / tutorial
Power BI is a powerful business analytics tool developed by Microsoft that enables users to visualize data and share insights across the organization, or even embed them in an app or website. It can connect to a broad range of data sources, from Excel spreadsheets to cloud-based and on-premise SQL Server databases, and more. Power
Getting started with PowerShell: Your ultimate beginners guide
PowerShell is an extremely powerful scripting language developed by Microsoft that lets you automate tasks on your computer, and manage system resources. It is built on the .NET framework and comes with a command-line interface. Whether you’re a system administrator, a developer, or an IT enthusiast looking to enhance your automation skills, this article will
Power Automate Tips: Convert int to string
Power Automate is an amazing tool, but it can take a little time to get used to how it works. One thing that I find annoying is tha if you have variables or data sources which are integers and you want to store/use it elsewhere, as a string, you can’t easily. Let’s say you initialise
Škoda Enyaq iV tips: You don’t need to use the start/stop button or handbrake
So you’ve got yourself a Škoda Enyaq and you’re enjoying the car. I love mine, it’s a lovely drive, cheap to run and powerful. I have a couple of useful tips to make driving your Enyaq even better, and I thought everyone knew about them, but after speaking with two other owners recently, it seems
Zappi Tips: How to upgrade the firmware on the Zappi 2.1 EV charger
If you have a Zappi 2.1 and you want to update the firmware, the good news is that it’s automatic, so long as your device is connected to your wi-fi / ethernet and it has an active internet connection. However, if you want to manually update it sooner by following the below steps: 1) Press
Ordering a myenergi Zappi 2.1 charger
Recently I moved house, and the prices that electricians wanted to move my Pod Point Solo 2 charger from one house to the next were crazy, almost the cost of a new unit. The Solo 2 was reliable, and did its job well, but I decided to get a new device instead, and since one
Zappi Tips: How to secure your Zappi EV charger
It seems that most of the EV chargers come setup in an insecure mode that will allow anyone to use your charger, or enter the settings. Now granted, it’s unlikely someone will park on your drive and use your charger, but I did hear of it happening once, and if you have chargers in a
IFTTT tips: Flash your Philips Hue lights with the Alexa timer
This automation uses the Alexa timer reaching zero as a trigger, and that then actions the Philips Hue lights to flash. I find this useful when moving around the house, as you don’t always hear the timer. Before we get started, consider creating a zone in your Philips Hue environment with a group of devices
Škoda Enyaq iV tips: Update sat nav home / work destinations
I’ve just moved, and thought I’d update the home address on my sat nav, but it wasn’t done how I expected it to be done, so it took me a couple of minutes to figure it out, so I thought I’d share how it’s done to save others a few minutes. I mentioned that it
Lightwave RF tips: Automation for dynamic LED colour based on door / window contact sensors being open / closed
One of my favourite home automations uses Lightwave RF to change the LED colour on their light switches to a different colour based on the status of their contact sensors that I have in my house. So if any of my doors or windows are open, I change the LED colour to cyan with a
Smart home tips: Stop feeling clueless!
Are you feeling clueless when it comes to home automation and smart homes? If so, don’t panic, I’ll try to help you with a few smart home tips. Home automation is becoming increasingly popular as people look for ways to make their lives easier, be more efficient and save money, but it can be pretty
Troubleshooting 8 of the most common Active Directory issues
Active Directory (AD) is a powerful directory service, by Microsoft, which provides centralised authentication and authorisation for Windows-based networks. While it offers numerous benefits, domain administrators often encounter common issues that can impact its functionality. In this article, we will explore some of these issues and provide practical solutions to troubleshoot them effectively. 1) DNS
How to blur or change the background on a Teams call
I often get asked how I blur or change my background in Teams, so I thought I’d put together this quick guide. Before you start though, keep in mind that this will not work on older machines where the processor does not support AVX2 (Advanced Vector Extensions 2), so if you don’t see some of
Active Directory certificates not working
You’ve setup an active directory certificate authority and your browser isn’t trusting the certificates or they are showing as insecure. There are a ton of articles out there about sharing the root certificates via group policy, so I will presume you’ve aready done that. If you haven’t, please do that first. This article will cover
iPhone tips: Windows Phone Link for iOS
This article will help you to link your iPhone to your Windows 10/11 computer, so you can make calls, send / receive iMessages and sync you calendar etc from your computer. For a while now, the phone link application has been limited to Android devices only, but now Microsoft have rolled out iOS support. Downloading
Understanding and overcoming range anxiety in Electric Vehicles (EVs)
If you’re reading this, then I suspect you’re either interesting in getting an EV, or are looking into it more since there is a drive to get rid of petrol and diesel vehicles in the coming years (2030 in the UK), and you want to know if range anxiety is a real thing. Is range
iPhone tip: How to restore deleted messages on your iOS device
If you’ve deleted a message, text or iMessage, and want to restore it, just follow the few simple steps in this article. I thought that everyone knew this, as I’ve gone years without anyone asking me if it’s possible to recovered deleted messages, to being asked three times in a week. How to recover deleted
How to install Home Assistant on a Raspberry Pi using Mac OS X
Home Assistant is an open-source home automation platform that allows you to control and automate various aspects of your home. It can integrate with a wide range of devices and services, such as lights, thermostats, security systems, and more. With Home Assistant, you can create automations and scenes, access your home from anywhere, and get
Home Assistant: A smart home operating system / software for automation
Home Assistant is open source home automation software that can be run on Linux, Windows, and Mac. Home Assistant is written in Python and has a large, active community. Home Assistant is meant to make automation in your home easier and is compatible with a large range of different devices. It provides a web interface
How to install PowerShell on Mac OS X
Installing PowerShell on Mac OS X is a relatively simple process that can be done in a few easy steps. Please note: these instructions are for Mac OS X version after 10.13 and above, as PowerShell only supports 64-bit versions. If you are running on earlier version of mac, you need to install package management
PowerShell tips: How to customise your PowerShell profile
PowerShell is a powerful command-line interface (CLI) that allows you to automate and manage Windows systems. One of the best ways to customise your PowerShell experience is by creating a custom profile. A profile is a script that runs every time you start PowerShell, and it can be used to set up your environment, load
PowerShell tips: 10 tips and tricks to get the most PowerShell
PowerShell is a powerful tool for Windows administrators, developers, and power users. It allows you to automate tasks, manage Windows systems, and access a wide range of functionality through its built-in commands and modules. In this blog post, we’ll share some tips and tricks to help you get the most out of PowerShell. 1) Get-Help
Exploring the benefits of using Windows Terminal
Windows Terminal is a powerful and versatile tool that can be used to manage your Windows operating system. It is a command-line interface (CLI) that allows users to access and control their Windows systems from the command line. It is an essential tool for anyone who wants to get the most out of their Windows
Power Bi tips: 12 tips to get the most out of Power BI
Power BI is a powerful tool for data visualisation and analysis, but it can be overwhelming for new users. Here are some hints and tips to help you get started: 1) Start with a clear goal in mind Before you begin creating your report or dashboard, take a moment to think about what you want
Unifi Dream Machine SE and Wireless access points: The ultimate home networking solution
Are you looking for the ultimate home networking solution? Look no further than the Unifi Dream Machine SE (UDM SE) and wireless access points. This powerful combination of hardware and software provides a comprehensive, secure, and reliable network for your home or small business. With the Unifi Dream Machine SE, you can easily set up
5 step guide to making your smart home work for you
Tens of years ago, the idea of having a ‘smart home’ was just a dream. We’d seen it on television and in movies, but no one had the technology to make it a reality. Fast-forward to today, when technologies like Apple HomeKit, LightwaveRF, Philips Hue, Alexa and more have made it possible for individuals and
Should you buy a Tesla Model Y without ultrasonic sensors (USS) before Tesla Vision is finished?
Tesla has been making waves in the automotive industry for years now, and the Tesla Model Y, is no exception. The Model Y is a mid-size SUV that offers a range of features and performance that make it an attractive option for those looking for a reliable and efficient electric vehicle. However, one of the
Become a keyboard ninja: a comprehensive guide to Mac and Windows keyboard shortcuts
Have you ever wished you could type faster without having to look at your keyboard? Or maybe you just want to make your work process more efficient? If so, then this blog post is for you. We’ll cover all the keyboard shortcuts that you need to know to become a real keyboard ninja in both