#code Fix "Too many authentication failures" SSH error Are you experiencing a Too many authentication failures error while connecting to remote systems using SSH? Here’s how to troubleshoot and fix it!
#tools [Tooling] Disk Usage with Duf Duf is a CLI tool to display disk usage details with a user-friendly layout (in a table format) that automatically adjusts to your terminal’s width.
#code Do Not Run a Container with the :latest Tag Never ever use the :latest tag when building Docker images…been there, done that, it was not pretty! Check this article to see why!
#code Domain-specific DNS Client Configuration on macOS How to make sure to use domain-specific DNS client configuration to resolve my lab FQDNs? It’s easy with macOS which uses a DNS search strategy that supports multiple DNS client configurations (on a per-domain basis).
#tools Full 0.12 Syntax Support with the new Terraform Visual Studio Code Extension HashiCorp released a new version of the Terraform Visual Studio Code Extension with full support of the syntax highlighting up to date with all HCL2 features (incl. for Terraform 0.12 and above) and a new language server package.