# Tech blog with tips, tricks and hacks > for EVs, hardware, software, home automation, programming and more ## Posts - [How to Enable Apple Time Machine Backups on a Synology NAS](https://rsw.io/how-to-enable-apple-time-machine-backups-on-a-synology-nas/): You can use your Synology NAS as a reliable Time Machine backup target by enabling SMB, creating a dedicated shared folder and user, and configuring Time Machine on your Mac. This gives you automated, encrypted, network-based backups without needing an external drive. Why Use a Synology NAS for Time Machine? Using a Synology NAS for Time Machine backups offers several advantages: For home users and small teams, it’s a clean, scalable solution. What You’ll Need Before you start, make sure you have: Step 1: Enable SMB File Services on the Synology NAS Apple Time Machine uses SMB to connect to […] - [A Step-by-Step Guide to Installing n8n Locally Using Docker](https://rsw.io/a-step-by-step-guide-to-installing-n8n-locally-using-docker/): An Introduction to n8n and Docker n8n is an open-source workflow automation tool that enables users to connect various services and automate tasks without extensive coding knowledge. It operates on a modern, visual interface, allowing users to create intricate workflows by simply dragging and dropping components. With hundreds of integrations, n8n provides flexibility and power, catering to a wide range of automation needs, from data transfer between applications to complex business processes. One of the most significant advantages of n8n is its self-hosting capability, which grants users complete control over their workflows and data. By hosting n8n locally, you’re in […] - [Running Docker on a Synology NAS: A Practical How-To Guide](https://rsw.io/running-docker-on-a-synology-nas-a-practical-how-to-guide/): This guide walks you through running Docker on a Synology NAS, and I’ll be using the DS1525+ for this guide. I’ll cover everything from enabling Container Manager to deploying your first container with Docker Compose. Running containers directly on a Synology NAS is one of the easiest ways to centralise self-hosted services—without spinning up extra VMs. The DS1525+ has more than enough grunt for media servers, automation tools, dashboards, and lightweight APIs. This guide assumes DSM 7.x (Synology NAS software) and a DS1525+, but the steps are broadly identical across Plus-series models. Why Run Docker on a Synology NAS? Typical […] - [How to Set Up Your UniFi Dream Machine with NordVPN](https://rsw.io/how-to-set-up-your-unifi-dream-machine-with-nordvpn/): If you’ve invested in a UniFi Dream Machine (UDM, UDM Pro, UDM Pro Max or UDM Special Edition), you’ll know how powerful it is for managing your home or small business network. But did you know that it can route your outbound traffic through a VPN client, such as NordVPN? I’ll show you how. Most people won’t need to use a VPN, but you could opt to use one to route certain traffic to certain destinations via one to simulate being in a different country. I accept no responsibility for you use of this, and I recommend you do not […] - [WSL 2 vs Docker Desktop: Which One Should You Use?](https://rsw.io/wsl-2-vs-docker-desktop-which-one-should-you-use/): If you’re building and deploying containers on Windows, you’ve probably encountered either WSL 2 or Docker Desktop. While they’re closely related, they’re not interchangeable, and knowing which to use, and when, can drastically affect your system performance, development workflows, and licensing costs. In this article, I’ll cover the pros and cons of each, compare their resource usage (including vmmemWSL usage), and help you choose the right tool for your use case. What Are WSL 2 and Docker Desktop? WSL 2 (Windows Subsystem for Linux 2) WSL 2 is a full Linux kernel running on Hyper-V inside Windows. It enables near-native […] - [Top 3 Affordable USB-C Docks for Hybrid Workers in 2025](https://rsw.io/top-3-affordable-usb-c-docks-for-hybrid-workers-in-2025/): As hybrid working becomes the new normal, we all need better, more efficient setups both at home and in the office, but affordable. One of the most overlooked essentials is a reliable USB-C docking station.Whether you’re jumping between hot desks, managing a dual-screen home office, switching between work and personal devices, the right USB-C dock can make your workday smoother by eliminating cable clutter, expanding your connectivity, and even charging your laptop – all from a single cable. In this guide, I share my best budget friendly USB-C docks for hybrid workers in 2025. I’ve focused on affordability, essential features, […] - [How to Install DeepSeek-R1 Locally Using Ollama](https://rsw.io/how-to-install-deepseek-r1-locally-using-ollama/): In this article, I’ll introduce you to the DeepSeek-R1 LLM (Large Language Model), Ollama and how to install it locall on your Mac or PC. These instruction are put together using a Mac, but it’s more or less the same on a PC. Introduction to DeepSeek-R1 DeepSeek-R1 is a high performing reasoning LLM (Large Language Model) created by Deepseek AI. This LLM is specifically for enhanced data retrieval and management. Utilising cutting-edge algorithms, it stands out in the realm of information extraction by providing users with the ability to efficiently search vast datasets. Whether employed in AI application or just […] - [Mastering Automation with PowerShell: 10 Essential Scripts for IT Pros](https://rsw.io/mastering-automation-with-powershell-10-essential-scripts-for-it-pros/): In the ever-evolving world of IT, efficiency and automation are key to managing complex systems and networks. PowerShell, with its powerful scripting capabilities, is the go-to tool for IT administrators to automate routine tasks, improve productivity, and maintain system health. To help you get started, I’ve created a public GitHub repo with a collection of PowerShell scripts for everyone to use. Automation in IT is not just about saving time; it’s about minimising human error and streamlining processes to ensure a more efficient workflow. With the increasing complexity of IT systems, the necessity for automation has never been greater. PowerShell […] - [Veeam Tips: How to Harden Veeam Backup and Replication](https://rsw.io/veeam-tips-how-to-harden-veeam-backup-and-replication/): In today’s digital landscape, protecting your data against ransomware, cyber threats, and system failures is more critical than ever. Veeam Backup and Replication is a powerful tool for ensuring your data’s safety, but to maximise its effectiveness, hardening your Veeam deployment is essential. Below are some actionable tips to enhance the security and reliability of your Veeam Backup and Replication environment. 1) Deploy the 3-2-1-1-0 Rule The 3-2-1-1-0 backup strategy is an essential part of Veeam’s best practices: Tip: Leverage Veeam’s immutability feature on repositories such as hardened Linux repositories, object storage like Amazon S3 with Object Lock and Veeam […] - [Windows tip: Right click end task context menu option](https://rsw.io/windows-tip-right-click-end-task-context-menu-option/): Do you want to easily force-quit unresponsive applications directly from the Taskbar without needing to open Task Manager? Unfortunately, even in 2024 I still find a need to do this. Sometimes you can just hover over the item in the Taskbar, click the X and all is good, but often it’s not that straightforward. So in this article I’ll show you how to add an addition ‘End Task’ option to the right click context menu. Step-by-Step Instructions for the adding the End Task item to the context menu: 1. Press Windows + I to directly open the Settings app 2. […] - [Why charging extra for basic security features like SSO is a bad practice](https://rsw.io/why-charging-extra-for-basic-security-features-like-sso-is-a-bad-practice/): In today’s digital landscape, security isn’t just a feature, it’s a necessity. Yet, some major companies continue to place essential security features like Single Sign-On (SSO) behind higher-tier pricing plans. This practice not only undermines user safety by exploiting organisations need for basic security measures but also creates unnecessary barriers to efficient workflow, potentially leaving them more vulnerable to hackers and breaches. Some of the main culprits: Companies that charge extra for SSO Several well-known companies have adopted this model, and here are just a few that I have seen in the last few months: These companies are not the […] - [Keeping Active Directory secure and tidy with PowerShell: Identifying stale accounts](https://rsw.io/keeping-active-directory-secure-and-tidy-with-powershell-identifying-stale-accounts/): Maintaining a clean and secure Active Directory (AD) environment is essential for ensuring the safety and efficiency of your organisation’s network. Regularly identifying and managing stale accounts, those that haven’t been used in a long time, helps mitigate security risks, reduce clutter, and streamline user management. In this article, we’ll walk through a PowerShell script designed to automate the identification of such accounts and discuss how it can help keep your AD environment secure and organised. We’ll also highlight key considerations, including its behaviour in Office 365 hybrid environments, and other potential issues to watch out for. Understanding the PowerShell […] - [Understanding the 'Protected Users' group in Active Directory: When to use it and when not to](https://rsw.io/understanding-the-protected-users-group-in-active-directory-when-to-use-it-and-when-not-to/): Active Directory (AD) is packed with powerful security features designed to reduce the risk of identity compromise. One such feature is the Protected Users group. Introduced with Windows Server 2012 R2, the Protected Users group offers an additional layer of security for high-risk and high-privilege accounts by enforcing strict authentication policies. However, this group is not suitable for all users and requires careful consideration before implementation. In this article, we’ll delve into what the Active Directory (AD) Protected Users group is, its benefits, limitations, and guidelines for determining when to use it and when to avoid it. What is the […] - [VMware tip: How to resolve 'Host TPM attestation alarm'](https://rsw.io/vmware-tip-how-to-resolve-host-tpm-attestation-alarm/): In the world of virtualisation, ensuring the security and integrity of your environment is paramount. VMware provides several mechanisms to enhance the security of ESXi hosts, one of which is the Trusted Platform Module (TPM) attestation. However, while using this feature, you may encounter the “Host TPM Attestation Alarm.” This article will delve into what this alarm means, why it occurs, and how you can resolve it. What is TPM and TPM Attestation? The Trusted Platform Module (TPM) is a hardware-based security feature that provides a tamper-resistant environment for generating, storing, and managing cryptographic keys used to verify the integrity […] - [How to Create an ESXi Bootable USB Drive](https://rsw.io/how-to-create-an-esxi-bootable-usb-drive/): Introduction Creating a bootable USB drive for VMware ESXi is an essential step for a smooth and efficient installation process. This guide provides a step-by-step guide to create an ESXi bootable USB drive, ensuring that even beginners and seasoned IT professionals can deploy their virtualisation environments with ease. By following these detailed instructions, you’ll not only streamline your installation process but also avoid common pitfalls that can delay your setup. Requirements Before you begin, ensure you have the following: Steps to Create the Bootable USB Drive Follow these steps to create your ESXi bootable USB drive: 1. Download the VMware […] - [PowerShell Tips: How to Use PowerShell to Search for Files Containing a String](https://rsw.io/powershell-tips-how-to-use-powershell-to-search-for-files-containing-a-string/): Introduction to PowerShell for File Searches PowerShell is a powerful scripting language and command-line shell designed especially for system administrators. One of its useful functionalities is the ability to search for files containing a specific string. This capability can streamline many administrative tasks, making it easier to manage and locate vital information across your file system. Setting Up Your Environment Before you can start using PowerShell to search for files, it’s important to ensure your environment is properly set up. PowerShell comes pre-installed on Windows operating systems, but you can also install it on macOS and Linux. Once installed, you […] - [Why it’s not safe to store cloned access cards or credentials on a Flipper Zero](https://rsw.io/why-its-not-safe-to-store-cloned-access-cards-or-credentials-on-a-flipper-zero/): In recent years, the Flipper Zero has gained popularity among security enthusiasts and professionals for its versatility and ease of use, and I too love it. This portable multi-tool for pentesters and tech enthusiasts allows users to interact with various digital systems and devices, including access control systems. One of its most appealing and useful features is the ability to clone access cards, making it a powerful tool for security assessments, and perhaps cloning your friends gate fob. However, while the Flipper Zero offers numerous capabilities, it’s essential to understand the risks associated with storing cloned access cards on the […] - [PowerShell tips: Sending emails in PowerShell](https://rsw.io/powershell-tips-sending-emails-in-powershell/): In today’s fast-paced IT environments, automating routine tasks is not just beneficial; it’s essential. One of the most common automation tasks is sending emails. PowerShell, with its versatile cmdlets and scripting capabilities, provides a powerful tool for this purpose. This article delves into how you can leverage PowerShell to send emails, both with and without attachments, thereby enhancing your workflow automation. Why use PowerShell for email automation? PowerShell is a robust scripting language that offers extensive automation capabilities for Windows-based systems, and it doesn’t rely on any third-party tools. Its integration with the .NET Framework makes it an excellent choice […] - [Automating website deployment to AWS S3 bucket with GitHub workflows](https://rsw.io/automating-website-deployment-to-aws-s3-bucket-with-github-workflows/): In the world of web development, the ability to automate deployment processes, massively increases efficiency. GitHub workflows provides a powerful, flexible platform for automating workflows, including Continuous Integration (CI) and Continuous Deployment (CD). In this article, I’ll show you how to automate the deployment of your website to an AWS S3 bucket every time you commit and push changes to your GitHub repository. Things to know before we start For the purpose of this article, I’m presuming that you already have an AWS S3 bucket (they have a great free tier, if you want to set one up), have setup […] - [Mastering DAX: A comprehensive guide to enhancing your Power BI experience](https://rsw.io/mastering-dax-a-comprehensive-guide-to-enhancing-your-power-bi-experience/): Data Analysis Expressions (DAX) is a powerful language designed to handle data manipulation and queries in Microsoft’s various data platforms, notably Power BI, SQL Server Analysis Services (SSAS), and Power Pivot in Excel. I’ll dive into DAX a bit in this article, covering its history, applications, and the broad spectrum of functions it offers, particularly focusing on how to leverage these functions in Power BI to enhance your data visualisation and analysis. A brief history of DAX DAX was introduced by Microsoft in 2009 alongside the launch of Power Pivot in Excel. It was developed to allow users to perform […] - [How to use the VS Code timeline to recover a file: Navigating changes between commits](https://rsw.io/how-to-use-the-vs-code-timeline-to-recover-a-file-navigating-changes-between-commits/): We all make mistakes, and sometimes making too many changes in your code, between commits can mean that you lose hours of work. However, if you use VS Code (Visual Studio Code), then it has a built-in timeline feature, which offers a robust solution for navigating and recovering files between commits. This functionality is particularly beneficial when you need to revisit earlier versions of your work or undo changes after a misstep. Here’s a step-by-step guide on how to use the VS Code Timeline to manage and recover files effectively. Prerequisites For this to work, you need to make sure […] - [Essential VS Code extensions: My top 10 picks for better coding](https://rsw.io/essential-vs-code-extensions-my-top-10-picks-for-better-coding/): Whether you’re an experienced developer looking to streamline your workflow or a beginner eager to set up your coding environment, VS Code (Visual Studio Code) boasts a powerful feature that makes it the favourite IDE of many. These extensions, add-ons, or plugins if you prefer, enhance the functionality, improve your productivity, and transform how you interact with your code, VS Code and many other systems (e.g. Docker, Azure, AWS etc). In this article, I’ll share my top 10 VS Code extensions which I find the most useful whilst coding. From sleek code beautifiers to sophisticated debuggers, each extension offers unique […] - [How to make the most of your new Surface Pro 10 / Laptop 6 for Business](https://rsw.io/how-to-make-the-most-of-your-new-surface-pro-10-laptop-6-for-business/): First, lets start off by acknowleding the importance of this new device, utilising the new Intel Ultra and the addition of an NPU. It will delivery great performance for most uses, but especially developers, data scientists and creative workers who do photo and video editing/rendering. If you’re lucky enought to have a new Surface Pro 10 or Surface Laptop 6 for Business, then here’s how to make the most of it. My top 10 tips are: 1) Reinstall Windows I always find factory installs of Windows a bit ropey, not just from Microsoft, but I do find it with the […] - [VmmemWSL: What is it, why it consumes so much memory, and how to shut it down](https://rsw.io/vmmemwsl-what-is-it-why-it-consumes-so-much-memory-and-how-to-shut-it-down/): If like me, you’ve noticed a process called vmmemwsl using up a big chunk of your memory, this article should help you to understand what it is, why it uses so much memory and how to stop it. What is VmmemWSL? Vmmem is a process associated with Windows Subsystem for Linux (WSL). WSL allows you to run a Linux environment directly within Windows, enabling seamless interaction between Windows and Linux applications. Vmmem specifically pertains to WSL 2, which is an improved version of WSL. Why does vmmem use so much memory? When you start WSL 2, it allocates a significant amount of memory by […] - [Unlocking Efficiency: How the Flipper Zero's Bad USB can be good and transform your IT workflows](https://rsw.io/unlocking-efficiency-how-flipper-zeros-bad-usb-can-be-good-and-transform-your-it-workflows/): In IT, efficiency isn’t just a goal, it’s essential. This is where the Flipper Zero, a multi-tool device that’s been turning heads with its array of hacking features, particularly its Bad USB capability, comes into play. Despite the ominous name, this feature holds the potential to be a force for tremendous good, by streamlining tasks that traditionally eat into your productivity. This article explores how Flipper Zero’s Bad USB function can be harnessed for good, revolutionising your processes and workflows. What is Bad USB? Bad USB via the Flipper Zero mimics a keyboard to automate typing actions on any connected […] - [The strategic importance of Surface Pro 10 and Surface Laptop 6 for AI-driven business efficiency](https://rsw.io/the-strategic-importance-of-surface-pro-10-and-surface-laptop-6-for-ai-driven-business-efficiency/): In today’s fast-paced business environment, leveraging artificial intelligence (AI) to enhance user efficiency stands as a cornerstone for companies aiming to maintain a competitive edge. The introduction of the Surface Pro 10 and Surface Laptop 6 by Microsoft marks a significant milestone in this journey, offering a suite of features that cater to the dynamic needs of businesses striving to integrate AI into their operations. This article delves into the reasons why these devices are pivotal for organisations looking to harness AI for improved efficiency. Cutting-edge performance and AI integration The Surface Pro 10 and Surface Laptop 6 come equipped […] - [Microsoft introduces hot patching: A game-changer for IT infrastructure](https://rsw.io/microsoft-introduces-hot-patching-a-game-changer-for-it-infrastructure/): Microsoft’s recent announcement about the introduction of hot patching marks a significant milestone in the realm of IT infrastructure management and cyber security. This innovative approach to software maintenance allows for patches to be applied to servers and applications without the need for a system reboot. This advancement is poised to revolutionise how businesses maintain and secure their IT environments, offering numerous benefits that can enhance operational efficiency and security posture. Here, we explore the importance of hot patching and the advantages it brings to organisations of all sizes. Understanding hot patching Hot patching, sometimes known as live patching, enables […] - [Windows 11 Tip: Navigating the Linux Subsystem in Windows, A Comprehensive Guide](https://rsw.io/windows-11-tip-navigating-the-linux-subsystem-in-windows-a-comprehensive-guide/): In the evolving landscape of operating systems, the integration of Linux within Windows, through the Windows Subsystem for Linux (WSL), marks a revolutionary step for developers and IT professionals. This guide offers a comprehensive overview of WSL, detailing its variations, installation procedures, potential uses, and the requisite system requirements. Understanding WSL The Windows Subsystem for Linux is an innovative compatibility layer designed to run Linux binary executables natively on Windows 10 and Windows Server 2019. By bridging the gap between Windows and Linux, WSL has become an invaluable tool for developers, offering the flexibility to work across both operating systems […] - [Should you side load apps now that iOS 17.4 allows it?](https://rsw.io/ios-tips-should-you-side-load-apps-now-that-ios-17-4-allows-it/): The concept of app sideloading is not new, but its implications have taken on new weight in the context of iOS devices. Traditionally, Apple has maintained a closed ecosystem for its App Store, arguing that this approach is essential for ensuring security and privacy. However, the European Union’s Digital Markets Act (DMA) is set to challenge this status quo, potentially reshaping the digital landscape for one of the world’s most influential tech companies. The DMA is a legislative framework designed to promote digital competition and curb the dominance of major tech entities, often referred to as “gatekeepers.” For Apple, this […] - [Android TV tips: How to use managed child Google accounts with YouTube on your smart tv](https://rsw.io/android-tv-tips-how-to-use-managed-child-google-accounts-with-youtube-on-your-smart-tv/): If like me, you have a Smart TV that runs on the Android TV OS, and you’d like to login to the YouTube app for your kids managed accounts, but can’t, then this article should help you. I purchased a Philips Ambilight OLED 65OLED707 TV several months ago, and it’s a pretty decent TV, apart from a shockingly bad implementation of freesat, which only allows unsorted channels, but that aside, it’s good. The Android TV OS is really good, fairly flexible, and has a great home screen, but for some reason Google have chosen to not allow managed accounts to […] - [LG 49WQ95C super ultrawide curved monitor review](https://rsw.io/lg-49wq95c-super-ultrawide-curved-monitor-review/): I was recently got my hands on a Philips 499P9H super ultrawide monitor in work, and was really impressed with it. Despite it being an old monitor, and not the most advanced because of it’s age, it still performs well and made me want one at home. So I dusted off the credit card and purchased an LG 49WQ95C super ultrawide curved monitor for use at home, and I thought I’d share my thoughts with you after using it for a few days. If you’re looking for a review from a gamer though, I can’t help you there, as I’m […] - [Firefox Tip: How to reduce memory usage](https://rsw.io/firefox-tip-how-to-reduce-memory-usage/): If like me, you’ve noticed Firefox eating all of your memory, I hope this article, sharing my troubleshooting journey, will help you to get better insight into why it is using so much. I started by closing tabs, removing extensions and in fact doing this took my memory from 4.8GB to 6.2GB, and then restarting Firefox seemed to bring it back down to 3.9GB, which for just having 20 tabs open and running just three extensions, still seems wrong. To dig into this deeper, I hopened a new tab in firefox and visited: about:memory Then I clicked ‘Measure’ in the […] - [Windows 11 tips: How to setup zones on ultrawide screen to organise your applications](https://rsw.io/windows-11-tips-how-to-setup-zones-on-ultrawide-screen-to-organise-your-applications/): If you have a super ultrawide screen monitor, such as the LG UltraWide 49 Inch 49WQ95C Curved Monitor, you may find it frustrating having to manually resize the apps to fit them on the screen. I’ll show you a fairly easy solution to make this easier to layout your screen and apps for day-to-day use. On a normal screen, you might double tap the title bar and it would maximise to fill the whole screen. You can still do that, but for most apps, going that wide is too much. How to setup zones for your applications on a super […] - [Microsoft Teams Tip: How to share your screen when you have an ultrawide screen](https://rsw.io/microsoft-teams-tip-how-to-share-your-screen-when-you-have-an-ultrawide-screen/): If you have an ultrawide screen monitor, and get complaints when you share your screen, this article is for you. I’ve just got my hands on an ultrawidescreen display, and have found within a day that when sharing your screen via Teams, and I presume it’s the same via Zoom, TeamViewer etc, it’s unreadable for the other people involved. So that led me to find a solution, and I’m sharing it with you too. How to share a section of your ultrawide screen via MS Teams To share just a section of your ultrawide monitors screen, is actually very easy, […] - [iPhone Tip: Smart shopping lists using the Reminders app](https://rsw.io/iphone-tip-smart-shopping-lists-using-the-reminders-app/): Do you still struggle with your shopping lists on a piece of paper, or perhaps an app, and then find yourself pacing the isles of the super market, as you check off items? I was using Microsoft ToDo, mostly because I was using Wunderlist for years as it had shared lists, and then Microsoft bought it and replaced it with their own app. Anyway, I got comfortable with it, as my wife doesn’t like technology and we have busy lives. I kept finding that I’d forgot / missed items from areas I’d already been, because the items weren’t grouped together. […] - [Windows 11 Tip: Enable / Install Telnet](https://rsw.io/windows-11-tip-enable-install-telnet/): If you know what Telnet is, and you’re reading this, then I’ll save you the spiel about what it is, how to use it or even why to use it. I’ll just get into how to enable / install it in Windows 11, and this works in Windows 10 too. 1) Open the Control Panel 2) Select ‘Programs’ 3) Select ‘ Turn Windows features on or off’ 4) Scroll down and select ‘Telnet Client’ and click ‘OK’ 5) You will see a screen like this as it installs 6) When prompted to restart, select ‘Restart now’ or you can opt […] - [Bambu Lab X1 Carbon: 1 week review](https://rsw.io/bambu-lab-x1-carbon-1-week-review/): Hopefully this won’t spoil the article for you, but I’ll start off by saying that the Bambu Lab X1 Carbon 3d printer is fantastic, it looks great, prints well, and I love it. It feels like Bambu Lab is the Apple equivalent in the 3D printing world, and I compare the two because the machines look great, and they’ve really thought about the end user. Many will argue that the Bambu Lab machines are too locked down, but that doesn’t bother me, so I won’t even touch on it in this article. I’ll also point out that I’m not a […] - [Windows 11 tip: How to find your wi-fi password](https://rsw.io/windows-11-tip-how-to-find-your-wi-fi-password/): If you have forgotten your wi-fi password, but have already connected your Windows 11 computer to your network, then these steps will help you to recover it. Recovering your wi-fi password in Windows 11 To find your wi-fi password, on a Windows 11 machine, simply follow the below steps: 1) Right click on the ‘Start’ button, and select ‘Settings’ 2) Select ‘Network & internet’ from the left menu 3) Select ‘WiFi’ from the list on the right 4) Select ‘Manage known networks’ on the right of the screen 5) Select the network you want to find the password for 6) […] - [15 Essential tips to maximise the security of your password manager](https://rsw.io/15-essential-tips-to-maximise-the-security-of-your-password-manager/): If you’re reading this, I hope it means you’re using a password manager and are just looking to maximise on the security of your passwords, data and accounts. I think most people understand the need for strong passwords and multifactor authentication these days, but some struggle to putting their faith in single data store for their passwords. To help you overcome these fears, I have put together these are my top 15 tips for maximising the security of your passwords, when using a password manager. Tip 1 – Use a reputable company Now that might sound obvious, but in a […] - [Bambu Lab X1 Carbon Tip: How to format Micro SD cards over 32GB as FAT32](https://rsw.io/bambu-labs-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 FAT32 or exFAT, but Bambu Labs devices do seem to care. So, if you’re seeing a message like this, this article will help you to resolve it. How to format SD Cards larger than 32GB on Windows Thankfully, it’s a pretty straight forward process, but […] - [Mac OS X tip: How to change the menu bar colour](https://rsw.io/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 simple, but I have no idea why it is where it is, you’d think it should live in appearance, but no, someone in Apple wanted to do something different. How to change the Mac OS X menu bar colour To change the menu bar colour, […] - [Getting started with Power BI: A beginners guide / tutorial](https://rsw.io/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 BI offers a comprehensive suite of analytics tools that can generate real-time interactive dashboards, produce in-depth reports, and create compelling data visualizations. By using Power BI, businesses can transform raw data into meaningful insights effortlessly, enabling them to make informed decisions. The ability to provide […] - [Getting started with PowerShell: Your ultimate beginners guide](https://rsw.io/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 guide you on your journey to learning PowerShell. Let’s get started! Understanding PowerShell PowerShell is not just a scripting language, it’s also a shell. So it’s both a tool to execute commands and a scripting language to run / automate tasks. It is an object-oriented […] - [Power Automate Tips: Convert int to string](https://rsw.io/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 a variable as an int, like below: You want to then use it in a string variable, like the below, you can’t select it within the dynamic content section, it just doesn’t show. Because the destination is a string, it will only accept strings. To […] - [Škoda Enyaq iV tips: You don’t need to use the start/stop button or handbrake](https://rsw.io/skoda-enyaq-iv-tips-you-dont-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 not, so I’m sharing it with you. Whilst I’ve written this article based on the Škoda Enyaq, I’m fairly confident that they will work on the VW ID and Cupra cars too. Don’t use the start / stop button in you Škoda Enyaq Lets ignore […] - [Zappi Tips: How to upgrade the firmware on the Zappi 2.1 EV charger](https://rsw.io/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 the menu (hamburger) button to the left of your device 2) If you have a PIN set, enter your PIN and press the menu button again. If you don’t have a PIN, skip this step 3) Select the ‘Other Settings’ menu 4) Select the ‘Download […] - [Ordering a myenergi Zappi 2.1 charger](https://rsw.io/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 day I might install solar, I decided to go with a Zappi. I did consider an Anderson, as they look great, but when you add on all the extras, plus the uncertantly about the business, since they previously went into administration, I decided against using […] - [Zappi Tips: How to secure your Zappi EV charger](https://rsw.io/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 work place, it’s more likely. Thankfully though, myenergi have considered security, and actually made it really easy to setup and operate with a PIN, which is more than I can say for my old Pod Point Solo 2. With the Solo 2, you had to […] - [IFTTT tips: Flash your Philips Hue lights with the Alexa timer](https://rsw.io/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 selected. For example I have one called downstairs and have added all the downstairs bulb to it. How to create an IFTTT automation to flash lights when Alexa timer goes off To create this IFTTT automation, follow the below steps: 1) Login to IFTTT 2) […] - [Škoda Enyaq iV tips: Update sat nav home / work destinations](https://rsw.io/skoda-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 wasn’t done as I would expect it to be, and the reason for this is that there’s perminant entry for home and work, How to update the home and work destinations on the Škoda Enyaq iV sat nav To update the Škoda Enyaq iV sat […] - [Lightwave RF tips: Automation for dynamic LED colour based on door / window contact sensors being open / closed](https://rsw.io/lightwave-rf-tips-automation-for-dynamic-led-colour-linked-to-contact-sensor/): 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 100% brightness, and when they are closed, the LED colour changes to red with a 14% brightness. Obviously this isn’t a substitute for having a proper lockup routine, but it is a nice reminder of your homes status. How to change your Lightwave RF light […] - [Smart home tips: Stop feeling clueless!](https://rsw.io/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 confusing when you start your journey. That’s why I’ve put together this list of tips to help you out. Keep in mind though, this isn’t an exhaustive list, and it doesn’t include all the different brands, just a few that I use in my smart […] - [Troubleshooting 8 of the most common Active Directory issues](https://rsw.io/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 Configuration Problems: Active Directory heavily relies on proper DNS configuration for its operation. Misconfigured or missing DNS settings can lead to issues like domain controller location failures or replication problems. Administrators should ensure that DNS records are properly configured and that domain controllers have accurate […] - [How to blur or change the background on a Teams call](https://rsw.io/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 the options, this is likely why. A good quality webcam also delivers a cleaner output. Why should I blur or change my background in Teams There are many main reason for blurring or changing your background, but personally I think the main two are: Of […] - [Active Directory certificates not working](https://rsw.io/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 the potential cause of the two below errors: Firefox – Error code: SSL_ERROR_BAD_CERT_DOMAIN Chrome – NET::ERR_CERT_COMMON_NAME_INVALID The reason for these errors is because the certificate doesname match the FQDN. For example, if the server is called server1, but your have an FQDN of website.domain.local then […] - [iPhone tips: Windows Phone Link for iOS](https://rsw.io/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 Phone Link for iOS on Windows 10/11 The Phone Link is installed by default, but if you open it, it talks about setting up your Android device. To change this, you need to download the Phone Link app from the Microsoft Store, as shown below: […] - [Understanding and overcoming range anxiety in Electric Vehicles (EVs)](https://rsw.io/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 anxiety real? In short, yes, it is, if you come into this being naive, as there are a number of things to understand and consider. If you’re on the road constantly, and don’t want to stop for charging and pay expensive public charging rates, then […] - [iPhone tip: How to restore deleted messages on your iOS device](https://rsw.io/iphone-tip-how-to-restore-deleted-messages/): 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 text / iMessages on your iPhone 1) Open the ‘Messages’ app 2) Tap the ‘Edit’ button at the top left of the screen 3) Select ‘Show Recently Deleted’ 4) Now you can either select ‘Recover all’ at the lower right of the screen, or you […] - [How to install Home Assistant on a Raspberry Pi using Mac OS X](https://rsw.io/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 notifications when things happen. While it is a powerful tool to have, it is important to understand that there is a learning curve and some setup costs involved in getting started with Home Assistant. Another benefit to Home Assistant, is that it can act as […] - [Home Assistant: A smart home operating system / software for automation](https://rsw.io/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 for accessing the application, for viewing dashboards and configuring Home Assistant to work for you and your home. There is also a mobile app, which works fine whilst on the same network (e.g. at home), but if you want it to work away from home, […] - [How to install PowerShell on Mac OS X](https://rsw.io/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 system like Homebrew and then install PowerShell via brew, as documented by Microsoft. 1) First, download the PowerShell package for Mac OS X from the official Microsoft website. This package can be found at https://github.com/PowerShell/PowerShell/releases. Make sure to download the package that is appropriate for […] - [PowerShell tips: How to customise your PowerShell profile](https://rsw.io/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 modules, and run custom commands. In this article, I’ll show you how to create and customise your own PowerShell profile. First, let’s see if you already have a profile. To check if you have a profile, open PowerShell and run the following command: This command […] - [PowerShell tips: 10 tips and tricks to get the most PowerShell](https://rsw.io/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 One of the most useful commands in PowerShell is “Get-Help.” This command allows you to access information about other commands, including examples and syntax. For example, to get help on the “Get-Process” command, you would type: 2) Tab completion As with command prompt, PowerShell also […] - [Exploring the benefits of using Windows Terminal](https://rsw.io/why-windows-terminal-is-worth-using/): 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 system. Windows Terminal has been around since the early days of Windows, but it has recently been updated with new features and improvements. The latest version of Windows Terminal includes a modern user interface, improved performance, and support for multiple tabs and profiles. It also […] - [Power Bi tips: 12 tips to get the most out of Power BI](https://rsw.io/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 to accomplish. Are you trying to identify trends in your data? Are you looking for specific insights? Having a clear goal will help you stay focused and make it easier to choose the right visualizations and data sources. 2) Take advantage of templates Power BI […] - [Unifi Dream Machine SE and Wireless access points: The ultimate home networking solution](https://rsw.io/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 a wireless network that covers your entire home or office. And with the addition of wireless access points, you can extend your coverage even further. The Unifi Dream Machine SE is a powerful all-in-one networking device that combines a router, switch, access control, VPN, CCTV […] - [5 step guide to making your smart home work for you](https://rsw.io/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 families to create the smart home of their dreams in their own living spaces. However, with so many options available, making your smart home work for you can be intimidating. Fortunately, this step-by-step guide can help you make the most out of your smart home […] - [Should you buy a Tesla Model Y without ultrasonic sensors (USS) before Tesla Vision is finished?](https://rsw.io/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 most talked-about features of the Model Y is its lack of ultrasonic sensors (USS), as of late 2022. This has caused some potential buyers, including myself, to hesitate before making a purchase, as they are unsure if they should buy a Tesla Model Y without […] - [Become a keyboard ninja: a comprehensive guide to Mac and Windows keyboard shortcuts](https://rsw.io/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 Windows and Mac operating systems. So read on and become a keyboard master! Keyboard shortcuts are a great way to save time, increase productivity, and get more done in less time. From basic shortcuts such as copy and paste to more advanced ones that allow […] - [How to find your wi-fi password on your iPhone/iPad](https://rsw.io/how-to-find-your-wifi-password-on-your-iphone-ipad/): If you’ve forgotten the password for your WiFi network on an iOS device running iOS 16 or later, there are a few different ways you can try to recover it. Here’s a step-by-step guide to help you find your WiFi password on your iPhone and/or iPad. How to find your wi-fi password when connected to a network on an iOS device 1) Open the “Settings” app on your iPhone / iPad 2) Select “Wi-Fi” 3) Tap the i to the right of your wi-fi network 4) Tap the starred out password and it will be revealed, and an option to […] - [How much does it cost to run a smart home?](https://rsw.io/how-much-does-it-cost-to-run-a-smart-home/): A smart home can be a convenient and energy efficient way to control and automate various aspects of your home. However, it’s important to understand the potential costs involved in setting up and running a smart home. First, the initial cost of purchasing and installing smart home technology can vary depending on the specific products and services you choose. Some popular smart home devices, such as smart thermostats and smart lighting systems, can cost anywhere from £100 to £300+. If you want to integrate multiple smart devices and create a fully automated and smart home system, the costs can quickly […] - [Remote Desktop - Too many passwords](https://rsw.io/remote-desktop-too-many-passwords/): If you’re using the Microsoft Remote Desktop client and see the ‘Too many passwords’ warning, then please consider not saving your passwords, as it’s not considered secure, but if you have to, then this is how to resolve this. Increase the number of remote desktop passwords you can save BEFORE YOU PROCEED, PLEASE NOTE THAT THIS IS ENTIRELY AT YOUR OWN RISK. IF YOU BREAK IT, IT’S ON YOU AND I ACCEPT NO RESPONSIBILITY Follow these steps to increase the number of passwords that you can save for the Microsoft Remote Desktop client: 1) Open ‘regedit’You will need administrator permissions, […] - [How to enable the battery percentage in the top status bar](https://rsw.io/how-to-enable-the-battery-percentage-in-the-top-status-bar/): Good news, if you’ve missed having the battery percentage on your iPhone’s status bar, well Apple have brought it back in iOS 16, for the iPhone 11 Pro, 12, 12 Pro, 13, 13 Pro, 14 and 14 Pro. It’s rumoured that it will come to the iPhone 13 mini in iOS 16.1. Enabling the battery percentage To show the percentage on your iPhone, follow the below steps: 1) Open ’Settings’ 2) Select ’Battery’ 3) Enable ’Battery Percentage’ I have no idea why Apple removed this when the notches first appeared on the iPhone X, but I’m happy to see it […] - [Download photos from Rightmove using PowerShell [updated]](https://rsw.io/download-photos-from-rightmove-using-powershell/): Whether you are interested in buying, or selling, property via Rightmove, you might want to download the images. Now sure, you can do this one-by-one, by right clicking on each photo (when viewed full screen) and choose to copy/save the photos, but that’s a very manual task, which will take you time. This type of manual work is fine as a one off, but to do it regulary is very time consuming and boring. The good news is, I’ve made it easy for you by writing the below PowerShell script. I’ll talk you through what it does, but if you […] - [Installing UniFi network controller in a Docker container on a Raspberry Pi](https://rsw.io/installing-unifi-network-controller-in-a-docker-container-on-a-raspberry-pi/): If you have UniFi devices, but don’t have one that runs the network controller software, you can install it in a docker container on a Raspberry Pi. This process should be pretty similar, regardless of the device, so long as you have Docker installed, but this image is specifically designed for the Raspberry Pi. Prerequisites You will need Docker installed on your Raspberry Pi. Review the UniFi network controller containter image information, make sure you have a compatable Raspberry Pi, and familiarise yourself with what’s in the image and any changes that might have been made since this article was […] - [How to create a webhook in Microsoft Teams](https://rsw.io/how-to-create-a-webhook-in-microsoft-teams/): If you’re reading this, then you already know how useful Microsoft Teams is, and there numerous ways to expand how you use it. One way is with add-on via the in app store, another is adding an email address to a Team channel, and another is using webhooks to post to Teams channels. An example of where this might be useful, is if you want to have alerts from your software, or a monitoring system, to appear in a Teams channel. Setting up webhooks in a Microsoft Teams channel To create a webhook in Microsoft Teams, on a team channel, […] - [Count duplicate rows in Power BI using DAX](https://rsw.io/count-duplicate-rows-in-power-bi-using-dax/): If you’re working with data in Power BI and would like to count how many duplicates there are, the below example will help you. Let’s start with the table structure. For this example, lets says we want to see how many people have the same first name, and the data looks like this: EmployeeID FirstName Surname 1 John Price 2 Sarah Williams 3 William Smith 4 Jeff Bridges 5 Richard Walsh 6 Kate Jones 7 Sarah Parker 8 William Wallace Now lets create a new column and create a formula to count how many people share the same first name. […] - [Setting up a Windows Sandbox on Windows 11](https://rsw.io/setting-up-a-windows-sandbox-on-windows-11/): If you need to test something, but don’t want to risk changing or damaging your existing Windows installation, then you can utilise something called Windows Sandbox. This basically creates an isolated sandbox machine, which is automatically disposed of when you’re done with it. To get started, follow the below guide: Windows Sandbox Requirements For Windows Sandbox to work, you need a Windows 10 Pro or Windows 11 Pro. Unfortunately you cannot use Windows Sandbox on Home editions of Windows Windows 11 Sandbox Setup Guide 1) Make sure that you have enabled virtualisation in your computers bios 2) Click the start […] - [Group values in ranges in Power BI using DAX](https://rsw.io/group-values-in-ranges-in-power-bi-using-dax/): If you have a column containing numeric values in your Power BI report, depending on the graph, it can sometimes be too much and produce some messy graphs, like the below: To make this look better, you might want to group the data into ranges instead, to make it easier to read. For example, if you have a list of people, and wanted to display a number of days since they last communicated with you, you might group them as below: 0 days 1-7 days 8-14 days 15-21 days 22-30 days 31-60 days 61-90 days 91+ days If you have […] - [PowerShell - loop through files using wildcards in the filenames](https://rsw.io/powershell-loop-through-files-using-wildcards-in-the-filenames/): If you need to work with multiple files (e.g. log files) and want to identify them by using wildcards, you can take the below approach: 1 Identify the folder to work in, and add it to a variable. You can use .\ to use the current folder, or put a full path (e.g. C:\temp) 2 Identify the file format, with a wildcard, and add it to a variable 3 Get a list of files, using Get-ChildItems and applying a filter using the variable from above If you run that, it will list your files, as shown below: 4 If you […] - [What to do when your Škoda Enyaq is unable get online](https://rsw.io/what-to-do-when-your-skoda-enyaq-is-unable-get-online/): If you have a Škoda Enyaq iV, and have experienced difficulties with the infotainment system connecting to the internet, perhaps with a message saying ‘unable to load connection status’ or if you cannot disable private mode, then the below will help you to reset the modem. It’s annoying that this has to be done, but currently, it seems if you are in areas with poor signal, you may have to reset yours regularly. For me, it’s every 3-7 days. WARNING Although I’ve taken the time to share this information with you, any changes you make are at your own risk! […] - [Replacement umbrella for the Škoda Enyaq](https://rsw.io/replacement-umbrella-for-the-skoda-enyaq/): Unfortunately, Škoda, for cost saving reasons (I presume), chose to only provide one umbrella in the new Škoda Enyaq iV. They provide one for the driver, but not the passenger. Personally, I think the umbrella they provide is pretty poor quality and weak, but it does work. Either way, if you need to buy another, they want you to pay £22. I have seen cheap alternatives in the supermarkets, so that’s a way to go, but I found them poor quality and in many cases quite heavy. I can recommend the below though, which I bought from Amazon. The quality […] - [Why does my Škoda Enyaq key flash red?](https://rsw.io/why-does-my-skoda-enyaq-key-flash-red/): Have you noticed that the key for your Škoda Enyaq flashes? In fact, this might not be limited to the Enyaq, it could also extend to other cars built by Audi, Škoda and VW. The reason for this, is to improve security. The key flashes to let you know that it’s within range of the car. This gives you the opportunity to move the keys further away, or to confirm that you can use the keyless entry. Even if the key is in range of the car and flashing, it will stop, with time (period unconfirmed), if the key remains […] - [How to enable high beam assist on your Škoda Enyaq headlights](https://rsw.io/how-to-enable-high-beam-assist-on-your-skoda-enyaq-headlights/): If you don’t have the matrix light package, and would like to enable the auto high beams on your Škoda Enyaq iV, then you can, by following this guide. WARNING Although I’ve taken the time to share this information with you, any changes you make are at your own risk! I accept no responsibility for any damage you may incur, or if it affects your warranty. Requirements You will need the OBDeleven Pro to perform this change, and of course an Škoda Enyaq iV. Before you start Before you start, please consider two things: Enabling high beam assist on the […] - [How to enable auto day/night maps on the Škoda Enyaq sat nav](https://rsw.io/how-to-enable-auto-day-night-maps-on-the-skoda-enyaq-sat-nav/): If the sat nav in your Škoda Enyaq is displaying the maps with a day view (shown below), even at night, you might find that too bright. I know I do. It’s easy to change it to either permanent night mode, or as I’ve selected, auto. Just follow the below steps: 1) Go to the map view, navigation view 2) Move your hand towards the screen, and you’ll see some other options appear. Select the circle with three vertical dots, as highlighted below: 3) Then select ‘Auto’, or ‘Night’ if you would prefer a night view even when your lights […] - [How to adjust the reversing camera brightness on the Škoda Enyaq iV](https://rsw.io/how-to-adjust-the-reversing-camera-brightness-on-the-skoda-enyaq-iv/): Unfortunately, the reversing lights and reversing camera on the Škoda Enyaq aren’t as good as you would want, well not when there is no street lighting, as the camera doesn’t have night vision. When you first put the Enyaq into reverse, at night, with no street lighting, the reversing camera is very dark and it’s hard to see anything. Now, there is something you can do, and it sounds simple, but it’s not obvious at first. Basically, you just need to adjust the brightness, but you’d be forgiven for now knowing how to do this, but it is simple, just […] - [How to left align the Windows 11 taskbar](https://rsw.io/how-to-left-align-the-windows-11-taskbar/): If you have recently moved/upgraded to Windows 11, and miss the left aligned taskbar from Windows 10, then the good news is that you can left align it by following the below steps: 1) Right click on an empty space on the taskbar, and select ‘Taskbar settings’ 2) Expand the section called ‘Taskbar behaviours’ 3) Change the ‘Taskbar alignment’ option to ‘Left’ They should all be nicely aligned to the left of your screen now - [How to track your new Škoda on the cargo ships](https://rsw.io/how-to-track-your-new-skoda-on-the-cargo-ships/): Ordinarily, when you order a new car, you know how long it will take, and are most likely happy to wait. However, you might be impatient, like I was after waiting an additional two months due to the chip shortages that everyone is experiencing this year (2021). In my experience, the approach that Škoda take to order tracking is very limited, and quite also very 20th century. Škoda customer service are not very helpful, and they say they don’t have the information, even though they have shared it previously. So all of the updates come from the dealerships, and to […] - [How many people drive a new car before the buyer does?](https://rsw.io/how-many-people-drive-a-new-car-before-the-buyer-does/): If you’re lucky enough to be able to buy a brand new car, you’ll know that it feels good knowing that you’re the first person, and possibly the only person, to drive it. However, if you really think about it, you’re not, although those before you, are for a very specific purpose, and for a very small distance and time. So, who gets to drive your car before you do? After some thought, I think the below is a good representative of who / why, but this is based on my thoughts based on my recent purchase of a Škoda […] - [How to use your Sky Q box(es) as Wi-Fi repeaters](https://rsw.io/how-to-use-your-sky-q-boxes-as-wi-fi-repeaters/): If you have Sky Q, you might be surprised to hear that you can use your Sky Q box(es) as Wi-Fi repeaters, even if you don’t have Sky broadband. To set it up, follow the below steps: 1) Go to Settings > Setup > Network > Advanced settings 2) Select ‘Wi-Fi hotspots’, and then ‘Turn on’ 3) Enter your PIN 4) Read the message displayed, as it has important information that you should be aware of, and select ‘Continue’ 5) Again, read the message displayed, as it’s also important, and select ‘Turn on’ 6) When the list of Wi-Fi networks […] - [Sky Q shortcuts, tips and tricks [updated]](https://rsw.io/sky-q-shortcuts-tips-and-tricks/): Are you new to Sky Q, or finding some every day functionality slow and clunky? If so, then the below shortcuts, tips and tricks should prove useful. 1) Quickly access your recordings To access your recordings, simply click the ‘Sky’ logo at the top of your remote control. It’s not necessarily obvious that it’s a button, but it is. 2) Fast forward / rewind 1 minute at a time Instead or using the traditional fast forward and rewind buttons in the traditional way, just push the up arrow, and when you see the timeline, and then use the fast forward […] - [Škoda order/build status codes](https://rsw.io/skoda-order-build-status-codes/): If you’ve ordered a new Škoda and are confused by the number status codes, then you might find the below useful: Status code Description 00 Assigned to factory, no production week scheduled 10 Production week assigned to the vehicle, but could change 20 Production week confirmed / in production (has still been known to change) 30 Vehicle in transit from the factory 36 Vehicle in port of exit, not released 38 Vehicle in port of exit, released for shipping 39 Vehicle shipped 40 Vehicle arrived in port of destination country 50 Vehicle tranferred to alternative port 60 Vehicle in transit […] - [iPhone/ipad - list apps alphabetically](https://rsw.io/iphone-ipad-list-apps-alphabetically/): Have you ever wanted to view all of your iPhone and/or iPad apps alphabetically? I hadn’t, but I stumbled accross this and thought it might be useful to some people. Here’s how to do it: 1) From your home screen, keep swiping right until you get to your ‘App Library’, as shown below. 2) Now either tap the search box, or pull down on the screen (press your thumb in the middle of the screen, and pull down). You will now see your apps in alphabetical order, as shown below: iOS 13 or above is required. - [Why does the Škoda Enyaq iV have rear drum brakes?](https://rsw.io/why-does-the-skoda-enyaq-iv-have-rear-drum-brakes/): I’ve ordered a Škoda Enyaq iV, and although I noticed it had drum breaks when I test drove one, I didn’t really give it much more thoughts on the day. However, I now find myself thinking about it quite a bit, whist I wait for the car to be built, especially as I see others asking about it on the Enyaq IV Facebook groups. So, why does the Škoda Enyaq iV have rear drum brakes? Škoda Enyaq iV rear drum brakes The sales person at the time told me that this was for recuperation reason, which essentially means instead of […] - [Ordering a Pod Point Home EV Charger [updated]](https://rsw.io/ordering-a-pod-point-home-ev-charger/): I’ve decided to do my bit for the environment, and my wallet, and make the move to an EV (Electric Vehicle), and I thought I’d share my experiences with you, as I go through the transition. I’ve opted for a Skoda Enyaq iV, and their recommended home charger is Pod Point. Now there are many other options, but I’m going with the recommendation, so there can be no push back if anything was to go wrong from a charging perspective. Placing the order At the time of writing this article, a £350 grant from the Office for Low Emission Vehicles […] - [£90 Octopus Energy credit when you buy a new VW, Audi or Skoda](https://rsw.io/90pound-octopus-energy-credit-when-you-buy-a-new-vw-or-skoda/): If you have, or are buying and EV (Electric Vehicle), then it’ll be worth you looking at a tariff that will helps you to save some money by charging your vehicle in the early hours of the morning (00:30-04:30 for Octopus Energy). Edit: I believe this offer has expired, so please consider using this link so we both get £50 credit for me referring you to Octopus Energy. Octopus Energy Referral Links VW Group have partnered with Octopus Energy to give you free miles (their words) by the way of £90 credit on your electricity account when you sign up […] - [How to reset the infotainment system in a Škoda Enyaq iV](https://rsw.io/how-to-reset-the-infotainment-system-in-a-skoda-enyaq-iv/): From time-to-time, you might experience a laggy infotainment system, or even worse, it may freeze. If this happens to you in your Škoda Enyaq iV, try resetting the infotainment system by following the below single and simple step: Press and hold the power button, for approximately 10-20 seconds, until the screen goes blank, then release the power button. - [SQL Query - select and update at the same time](https://rsw.io/sql-query-select-and-update-at-the-same-time/): Whilst creating an application, which works from a central job list, I found myself wanting to perform both a select and update query at the same time. Essentially, marking jobs as collected, at the same time they are collected. This then allows me to run multiple instances of the same app, all picking up their own tasks. How to update rows in SQL when running a select query So, how do you update the same row’s that you’re collecting? Well, for my purpose, it was quite straight forward. I just create a date variable, populate it with the current date […] - [How to upgrade Pi-hole within a Docker container on a Raspberry Pi](https://rsw.io/how-to-upgrade-pi-hole-within-a-docker-container-on-a-raspberry-pi/): If you followed my other guide on how to install Pi-hole in a docker container on a Raspberry Pi, then this guide will help you to upgrade it. If you didn’t setup Pi-hole using my guide, please take care, as your storage may not be external to the container, and you could lose it! How to upgrade Pi-hole 1) Logon to your server and open terminal. 2) Navigate to the below directory (used in my installation guide, referenced at the start of this guide): 3) Download the latest pi-hole image by running the below command: 4) When the download is […] - [How to setup a homekit temperature automation](https://rsw.io/how-to-setup-a-homekit-temperature-automation/): If, like me, you have some temperature sensors, Philips Hue Motion sensors in my case (they include LUX and temperature), around the house, and you want to automate tasks, you’ve probably noticed that you cannot do this in the iOS Home app. I have no idea why Apple don’t allow it, but don’t worry, as you can still do it, but you need to use some third party apps. What apps can you use to for your automations There are a number of apps that you can use for improved: Home+ (paid for) Controller for Homekit (in app purchases) Eve […] ## Pages - [Affiliate Disclosure](https://rsw.io/affiliate-disclosure/): At RSW.io, transparency is paramount. I want our visitors to know that some of the links on our website are affiliate links. This means that if you click on a link and make a purchase, we may earn a small commission at no additional cost to you. This applies to affiliate partnerships with platforms such as Google AdSense, Amazon, and other reputable third-party providers. Why We Use Affiliate Links Affiliate links help support my ongoing commitment to providing high-quality content and expert insights. By partnering with trusted companies, we are able to maintain the website and continue to deliver unbiased, […] - [Installing Homebridge in a Docker container on a Raspberry Pi](https://rsw.io/broken/): This process should be pretty similar, regardless of the device, so long as you have Docker installed, but this image is specifically designed for the Raspberry Pi. Prerequisites Review the homebridge containter image information, make sure you have a compatable Raspberry Pi, and familiarise yourself with what’s in the image and any changes that might have been made since this article was made. Install Docker Compose To check if you have Docker Compose installed, run the below command in a terminal window: If you see the below response, run the below command to install Docker Compose: Find your UID and […] - [Blog | Hacks and Tips Blog | RSW.io](https://rsw.io/blog-hacks-and-tips-blog-rsw-io/) - [Categories](https://rsw.io/categories/): This is your comprehensive hub for the latest in technology, digital innovation, business strategy, and industry trends. These carefully curated topics ensure you have direct access to analysis, actionable insights, and fresh perspectives designed to keep you ahead in today’s fast-paced digital landscape. What You’ll Discover At RSW.io, I’m committed to delivering high-quality content that not only informs but also inspires. Whether you’re a professional seeking strategic guidance or an enthusiast eager to understand the latest trends, our categories are structured to guide you through a wealth of knowledge and innovative ideas. Start Exploring RSW.io Browse through our categories to […] - [Privacy Policy](https://rsw.io/privacy-policy/): Welcome to https://rsw.io (the ”Site”).We understand that privacy online is important to users of our Site, especially when conducting business.This statement governs our privacy policies with respect to those users of the Site (”Visitors”) who visit without transacting business and Visitors who register to transact business on the Site and make use of the various services offered by Richard Wallace / Wallace IT (collectively, ”Services”) (”Authorized Customers”). ”Personally Identifiable Information” refers to any information that identifies or can be used to identify, contact, or locate the person to whom such information pertains, including, but not limited to, name, address, phone […] - [Tips & Hacks for Hardware, Software and Programming](https://rsw.io/home/): Tips, Tricks and Hacks for Hardware, Software and Programming! - [Terms & Conditions](https://rsw.io/terms-and-conditions/): Users and customers of Services provided by Richard Wallace / Wallace IT must accept the terms and conditions listed below and in requesting products and service the confirm they do. 1. All hosting packages to be paid for in advance six monthly, unless stated otherwise. 2. If your hosting plan relates to a website built by Richard Wallace / Wallace IT, you are not required to pay the hosting fees until the website is complete.  Due 14 days after completion.  Failure to do so may result in late payment charges being applied. 3. Payment for website design, development or maintenance […] - [Contact](https://rsw.io/contact/): If you would like to get in touch, please complete the below form: - [Cookie Policy](https://rsw.io/cookie-policy/): This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping baskets, and provide anonymised tracking data to third party applications like Google Analytics. As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser or taking a […] [comment]: # (Generated by Hostinger Tools Plugin)