Skip to content

Instantly share code, notes, and snippets.

View gonzaloacosta's full-sized avatar
🔨
Working from home

Gonzalo Acosta gonzaloacosta

🔨
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am gonzaloacosta on github.
* I am gonzaloacosta (https://keybase.io/gonzaloacosta) on keybase.
* I have a public key ASDqwO3z__pqwW_Iqw7k5z4aTRlWc5elM6o3gub214C54wo
To claim this, I am signing this object:
@gonzaloacosta
gonzaloacosta / devops_best_practices.md
Created April 1, 2021 11:22 — 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

@gonzaloacosta
gonzaloacosta / tmux-cheatsheet.markdown
Created November 14, 2020 16:45 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname