Tag: security
-
How to Install OpenSSH Server on Windows7 in Offline
I needed to install OpenSSH Server on an old Windows 7 32-bit computer that I use for work. Here, I’ll document the steps I followed. Download OpenSSH Go to GitHub and Download Go to GitHub PowerShell/OpenSSH and download the proper version of OpenSSH. Copy the zip file to Windows 7 Copy the downloaded zip file…
-
How to Develop Microsoft Edge extensions
First, I decided to learn about the general development process for Microsoft Edge extensions, which is the type of app I want to develop. References Overview of Microsoft Edge Extensions Microsoft Edge Add-ons Developer General development process The general process from development to publishing for Microsoft Edge extensions is as follows. I’ve learned that development…