Skill Matrix

One draw back of being in the IT industry for so many years is the amount of technologies I’ve used in all past projects, this complicates things even more when I’m on a interview and I’m asked one of the most nonesense questions, whish is: How many years of experience do you have in ____ technology? Just fill whichever technology you want in the blank and as you might know, the answer is mostly nonsense.

Continue reading

Python Learning

Lately I’ve been spending quite a bit of time doing some Pythong programing and learning some new tricks and skills with it. I am in no way a software developer or software engineer, but I would like to be more fluent when writing Python scripts. I’ve been thinking about how to brush up my skills and how to present them in a more effective and organized way. I’ll share more information in the next blog post.

Continue reading

Python Roadmap

Camino sencillo para aprender Python Python es un lenguaje de programación de alto nivel, interpretado y orientado a objetos. Fue creado en la década de 1990 por Guido van Rossum y se ha convertido en uno de los lenguajes más populares en la actualidad debido a su simplicidad, facilidad de aprendizaje y gran cantidad de bibliotecas y herramientas disponibles. Python es utilizado en una amplia variedad de aplicaciones, como desarrollo web, análisis de datos, inteligencia artificial, aprendizaje automático, robótica, entre otros.

Continue reading

Bash Search Text

Bash Search Text Creating a bash script to collect specific text from a file is a relatively simple task that can be accomplished using a few basic command line tools. In this post, we will walk through the process step-by-step, so you can start collecting the text you need in no time. First, open a text editor and create a new file. This will be the script file where we will write the commands that will collect the text from the target file.

Continue reading

Ansible Create Local User Ansible is a powerful automation tool that can help you manage and automate your infrastructure. One of the many things that Ansible can do is create and manage users, including the ability to add SSH keys for secure access. In this blog post, we will go over how to use Ansible to create a new user and add an SSH key for that user. First, we need to create a new Ansible playbook.

Continue reading

Ansible Initial Steps

Getting started with Ansible Ansible is a powerful tool for automating the configuration and management of servers and infrastructure. In this blog post, we’ll go over the basics of how to get started working with Ansible, including how to install it, how to create and run a simple playbook, and how to organize and manage your playbook files. First, let’s talk about installation. Ansible is a Python-based tool, so you’ll need to have Python installed on your system in order to use it.

Continue reading

How to add a Grafana pre-built dashboard Once you have configured your Grafana + InfluxDB + Telegraf host and you have confirmed that you are sending data, the next step you want to perform is to create a dashboard to display it’s metrics. These are the steps that you’ll need to follow to install a pre-built Grafana dashboard. We will be using the dashboard listed here First you need to go to

Continue reading

Author's picture

Kwame Bahena

tail -f /var/log/kwame.log

DevOps

Mx