Raspberry Pi Pi-Hole

Setting up a Pi-Hole (DNS) Server on a Raspberry Pi Zero 2W (Stand Alone App)

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. https://en.wikipedia.org/wiki/Pi-hole This means that if set up correctly, all the devices on your network can benefit from the fact that some of the URLs your devices …

Secret Agents Exchanging Keys

Generate a Private / Public Key Pair in Windows via PowerShell

Are you looking for a secure way to authenticate your Windows computer? Do you want to use OpenSSH to generate a private/public key pair? If so, you’ve come to the right place! In this article, we will show you how to use Windows PowerShell and OpenSSH to generate a private/public key pair. We will also …

Secure Turtle Shell

Installing OpenSSH on a Windows Computer

Prerequisites Before we begin, you need to make sure that you have PowerShell 5.1 or later installed on your computer. You also need to have an account that is a member of the built-in Administrators group. To validate your environment, open an elevated PowerShell session and do the following: Steps to Install OpenSSH That’s it! …