sherlock

Performing Cloud Assessments

Introduction Often when working with a new client we ask for their cloud enterprise and solution architecture documents, we consider this the explicit architecture*. The enterprise architecture documents would include things such as the Cloud Service Catalog, Reference Architectures, and such. The solution architecture document would be the detail design Read more

Bash Shell Scripting

This post contains short tables of commonly used items in this shell. In most cases, the information applies to both the Bourne shell (sh) and the newer bash shell. The best resource for understanding existing shell scripts is explainshell You can learn shell scripting interactively online. Good practices: #!/bin/bash #Explicitly tell Read more