Handling multiple Github accounts with multiple SSH keys

Ahhhhhh…the challenge of dual personalities. I have been trying to connect via SSH to all my github accounts. However, I have struggled to assign the correct hostname for the applicable SSH keys. After lots of online searches, trials and errors, I finally figured out my mistake: I was modifying a local configuration file, instead of … More Handling multiple Github accounts with multiple SSH keys

Connecting to MS SQL with pymssql and openquery

Have you ever struggled to install a module in python and connect to a MS SQL database with openquery? I spent a few hours browsing through Stackoverflow andpymssql documentation, downloading and uninstalling various modules until it finally worked. Here is what I did (if you’ve had an easier install experience to make pymssql work for … More Connecting to MS SQL with pymssql and openquery