Bash
-
CR Search Engine
.
Objective Given the bast literature concerning Christian Reconstruction. I wanted to create a tool that allowed me to search for specific…
-
How to solve Gitlab’s ‘Error loading key “(stdin)”: invalid format’
.
If you receive an error like this in your CICD pipeline $ echo “${GITLAB_CI_SSHKEY}” | ssh-add – > /dev/null Identity added:…
-
jq replacing contents with a variable in bash, for ElasticSearch queries
.
THe trick for replacing a variable inside a json in bash is the following: close the single quotes (‘), put your…