Carlos Sura

Windows

EC2 Windows Server License Activation

Recently, I moved an EC2 instance from one AWS account to another AWS account using a shared AMI. Everything booted up and seemed to work fine but the license. Windows Server just refused to activate …

Register OLE Controls

I was recently migrating a legacy ASP website. After moving everything over and running some initial tests, I started seeing a lot of errors. After some digging, I realized the issue was missing OLE …

Python pip: How to add multiple trusted hosts

I’ve been working with Python lately, and I was facing some issues with ‘pip’ related to an SSL certificate error: SSL CERTIFICATE_VERIFY_FAILED After spending some time researching …