New pages
- 16:06, 4 March 2026 IBM Maximo: Resizing JPEG Files in doclinks (hist | edit) [731 bytes] Ebasso (talk | contribs) (Created page with "If many photos are attached go IBM Maximo, the '''DOCLINKS''' folder can quickly consume large amounts of disk space. You can resize JPEG files using ImageMagick on Linux. == Procedure == 1) Install ImageMagick dnf install -y ImageMagick </pre> 2) Run image magic <pre> cd /opt/IBM/SMP/maximo/doclinks find . -type f \( -iname "*.jpg" \) -exec mogrify -resize 1920x1920\> {} \; </pre> **Important**: * Resizes images larger than 1920x1920. * Keeps original file...")
- 21:58, 19 February 2026 IBM MQ: Usando Aplicações Cliente (hist | edit) [1,580 bytes] Ebasso (talk | contribs) (Created page with "== Testando a Conexão == Connect to container <syntaxhighlight lang="bash"> podman exec -it ibm-mq bash </syntaxhighlight> === Verificar Status do Queue Manager === <syntaxhighlight lang="bash"> dspmq </syntaxhighlight> === Usando Programas de Exemplo do MQ === '''Enviar uma mensagem:''' <syntaxhighlight lang="bash"> /opt/mqm/samp/bin/amqsput DEV.QUEUE.1 QM1 </syntaxhighlight> Digite a mensagem e pressione Enter duas vezes. '''Receber uma mensagem:''' <syn...")
- 19:23, 19 February 2026 IBM MQ: Principais Conceitos do IBM MQ (hist | edit) [10,315 bytes] Ebasso (talk | contribs) (Created page with "= Principais Conceitos do IBM MQ = == Messages (Mensagens) == '''Messages''' são unidades de dados que são transmitidas entre aplicações através do IBM MQ. Uma mensagem consiste em: * '''Message Descriptor (Descritor de Mensagem)''': Contém informações de controle e metadados sobre a mensagem, como: ** Message ID (identificador único) ** Correlation ID (para correlacionar respostas) ** Priority (prioridade) ** Persistence (se a mensagem deve ser persistida em...")
- 19:07, 19 February 2026 IBM CloudPak for Integration (hist | edit) [90 bytes] Ebasso (talk | contribs) (Created page with "= Veja também= Category:IBM CP4I Category:IBM Automation Category:Middleware")
- 19:07, 19 February 2026 IBM App Connect (hist | edit) [97 bytes] Ebasso (talk | contribs) (Created page with "= Veja também= Category:IBM App Connect Category:IBM Automation Category:Middleware")
- 19:06, 19 February 2026 IBM API Connect (hist | edit) [97 bytes] Ebasso (talk | contribs) (Created page with "= Veja também= Category:IBM API Connect Category:IBM Automation Category:Middleware")
- 19:03, 19 February 2026 IBM MQ (hist | edit) [440 bytes] Ebasso (talk | contribs) (Created page with " * IBM MQ: Deploy do IBM MQ como container == Comandos MQ Úteis == IBM MQ: Comandos MQ Úteis == Considerações de Segurança == IBM MQ: Consideracoes de Seguranca = Veja também= Category:IBM MQ Category:Podman Category:Containers Category:Middleware")
- 18:58, 19 February 2026 IBM MQ: Comandos MQ Úteis (hist | edit) [798 bytes] Ebasso (talk | contribs) (Created page with "== Comandos MQ Úteis == IBM MQ: Comandos MQ Úteis === Listar Filas === <syntaxhighlight lang="bash"> podman exec ibm-mq runmqsc QM1 <<EOF DISPLAY QUEUE(*) EOF </syntaxhighlight> === Criar uma Fila === <syntaxhighlight lang="bash"> podman exec ibm-mq runmqsc QM1 <<EOF DEFINE QLOCAL(MINHA.FILA) EOF </syntaxhighlight> === Verificar Profundidade da Fila === <syntaxhighlight lang="bash"> podman exec ibm-mq runmqsc QM1 <<EOF DISPLAY QLOCAL(DEV.QUEUE.1) CURDEPTH EO...")
- 18:56, 19 February 2026 IBM MQ: Consideracoes de Seguranca (hist | edit) [1,010 bytes] Ebasso (talk | contribs) (Created page with " As senhas padrão (<code>passw0rd</code>) devem ser alteradas imediatamente em ambientes de produção. === Alterando Senhas === <syntaxhighlight lang="bash"> # Acessar o container podman exec -it ibm-mq bash # Alterar senha do usuário admin mqsichangepassword admin # Alterar senha do usuário app mqsichangepassword app </syntaxhighlight> === Usando Secrets do Podman === <syntaxhighlight lang="bash"> # Criar secrets echo "senha-segura-admin" | podman secret crea...")
- 17:52, 19 February 2026 IBM MQ: Deploy do IBM MQ como container (hist | edit) [3,447 bytes] Ebasso (talk | contribs) (Created page with " = IBM MQ Deployment com Podman = Este guia fornece instruções completas para implantar IBM MQ usando Podman. == Pré-requisitos == * Podman instalado no sistema * Espaço em disco suficiente (mínimo 2GB) * Portas 1414 e 9443 disponíveis == Instalação Rápida == === Passo 1: Criar Diretórios === <syntaxhighlight lang="bash"> mkdir -p ./mq-data mkdir -p ./mq-config mkdir -p ./mq-logs </syntaxhighlight> === Passo 2: Baixar a Imagem IBM MQ === <syntaxhighlig...")
- 21:04, 29 January 2026 IBM Sterling Connect:Direct : Horizontal Pod Autoscaling for IBM Sterling Connect:Direct Unix Containers (hist | edit) [3,734 bytes] Ebasso (talk | contribs) (Created page with "IBM Sterling Connect:Direct Unix containers now support multi-pod deployment through Horizontal Pod Autoscaler (HPA). This feature enables dynamic scaling by automatically adding additional instances as the load increases and removing instances as load decreases, ensuring efficient resource utilization and optimal performance. Configuration The HPA feature is configured in the values.yaml file with the following parameters: <syntaxhighlight lang="yaml"> # Horizontal po...")
- 16:45, 27 January 2026 IBM Sterling DevOps CLI Container (hist | edit) [3,634 bytes] Ebasso (talk | contribs) (Created page with "= IBM Sterling DevOps CLI Container = == Overview == The '''IBM Sterling DevOps CLI Container''' is a containerized environment that provides all necessary tools to run [https://github.com/ibm-sterling-devops/ansible-ibm-sterling ansible-ibm-sterling] automation scripts. This project eliminates environment inconsistencies by packaging essential CLI tools, Python packages, and dependencies required for IBM Sterling B2B Integrator deployment and management on Red Hat Ope...")
- 13:32, 26 January 2026 OpenTelemetry (hist | edit) [1,334 bytes] Ebasso (talk | contribs) (Created page with "'''OpenTelemetry''' é um projeto open source e cloud-native voltado para observabilidade, que fornece um conjunto padronizado de APIs, SDKs e ferramentas para coleta de '''métricas''', '''logs''' e '''traces''' (rastreamentos distribuídos). O objetivo do OpenTelemetry é unificar e simplificar a instrumentação de aplicações, independentemente da linguagem, framework ou fornecedor de backend de observabilidade. Imagem do projeto: https://opentelemetry.io/docs/ ...")
- 13:16, 26 January 2026 Tekton (hist | edit) [1,542 bytes] Ebasso (talk | contribs) (Created page with "= Tekton = == Introdução == '''Tekton''' é um framework open source e cloud-native para criação de pipelines de CI/CD (Continuous Integration e Continuous Delivery), projetado especificamente para ambientes Kubernetes. Ele permite definir, executar e gerenciar pipelines de forma declarativa, utilizando recursos nativos do Kubernetes, como Pods, Containers e Custom Resource Definitions (CRDs). == Instalação == A instalação do Tekton é feita diretamente em um...")
- 20:23, 21 January 2026 Kubernetes: Instalação do Kind e Tekton (hist | edit) [1,126 bytes] Ebasso (talk | contribs) (Created page with "Install Kind # For Intel Macs [ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-darwin-amd64 # For M1 / ARM Macs [ $(uname -m) = arm64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.31.0/kind-darwin-arm64 chmod +x ./kind mv ./kind /usr/local/bin/kind Setup cluster tekton_cluster="tekton-cluster" # optionally set memory and cpu #podman machine stop #podman machine set --cpus=2 #podman machine set -m=4096 #podman machi...") originally created as "Kubernetes: Instalação do Kind"
- 21:13, 17 January 2026 IBM Sterling Connect:Direct : Certificate-Based Authentication Setup using C:D Web Services (hist | edit) [5,510 bytes] Ebasso (talk | contribs) (Created page with "== Part 1: REST Client Certificate Configuration == === Step 1.1: Export CDWS Server Certificate === First, obtain the CDWS server's certificate download it directly from the server <syntaxhighlight lang="bash"> # Download certificate from CDWS server openssl s_client -connect cdws-hostname:9443 -showcerts < /dev/null 2>/dev/null | \ openssl x509 -outform PEM > cdws-server.pem </syntaxhighlight> = Ver também = * IBM Sterling * IBM Sterling Connect:Direct...")
- 21:59, 10 December 2025 IBM QRadar SOAR: Working with Incidents Properties with REST API (hist | edit) [2,193 bytes] Ebasso (talk | contribs) (Created page with " = Ver também = * IBM QRadar SOAR: Working with Incidents with REST API * IBM QRadar SOAR: Working with Incidents Properties with REST API * Artigos sobre IBM QRadar * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:IBM QRadar Category:IBM QRadar SOAR")
- 21:56, 10 December 2025 IBM QRadar SOAR: Working with Incidents with REST API (hist | edit) [1,955 bytes] Ebasso (talk | contribs) (Created page with " <nowiki> soar_base_url='https://soar.company.com/rest/orgs/<ORG_ID>' soar_auth= HTTPBasicAuth('api_key', 'api_secret'), def soar_get_incidents(): headers = { "Accept": "application/json", "Content-Type": "application/json" } url = f"{base_url}/incidents/query_paged" params = { "return_level": "full", "field_handle": ["virus_investigation_result", "virus_score"], "include_records_total": "false" } json_body = {"filters": [{"c...")
- 21:08, 27 November 2025 IBM QRadar: How to Execute AQL Queries via URL in QRadar’s New Console UI (hist | edit) [1,114 bytes] Ebasso (talk | contribs) (Created page with "This page explains how to construct a URL to run AQL queries directly in QRadar’s new Analyst Application interface using the <code>/console/ui/search</code> endpoint. == Base URL == <pre> https://<CONSOLE_IP>/console/ui/search </pre> == Key Parameters == * <code>execute=true</code> Ensures the query runs automatically when the page loads. * <code>query=<URL_ENCODED_QUERY_PARAMETERS></code> Contains the query parameters, including the AQL stateme...")