Welcome to
Detached Head
- Posts
- Categories
-
Jun 28, 2017
Continuous Integration Values (in 2017)
Continuous Integration is one of the main practices in the Extreme Programming landscape, although through the years it has transcended beyond XP to become one of the most common cool...
Read More -
Jun 1, 2017
DevOps Course at Telefonica Global Solutions
I taught part of a 5-day course on DevOps to the people of Telefรณnica Global Solutions (Madrid), including presentations and workshops on CI/CD and tools like git, GoCD, Docker, and...
Read More -
Oct 10, 2016
Git status in bash prompt
Have you ever forgotten to add a particular file to your commit? Want to know your repository global status without doing a git status? You can configure your prompts to...
Read More -
Jun 8, 2015
Updating to GCC 4.8 in Ubuntu 12
If you run Ubuntu 12 or any other old distro, you are probably missing most of the latest C++11 features! This is how you can update gcc to a more...
Read More