Category How To

How To – Caddy, WordPress Stack

Docker is a container management system that enables the sand-boxing and grouping together of applications which have dependencies on (or interact with) each other. Docker calls these groupings “Stacks” which allow applications to be deployed and controlled as a single…

How To – Git: Add Local Repo to GitHub

This article makes the following assumptions: This will be accomplished in three steps: Step 1 – Create empty target repo on GitHub First of all sign in to your GitHub account using a web browser. Next select “Home” from the…

How To – Git: Installation

Git is a free and open source distributed version control system optimised for use with text based files. It is fast and efficient because it doesn’t work by keeping extra copies of files, but just the changes between versions and…

How To – Install KiCad

KiCad is an “Electronic Design Automation” application, or “EDA”. It is really a suite of design applications that integrate very tightly with each other to provide a “Computer Aided Design” environment suitable for designing “Printed Circuit Boards”, or “PCB’s” for…

How To – Fix Onshape FeatureScript setParameter

Onshape’s FeatureScript setParameter() method failing to set the intended parameter value. The problem is usually due to the target parameter having already being manually set. Manual settings are applied after all features have been executed and therefor overrides programmatic updates.