Camilo MATAJIRA

    • About me
  • Book Reviews
  • Debugging
  • Projects
  • Transversal Tools
  • Book review: Clean Coder by Robert (Bob) Martin.
    Book Reviews

    Book review: Clean Coder by Robert (Bob) Martin.

    Camilo Matajira
    October 28, 2019

    In this book, Bob Martin defines what professionalism is in the software industry. This is a “soft”…

  • Book Review: Clean Code A Handbook of Agile Software Craftsmanship (Martin, Robert C.)
    Book Reviews

    Book Review: Clean Code A Handbook of Agile Software Craftsmanship (Martin, Robert C.)

    Camilo Matajira
    October 16, 2019

    In this book, “Uncle Bob” teaches us how to write clean (good) code. But why is clean…

  • Book Review: The Debian Administrator’s Handbook (Raphael Hertzog and Roland Mas)
    Book Reviews

    Book Review: The Debian Administrator’s Handbook (Raphael Hertzog and Roland Mas)

    Camilo Matajira
    October 8, 2019

    This book trains you to be competent in managing Debian servers. Is this important or useful? Well,…

  • Book Review: Pro Git. 2nd edition.
    Book Reviews

    Book Review: Pro Git. 2nd edition.

    Camilo Matajira
    September 10, 2019

    If your job involves some aspect of programming, I recommend that you read Pro Git. Git is…

  • Prometheus, how to solve “error: unknown short flag ‘-c’, try –help”
    Debugging

    Prometheus, how to solve “error: unknown short flag ‘-c’, try –help”

    Camilo Matajira
    September 6, 2019

    If you’ve got this error, this is probably because you are using the sintax of an old…

  • How to make SSL work for MariaDB
    Debugging

    How to make SSL work for MariaDB

    Camilo Matajira
    September 6, 2019

    First, follow this tutorial: https://www.cyberciti.biz/faq/how-to-setup-mariadb-ssl-and-secure-connections-from-clients/ Second, the only thing missing from that tutorial is this: In the…

  • How to solve Gitlab’s ‘Error loading key “(stdin)”: invalid format’
    Debugging

    How to solve Gitlab’s ‘Error loading key “(stdin)”: invalid format’

    Camilo Matajira
    February 25, 2019

    If you receive an error like this in your CICD pipeline $ echo “${GITLAB_CI_SSHKEY}” | ssh-add –…

  • How to start a Raspberry Pi in Grafana and disable screensaver
    Projects

    How to start a Raspberry Pi in Grafana and disable screensaver

    Camilo Matajira
    February 25, 2019

    sudo nano /home/pi/.config/lxsession/LXDE-pi/autostart Paste this: @xset s 0 0 @xset s noblank @xset s noexpose @xset dpms…

  • jq replacing contents with a variable in bash, for ElasticSearch queries
    Debugging

    jq replacing contents with a variable in bash, for ElasticSearch queries

    Camilo Matajira
    February 15, 2019

    THe trick for replacing a variable inside a json in bash is the following: close the single…

  • How to make Filebeat’s include_lines work!
    Debugging

    How to make Filebeat’s include_lines work!

    Camilo Matajira
    February 11, 2019

    The key to make include_lines work is to understand that (1) Filebeat uses its own set of…

  • The secret to making Filebeat faster!
    Debugging

    The secret to making Filebeat faster!

    Camilo Matajira
    February 11, 2019

    I used to complain about how slow Filebeat is after restarting. I did not want to restart…

  • Containers listen on default ports despite you don’t publish them
    Debugging

    Containers listen on default ports despite you don’t publish them

    Camilo Matajira
    February 11, 2019

    This is a very weird phenomenon that I found out the other day. When people make container…

  • Mastering Filebeat
    Debugging

    Mastering Filebeat

    Camilo Matajira
    February 9, 2019

    Filebeat is the program that crawls your logs in a certain folder or file that you specify,…

  • Logstash introduction and tips
    Debugging

    Logstash introduction and tips

    Camilo Matajira
    February 9, 2019

    Why Logstash? Logs are text, Logstash converts that text into useful data and then helps you ingest…

  • Tips to improve your GROKing skills
    Debugging

    Tips to improve your GROKing skills

    Camilo Matajira
    February 9, 2019

    Logstash’s GROK is the heart of the ELK stack. You must master this skill in order to…

«
1 2

Camilo MATAJIRA