How to use Pip to install Python modules for the correct version of Python on a macOS computer.
Blog
Lessons from Running an Open Source Community Project
What I’ve learned from the last few years of writing code and running an open source community project on GitHub.
Using Invoke-Expression in PowerShell With Spaces in Paths
How to solve errors thrown when using PowerShell’s Invoke-Expression cmdlet for a path that contains spaces.
Install-AWSPowerShellModule.ps1 is a PowerShell Script to Install the Amazon Web Services Tools for Windows PowerShell
This PowerShell script can be used to automate the install of the Amazon Web Services Tools for Windows PowerShell.
Retrieving the Public IP Address of a Computer with PowerShell
Get-PublicIPAddress.ps1 is a PowerShell script for retrieving the public IP address of a local or remote computer.