go-glpi-agent: inventário para GLPI 10+ sem Perl

go-glpi-agent: inventory for GLPI 10+ without Perl

Asset inventory only works when the agent can run across the entire fleet, reliably identify each machine, and deliver data that GLPI understands. go-glpi-agent is a Go reimplementation of the FusionInventory/GLPI ecosystem's inventory agent: a static binary that collects hardware and software information locally and sends the results to … Read more

mcp-wp-go: WordPress por MCP sem SSH

mcp-wp-go: WordPress via MCP without SSH

Editing WordPress through automation often becomes a poor choice between SSH credentials, fragile commands and overly generic APIs. The mcp-wp-go is an MCP server written in Go that uses the native WordPress REST API to create, edit, publish, unpublish, validate posts and administer media — without executing remote shell on the server. A … Read more

OpenObserve no Ubuntu: servidor dedicado, S3, GCS, OCI e MinIO

OpenObserve on Ubuntu: dedicated server, S3, GCS, OCI, and MinIO

After exploring OpenObserve and its unified platform for logs, metrics, and traces, the next step is to run it on a dedicated Ubuntu server without Docker. This guide installs the official binary as a systemd service, keeps OpenObserve's port on loopback, exposes the interface through nginx with TLS, and explains when to use local storage … Read more

OpenObserve: logs, métricas e traces em uma plataforma

OpenObserve: logs, metrics, and traces in one platform

When a service starts failing, the signals are usually scattered: metrics in Prometheus, logs in another backend, traces in a third tool, and alerts without context. OpenObserve aims to bring this work together in an open-source platform for logs, metrics, traces, RUM, dashboards, alerts, and incidents. Written in Rust, it queries logs and traces with … Read more

Primeiros passos com Ansible

Primeiros passos com Ansible

Se você ainda configura servidor na mão — entra por SSH, edita arquivo, instala pacote, repete tudo na máquina seguinte —, o Ansible é a ferramenta que vai aposentar esse ritual. Ele descreve o estado desejado das suas máquinas em arquivos YAML legíveis, aplica tudo via SSH sem instalar agente nenhum nos servidores, e pode … Read more

A história da linguagem Go

A história da linguagem Go

Go nasceu num quadro branco do Google, em 21 de setembro de 2007, porque C++ demorava demais para compilar. Em novembro de 2025 a linguagem fez 16 anos de código aberto. Em setembro de 2026 a série estável é a 1.27.1. Docker, Kubernetes, Terraform, o go que você instala no Linux — tudo isso desce … Read more

A história do GitLab: o tanuki que saiu da Ucrânia

A história do GitLab: o tanuki que saiu da Ucrânia

Em 8 de outubro de 2011 Dmitriy Zaporozhets fez o primeiro commit do GitLab. A casa na Ucrânia não tinha água encanada; o poço comunitário era o problema menor — faltava uma ferramenta de Git que ele pudesse mudar. Ruby on Rails, inspirado no GitWeb, feito com Valeriy Sizov. Quinze anos depois o GitLab 19.3.1 … Read more

Gitea: Git self-hosted com Actions, runner e tea CLI

Gitea: Git self-hosted com Actions, runner e tea CLI

Gitea (Git with a cup of tea) é a forge self-hosted em Go: repositório Git, PR, issues, wiki, registry de pacotes e CI/CD no mesmo binário. Fork do Gogs em 2016, MIT, cabe num VPS de 1 GB. A versão estável em setembro de 2026 é a 1.27.3. Este texto sobe a instância com Docker … Read more