Arturo Baldo

  • My Resume
  • I’m on LinkedIn
  • I’m on GitHub too
  • Netbox DCIM Tenants y Sitios

    En nuestra infra de red o datacenter, los dispositivos existen en algún sitio, vamos che que no todo es cloud… y si es cloud eso también existe en algún sitio
    Netbox nos deja identificar cada una de estas particularidades para que no se nos extravíe ningun equipo

    Esta instancia de Netbox la tengo ejecutando en Digital Ocean
    Si vos querés usarlo también dale con este link de referido que te sirve a
    a vos que te van a dar $200 en crédito pasa usar así podés probarlo
    https://m.do.co/c/47b87a73eb62

    YouTube https://www.youtube.com/@cceste
    Instagram https://www.instagram.com/ccesteok
    Facebook https://www.facebook.com/ccesteok
    Discord https://discord.gg/ZWQVg7cgdR

    December 10, 2023
  • Usando Cloudflare como CDN y Proxy

    A pesar de que estamos sirviendo nuestro servicio con Nginx, no está de más ponerle una capa adicionar arriba que nos brida el plan gratuito de Cloudflare
    Esto nos va a permitir usar su CDN y protección DDoS si es necesario

    Yo uso Digital Ocean, si vos querés usarlo también dale con este link de referido que te sirve a vos y a mi
    A vos te van a dar $200 en crédito pasa usar así podés probarlo
    https://m.do.co/c/47b87a73eb62

    YouTube https://www.youtube.com/@cceste
    Instagram https://www.instagram.com/ccesteok
    Facebook https://www.facebook.com/ccesteok
    Discord https://discord.gg/ZWQVg7cgdR

    December 9, 2023
  • SSL automático con Let’s Encrypt en Docker

    No podemos dejar el servicio expuesto en HTTP, hay info sensible que se intercambia, como credenciales y datos de infraestructura de red
    Vamos a usar un contenedor de ayuda que nos va a gestionar la terminación SSL de nuestro Netbox

    Yo uso Digital Ocean, si vos querés usarlo también dale con este link de referido que te sirve a vos y a mi
    A vos te van a dar $200 en crédito pasa usar así podés probarlo
    https://m.do.co/c/47b87a73eb62

    El repo del proyecto lo encontrás en
    https://github.com/nginx-proxy/acme-companion

    YouTube https://www.youtube.com/@cceste
    Instagram https://www.instagram.com/ccesteok
    Facebook https://www.facebook.com/ccesteok
    Discord https://discord.gg/ZWQVg7cgdR

    December 8, 2023
  • Proxy reverso automático en Docker

    Aunque este despliegue usa nginx-unit detrás, vamos a usar un contenedor de ayuda que nos va a gestionar proxy reverso para nuestro servicio – y otros que podamos tener a futuro – de manera automatica

    Yo uso Digital Ocean, si vos querés usarlo también dale con este link de referido que te sirve a vos y a mi
    A vos te van a dar $200 en crédito pasa usar así podés probarlo
    https://m.do.co/c/47b87a73eb62

    El repo del proyecto lo encontrás en
    https://github.com/nginx-proxy/nginx-proxy

    YouTube https://www.youtube.com/@cceste
    Instagram https://www.instagram.com/ccesteok
    Facebook https://www.facebook.com/ccesteok
    Discord https://discord.gg/ZWQVg7cgdR

    December 8, 2023
  • Implementando IPAM y DCIM con netbox-docker

    Cómo levantar Netbox en tu instancia en pocos minutos, usando netbox-docker
    Hay otras maneras, pero me parece la más rápida y sencilla para que lo puedas poner en marcha

    Yo uso Digital Ocean, si vos querés usarlo también dale con este link de referido que te sirve a vos y a mi
    A vos te van a dar $200 en crédito pasa usar así podés probarlo
    https://m.do.co/c/47b87a73eb62

    El repo del proyecto está acá
    https://github.com/netbox-community/netbox-docker/

    YouTube https://www.youtube.com/@cceste
    Instagram https://www.instagram.com/ccesteok
    Facebook https://www.facebook.com/ccesteok
    Discord https://discord.gg/ZWQVg7cgdR

    December 7, 2023
  • Sad Servres 20 – Paris : Where is my webserver?

    Level: Medium
    Type: Hack
    Description: A developer put an important password on his webserver localhost:5000 . However, he can’t find a way to recover it. This scenario is easy to to once you realize the one “trick”.

    Personalmente me pareció medio choto este escenario, salgo que me haya pasado de largo la manera de verificar el user agent…

    – YouTube https://www.youtube.com/@cceste
    – Instagram https://www.instagram.com/ccesteok
    – Facebook https://www.facebook.com/ccesteok
    – Discord https://discord.gg/ZWQVg7cgdR

    December 5, 2023
  • Sad Servers 19 – Ivujivik : Parlez-vous Français

    Scenario: “Ivujivik”: Parlez-vous Français?
    Level: Medium
    Description: Given the CSV file /home/admin/table_tableau11.csv, find the Electoral District Name/Nom de circonscription that has the largest number of Rejected Ballots/Bulletins rejetés and also has a population of less than 100,000.
    The initial CSV file may be corrupted or invalid in a way that can be fixed without changing its data.
    Installed in the VM are: Python3, Go, sqlite3, miller directly and PostgreSQL, MySQL in Docker images.
    Save the solution in the /home/admin/mysolution , with the name as it is in the file
    – YouTube https://www.youtube.com/@cceste
    – Instagram https://www.instagram.com/ccesteok
    – Facebook https://www.facebook.com/ccesteok
    – Discord https://discord.gg/ZWQVg7cgdR

    December 5, 2023
  • Sad Servers 18 – Unimak Island : Fun with Mr Jason

    Level: Medium
    Description: Using the file station_information.json , find the station_id where “has_kiosk” is false and “capacity” is greater than 30.
    Save the station_id of the solution in the /home/admin/mysolution file

    Admito que acá tuve suerte, ya había trabajado alguna que otra vez con jq

    – YouTube https://www.youtube.com/@cceste
    – Instagram https://www.instagram.com/ccesteok
    – Facebook https://www.facebook.com/ccesteok
    – Discord https://discord.gg/ZWQVg7cgdR

    December 5, 2023
  • Sad Servers 08 – Bucharest : Connecting to Postgres

    Level: Easy

    Description: A web application relies on the PostgreSQL 13 database present on this server. However, the connection to the database is not working. Your task is to identify and resolve the issue causing this connection failure. The application connects to a database named app1 with the user app1user and the password app1user.

    December 3, 2023
  • Resolviendo CORRECTAMENTE Sad Servers – Kihei : Surely Not Another Disk Space Scenario

    Level: Medium
    Description: There is a /home/admin/kihei program. Make the changes necessary so it runs succesfully, without deleting the /home/admin/datafile file.
    Test: Running /home/admin/kihei returns Done..

    Había cositas escondidas es este escenario !!
    Tuve que mirar algunas pistas. pero resolvimos correctamente al menos

    – YouTube https://www.youtube.com/@cceste
    – Instagram https://www.instagram.com/ccesteok
    – Facebook https://www.facebook.com/ccesteok
    – Discord https://discord.gg/ZWQVg7cgdR

    December 3, 2023
←Previous Page
1 … 11 12 13 14 15 … 24
Next Page→

Arturo Baldo

Thoughts on computing

  • Blog
  • About
  • FAQs
  • Authors
  • Events
  • Shop
  • Patterns
  • Themes

Twenty Twenty-Five

Designed with WordPress