All public logs
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:30, 30 September 2025 Ebasso talk contribs moved page Jenkins: Install Jenkins on Redhat 9 with OpenJDK 17 to Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21
- 18:03, 25 September 2025 Ebasso talk contribs created page IBM QRadar SOAR: Configuring HTTP Proxy settings (Created page with " = Configure proxy o main host = 1) Connect to CLI, using '''resadmin''' user 2) Run command sudo resutil configset -key proxyhost -s <ip address> sudo resutil configset -key proxyport -i <port> 3) Edit file /etc/systemd/system/k3s.service.env and set = Configure proxy on app host = manageAppHost proxy --https-proxy-url http://<ip address> manageAppHost proxy --http-proxy-url http://<ip address> = Ver também = * Artigos sobre IBM QRadar *...")
- 17:50, 25 September 2025 Ebasso talk contribs created page IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings (Created page with " = Managing Keystore with Keytool and Resutil = 1) Connect to CLI, using '''resadmin''' user 2) Backup keystore <syntaxhighlight lang="bash"> cd /crypt/certs cp keystore keystore_backupYYYYMMDD </syntaxhighlight> 3) Use the following command to list all entries in the keystore with detailed information: <syntaxhighlight lang="bash"> keytool -list -v -keystore keystore -storepass "$(sudo resutil keyvaultget -name keystore)" </syntaxhighlight> 4) Delete an alias fr...")
- 17:29, 25 September 2025 Ebasso talk contribs created page PostgreSQL: Usando ferramentas em container (PGAdmin/Cloudbeaver) para administrar o PostgreSQL (Created page with "= Instalar o Podman = 1) Atualizar o sistema e instalar o Podman <syntaxhighlight lang="bash"> sudo dnf update -y sudo dnf install -y podman podman-docker sudo systemctl enable --now podman sudo systemctl start podman sudo systemctl status podman </syntaxhighlight> 2) Criar usuário para os containers <syntaxhighlight lang="bash"> sudo groupadd -r -g 1000 containers sudo useradd -r -u 1000 -g containers -d /var/containers -s /sbin/nologin -m containers sudo mkdir...")
- 17:18, 25 September 2025 Ebasso talk contribs created page PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux (Created page with "= Instalar o PostgreSQL = == Instalar o módulo == <syntaxhighlight lang="bash"> sudo dnf module install postgresql:15/server </syntaxhighlight> == Inicializar o cluster de banco de dados == <syntaxhighlight lang="bash"> sudo postgresql-setup --initdb </syntaxhighlight> == Habilitar e iniciar o serviço == <syntaxhighlight lang="bash"> systemctl enable postgresql systemctl start postgresql </syntaxhighlight> = Criar o banco de dados e o usuário = == Criar o usuári...")
- 17:10, 25 September 2025 Ebasso talk contribs created page PostgreSQL (Created page with " * PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux == Ver também == * Mais Artigos sobre outras Tecnologias * Mais Artigos sobre Apache HTTP Server * Mais Artigos sobre Linux / UNIX / AIX Category:Linux Category:PostgreSQL Category:Databases Category:Tecnologias")
- 12:46, 12 September 2025 Ebasso talk contribs created page IBM Sterling: Configuring Single Sign-on between SSP, SEAS, B2BI, and SFG (Created page with "In this article I describe how to configure Single Sign-on (SSO) between Sterling Secure Proxy (SSP), Sterling External Authentication Server (SEAS), Sterling B2BI and Sterling File Gateway (SFG), making the lives of users and administrators easier and safer. The SSP is used as a Reverse Proxy for Sterling B2Bi/SFG and other IBM Sterling applications, allowing these services located on the Intranet to be accessed on the Internet. Sterling External Authentication Server...")
- 14:46, 21 August 2025 Ebasso talk contribs created page IBM QRadar: Integrating WatsonX Assistant into QRadar Web Console (Created page with "This article describes how to embed IBM Watsonx Assistant into the QRadar web interface by modifying the QRadar.jsp file. =Overview= IBM Watsonx Assistant can be integrated into QRadar to provide an interactive chatbot experience directly within the console. This integration allows users to access support, documentation, and automation features powered by Watsonx Assistant. = Procedure = 1) File to Modify * Directory: /opt/qradar/webapps/console/qradar/jsp * File: QRa...")
- 12:43, 15 August 2025 Ebasso talk contribs created page Customizing the IBM Sametime Business Card (Created page with "I migrated the article "Customizing the IBM Sametime Business Card" from IBM developerWorks, after the sale of Sametime to HCL. =Summary= Having access to information about coworkers in day-to-day work should be quick and easy. This article describes, in a practical way, how to make such information available through the IBM Sametime Connect Client and the IBM Sametime Web Client (Sametime Proxy Server). =Introduction= Our story begins with a multinational company th...")
- 18:07, 29 July 2025 Ebasso talk contribs created page IBM Sterling Connect:Direct: Configuring C:D to use Azure Blob Storage (Created page with " = Put a file in Azure Blob = CD1toAZ process snode='''<NODENAME>''' step01 copy from ( file = /opt/cdunix/ndm/cfg/msgfile.cfg ) to ( file = az01://'''<BUCKET NAME>'''/demo_azure.txt disp = rpl ) pend; = Get a file from Azure Blob = CD1fromAZ process snode='''<NODENAME>''' step01 copy from ( file = az01://'''<BUCKET NAME>'''/Report.pdf ) to (...")
- 12:04, 28 July 2025 Ebasso talk contribs moved page IBM QRadar: Using QRadar SDK to IBM QRadar: Developing QRadar Applications without leaving a redirect
- 11:50, 28 July 2025 Ebasso talk contribs created page IBM QRadar: Using QRadar SDK (Created page with " = Setup your environment = == Install Docker == 1) Install Docker-CE on RHEL/CentOS 8 sudo subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo dnf install pass Important: If you already have Podman/ContainerD, you must remove sudo dnf uninstall podman runc 2) Start Docker-CE sudo systemctl enable docker sudo systemctl start docker 3) Check...")
- 11:37, 24 July 2025 Ebasso talk contribs created page File:Maximo manage in mas.png
- 11:37, 24 July 2025 Ebasso talk contribs uploaded File:Maximo manage in mas.png
- 11:35, 24 July 2025 Ebasso talk contribs created page IBM Maximo: Migration to Maximo Application Suite (MAS) (Created page with "= Sample Architectures= * [https://github.com/MicrosoftDocs/architecture-center/blob/main/docs/example-scenario/apps/deploy-ibm-maximo-application-suite-content.md Azure: IBM Maximo] = Articles = * IBM Maximo: Maximo Manage development environment without OpenShift * IBM Maximo: Provide you customization_binaries.zip on OpenShift")
- 16:59, 9 July 2025 Ebasso talk contribs created page DB2:Reorg Tables in Databases (Created page with "= Shell de Criação dos arquivos de reorg = 1) Conectar com um usuário com permissão de db2admin 2) Criar o arquivo '''db2-reorg-tables.sh''' #!/bin/bash # altere o nome das bases na proxima linha for DBNAME in BLOGS DOGEAR FILES FORUM HOMEPAGE OPNACT PEOPLEDB SNCOMM WIKIS METRICS COGNOS PNS CCM do db2 connect to $DBNAME db2 reorgchk update statistics on table all > resultado$DBNAME.txt db2 terminate echo "db2 connect to $DBNAME" > reorg$DBNAMETab...")
- 21:17, 8 July 2025 Ebasso talk contribs created page Claude Desktop: Adicionando um MCP Server (Created page with " = Configurando via UV = Você pode instalar este servidor no Claude Desktop e interagir com ele imediatamente executando: uv run mcp install main.py Resultado do comando: File:Uv-run-01.png Verificando a configuração Claude. Menu '''Configuração > Desenvolvedor'''. File:Uv-run-claude-01.png = Configurando manualmente via Claude = Add to your Claude MCP settings at ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or ~/.config...")
- 20:36, 8 July 2025 Ebasso talk contribs created page File:Claude-run-01.png
- 20:36, 8 July 2025 Ebasso talk contribs uploaded File:Claude-run-01.png
- 20:36, 8 July 2025 Ebasso talk contribs created page File:Claude-permit-01.png
- 20:36, 8 July 2025 Ebasso talk contribs uploaded File:Claude-permit-01.png
- 20:29, 8 July 2025 Ebasso talk contribs created page File:Uv-run-claude-01.png
- 20:29, 8 July 2025 Ebasso talk contribs uploaded File:Uv-run-claude-01.png
- 20:28, 8 July 2025 Ebasso talk contribs created page File:Uv-run-01.png
- 20:28, 8 July 2025 Ebasso talk contribs uploaded File:Uv-run-01.png
- 19:57, 8 July 2025 Ebasso talk contribs created page MCP: Criando um MCP Server no MacOS (Created page with " Using uv to manage your Python projects. brew install uv If you haven't created a uv-managed project yet, create one: uv init mcp-server-demo --python=3.11.13 cd mcp-server-demo Then add MCP to your project dependencies: uv add "mcp[cli]" To run the mcp command with uv: uv run mcp The output is File:Uv-output-01.png = Ver também = * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:Model...")
- 19:56, 8 July 2025 Ebasso talk contribs created page File:Uv-output-01.png
- 19:56, 8 July 2025 Ebasso talk contribs uploaded File:Uv-output-01.png
- 19:49, 8 July 2025 Ebasso talk contribs created page Model Context Protocol (Created page with " = Ver também = * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:Model Context Protocol Category:MCP Category:AI")
- 19:44, 8 July 2025 Ebasso talk contribs deleted page IBM Connect: Apresentações (deprecated)
- 19:27, 8 July 2025 Ebasso talk contribs created page File:Entra-id-config-01.png
- 19:27, 8 July 2025 Ebasso talk contribs uploaded File:Entra-id-config-01.png
- 18:48, 8 July 2025 Ebasso talk contribs created page IBM Sterling B2B: Configuring SB2Bi to connect Microsoft Sharepoint (Created page with " Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! Draft!!! = SharePoint setup = 1) MS Sharepoint: Create a site, 2) MS Sharepoint: Setup Permissions on MS EntraID for Restapi = SharePoint Integration Setup with IBM B2Bi = == Importing Certificates == Downloaded the Intermediate and Root certificates from the following domains: * login.microsoft.com * MY_SHAREPOINT.sharepoint.com These certificates were then added to the '''CA stor...")
- 18:22, 7 July 2025 Ebasso talk contribs created page IBM Sterling Connect:Direct : Simulating Latency and Packet Loss in IBM Connect:Direct (Created page with "During performance and resilience testing of '''IBM Connect:Direct''', it may be necessary to simulate adverse network conditions, such as latency or packet loss. This can be achieved using the `tc` (Traffic Control) tool available on Linux systems. = Objective = Simulate '''200ms of latency''' and '''5% packet loss''' on specific interfaces without affecting normal traffic. = Example Scenario = {| class="wikitable" ! Interface !! Description |- | eth0 || Normal traf...")
- 17:59, 7 July 2025 Ebasso talk contribs created page File:Upload-files-sharepoint.png
- 17:59, 7 July 2025 Ebasso talk contribs uploaded File:Upload-files-sharepoint.png
- 17:32, 7 July 2025 Ebasso talk contribs created page MS Sharepoint: Upload files using Restapi (Created page with "Follow an article to upload files to sharepoint. = Procedure = 1) MS Sharepoint: Create a site, 2) MS Sharepoint: Setup Permissions on MS EntraID for Restapi 3) Download my python script to do this: <nowiki>https://github.com/ebasso/sterling-b2b-samples/blob/master/business-process/sharepoint-samples/sharepoint-client.py</nowiki> Replace the values and run = Ver também = *Pesquisa LDAP com o ldapsearch *[[Windows: Rotação de Log - Log Rotation]...")
- 17:27, 7 July 2025 Ebasso talk contribs created page File:Entra-sp-09.png
- 17:27, 7 July 2025 Ebasso talk contribs uploaded File:Entra-sp-09.png
- 17:27, 7 July 2025 Ebasso talk contribs created page File:Entra-sp-08.png
- 17:27, 7 July 2025 Ebasso talk contribs uploaded File:Entra-sp-08.png
- 17:26, 7 July 2025 Ebasso talk contribs created page File:Entra-sp-07.png
- 17:26, 7 July 2025 Ebasso talk contribs uploaded File:Entra-sp-07.png
- 17:26, 7 July 2025 Ebasso talk contribs created page File:Entra-sp-06.png
- 17:26, 7 July 2025 Ebasso talk contribs uploaded File:Entra-sp-06.png
- 17:26, 7 July 2025 Ebasso talk contribs created page File:Entra-sp-05.png
- 17:26, 7 July 2025 Ebasso talk contribs uploaded File:Entra-sp-05.png
- 17:25, 7 July 2025 Ebasso talk contribs created page File:Entra-sp-04.png
- 17:25, 7 July 2025 Ebasso talk contribs uploaded File:Entra-sp-04.png
- 17:25, 7 July 2025 Ebasso talk contribs created page File:Entra-sp-03.png