Install the gems on the destination machine from the local files:
Month: September 2018
DevOps Rant
The problem is that people don’t see a problem and go looking for solutions. People see a technology and go looking for ways to apply it.
Enterprise Architecture Resources
Agile Architect (run by Andrew Johnston of Questa Computing Ltd.), URL: http://www.agilearchitect.org Application Development Trends – Enterprise Architect Section https://adtmag.com/articles/list/agile-architect.aspx Architecture & Governance Magazine, URL:http://www.architectureandgovernance.com/ Business Rules Group, URL: http://www.businessrulesgroup.org Cutter Consortium (various research centers, e.g. Enterprise Architecture and Business- IT Strategies; most of the content available to clients only), URL: http://www.cutter.com/ Enterprise-Wide IT Architecture […]
scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
sudo apt-get install -y libssl-dev
/bin/sh: 1: bison: not found
/bin/sh: 1: flex: not found
[solved] xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist
Error: xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not existUse sudo xcode-select –switch path/to/Xcode.app to specify the Xcode that you wish to use for command line developer tools, or use xcode-select –install to install the standalone command line developer tools.See man xcode-select for more details.xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not existUse sudo xcode-select […]
How to Git merge unrelated histories on rebase
You can use –allow-unrelated-histories to force the merge to happen.
Packer Ansible Provisioner
Type: ansible The ansible Packer provisioner runs Ansible playbooks. It dynamically creates an Ansible inventory file configured to use SSH, runs an SSH server, executes ansible-playbook, and marshals Ansible plays through the SSH server to the machine being provisioned by Packer. Note:: Any remote_user defined in tasks will be ignored. Packer will always connect with […]
How To install SSHPASS on Ubuntu and Mac OS X
SSHPass is a tiny utility, which allows you to provide the ssh password without using the prompt. This will very helpful for scripting. SSHPass is not good to use in multi-user environment. If you use SSHPass on your development machine, it don’t do anything evil. Installing on Ubuntu Installing on OS X Installing on OS […]