Después de mucho tiempo de ausencia, estoy regresando a utilizar Hugo blog para generar contenido. En los siguientes días voy a estar escribiendo acerca de las tecnlogías recientes que he estado utilizando en el trabajo.

Continue reading

Ansible First Steps

Ansible intro Ansible is a configuration management tool developed and maintained by RedHat. It can be used to install, remove, start, stop, restart and manage configuration files for services on your systems. Ansible can automate the state of a set of services and configuration files across an environment no matter the size of it. Your infrastructure can be composed of a small set of servers or a large environment across different regions.

Continue reading

What is Git? Git is a version-control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source-code management in software development, but it can be used to keep track of changes in any set of files To align with best practices, it is recommended to store all your code in version control. This will help you to modify, restore and reproduce your project with less effort.

Continue reading

Please take notice that this blog post is work in progress While working on some tasks in the past few weeks, I faced a problem that involved setting a “filter” for an application that was exposed to the internet. The application receives requests with some data, process it and then it produces an output, the problem was that the application did not have much control on how many requests it could receive in a specific time frame or from which source it could receive this requests.

Continue reading

Este año les quedé a deber mucho contenido. Hay tantos temas de los que hablar, de los cuáles se pueden grabar screencasts, podcasts, escribir tutoriales. Para este 2018 esta es una lista de los temas sobre los cuáles voy a estar generando contenido: ansible docker aws IaC terraform google cloud automated configuration management containers ¡Estámos en contacto!

Continue reading

Earlier today I was trying to download and apply the latest updates to my Debian system (which is a Debian GNU/Linux testing stretch), and when I was doing an apt-get update I was getting this error: W: GPG error: https://apt.dockerproject.org/repo debian-stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F76221572C52609D W: The repository 'https://apt.dockerproject.org/repo debian-stretch InRelease' is not signed. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.

Continue reading

Año nuevo, blog nuevo

Por algún tiempo estuve debatiendo con la idea de tener un nuevo software para manejar mi blog. Desde ya hace bastantes años he utilizado Wordpress, pero sus contantes problemas de seguridad, parches, actualizaciones y necesidad de continuo mantenimiento me terminaron de alejar de este softare. Para su reemplazo, me encontré con HUGO, el cuál, como dice su descripción, es una nueva idea para hacer simple la creación de sitios web. HUGO es flexible y puede ser utilizado con muchos formatos, es ideal para blogs, documentos, portafolios y mucho más.

Continue reading

Author's picture

Kwame Bahena

tail -f /var/log/kwame.log

DevOps

Mx