• Automate the posts on Twitter using a AWS Lambda function and PowerShell [English]

    Jan 1, 2019
    A few months ago, I started to learn about Amazon Web Services (AWS) because I had the necessity to expand my knowledge of cloud services offers. Additional to this, I follow the technical blog from Amazon and I read about the support for PowerShell Core 6 and I worked a lot with serverless (using Azure Functions) so for that, serverless have a place in my heart nowadays
  • Ejecutar scripts de PowerShell desde Ansible

    Dec 16, 2018
    Hace un tiempo escribí sobre Ansible y la integración, o los mecanismos disponibles, que tenemos con Azure, haciendo foco en el uso de la Azure Cloud Shell. Pero ¿que métodos tenemos a disposición si queremos utilizar PowerShell dentro de un Playbook de Ansible?
  • Deshabilitar/Habilitar el proxy desde PowerShell

    Nov 22, 2018
    Hace un par de post comenté que estuve trabajando detrás de un proxy corporativo, y estos días he vuelto a estar en la misma condición. Por lo que al llevarme el equipo a mi casa, me encontraba con la necesidad de estar modificando la configuración del proxy en Internet Explorer para poder nevegar tranquilo.
  • GUID único en templates ARM con PowerShell

    Nov 9, 2018
    Los que hemos trabajado en Azure con ARM templates sabemos que puede tornarse difícil gestionar los diferentes recursos de un template y más aún, se vuelve un poco engorroso el tema del manejo de los GUID (Globally Unique Identifier). Estos amigos generan muchos dolores de cabeza a la hora de intentar orquestar los identificadores y que éstos sean únicos.
  • Failed to connect to github.com port 443: Timed out [English]

    Oct 19, 2018
    Last week I worked behind a corporate proxy. This really was a headache because everyone knows that you have an implicit restriction when you try to surf the web. But ... I didn´t know the problems I could have with GitHub, trying to sync my repos.