Skip to content

Instantly share code, notes, and snippets.

View pancudaniel7's full-sized avatar
🎯
Focusing

Daniel pancudaniel7

🎯
Focusing
View GitHub Profile
@pancudaniel7
pancudaniel7 / git_resign_all_commits.sh
Last active April 3, 2023 17:00 — forked from qdequele/gpg_resign.sh
Resign all my old commits with GPG key
#!/bin/sh
cd $1
export [email protected]
git filter-branch -f --commit-filter '
if [ "$GIT_COMMITTER_EMAIL" = "[email protected]" ]
then
git commit-tree -S "$@";
fi
' -- --all
@pancudaniel7
pancudaniel7 / devops_best_practices.md
Last active April 3, 2023 07:02 — forked from jpswade/devops_best_practices.md
Devops Best Practices Checklist

Find the original here article here: Devops Best Practices

DevOps started out as "Agile Systems Administration". In 2008, Andrew Shafer did a talk called "Agile Infrastucture" addressing issues around involving more of the company in the same disciplines as programmers.

In 2009, Patrick Debois created "DevOpsDays" conference to help to bring it to light. However, it wouldn't begin to trend until about 2010, when people would begin to describe it as a standalone discipline.

Today, DevOps goes beyond just developers, systems administration and infrastructure, its about [dev, ops, agile, cloud

@pancudaniel7
pancudaniel7 / --show-libmachine-logs -v5 logs
Last active January 5, 2020 20:20
"Could not set oc CLI context for 'minishift' profile: Error during setting 'minishift' as active profile: The specified path to the kube config '/Users/[user]/.minishift/machines/minishift_kubeconfig' does not exist"
Making call to close driver server
(minishift) Calling .Close
Successfully made call to close driver server
Making call to close connection to plugin binary
(minishift) DBG | Closing plugin on server side
Could not set oc CLI context for 'minishift' profile: Error during setting 'minishift' as active profile:
The specified path to the kube config '/Users/pancudaniel/.minishift/machines/minishift_kubeconfig' does not exist