search
top

How To Install OpenSSL on Windows 10

How To Install OpenSSL on Windows 10 Introduction In this post we will cover how to install OpenSSL on your Windows 10 system to allow you to use the OpenSSL power that Linux users enjoy with managing certificates. Installation First download the binaries from https://slproweb.com/products/Win32OpenSSL.html, We will be installing Win64 OpenSSL v1.1.1m Light MSI. Once downloaded it is time to install.... read more

How To Install and Play DOOM on Windows 10 in Hi-Resolution

How To Install and Play DOOM on Windows 10 in Hi-Resolution Introduction In continuing with retro gaming we now will cover one of the games that started it all with DOOM. We will be installing DOOM on Windows 10 in Hi-Resolution. For this to work you will need to have a registered or purchased version of DOOM, the shareware version will not work. Head over to GOG.com and get a copy for a great price. I... read more

SSL Cert Errors on Windows 10 When Installing Python 3 PIP and Python Modules Resolution

Introduction Recently ran into an issue when trying to install Python PIP using get-pip.py and Python modules using PIP. The error I was receiving was WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer... read more

How To Install and Play Quake 2 on Windows 10

Introduction In keeping with an earlier post on Installing and Playing DOOM 2 on Windows 10, I’d thought I made keep up the retro gaming theme and post how to install and play Quake 2 on Windows 10. Who doesn’t like playing the old PC games! For this to happen we will be using KMQuake II and will also need the quake2 3.24 patch which can be found at the same site. Of course you will need your... read more

How To Mount and Unmount ISO files using PowerShell

Withe Windows 10 the ability to mount ISO files (disk images) was added and you no longer have to use third party tools to mount them. In these post we will cover how to mount and unmount using PowerShell. Very simple and easy to execute. Open PowerShell as Administrator. Use the Mount-DiskImage cmdlet to mount the ISO. Syntax is: Mount-DiskImage -ImagePath “C:\FILE.ISO” Example: The drive... read more

« Previous Entries

top