New pages
- 18:03, 25 September 2025 IBM QRadar SOAR: Configuring HTTP Proxy settings (hist | edit) [628 bytes] Ebasso (talk | contribs) (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 IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings (hist | edit) [1,532 bytes] Ebasso (talk | contribs) (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 PostgreSQL: Usando ferramentas em container (PGAdmin/Cloudbeaver) para administrar o PostgreSQL (hist | edit) [3,040 bytes] Ebasso (talk | contribs) (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 PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux (hist | edit) [2,413 bytes] Ebasso (talk | contribs) (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 PostgreSQL (hist | edit) [450 bytes] Ebasso (talk | contribs) (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 IBM Sterling: Configuring Single Sign-on between SSP, SEAS, B2BI, and SFG (hist | edit) [11,727 bytes] Ebasso (talk | contribs) (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 IBM QRadar: Integrating WatsonX Assistant into QRadar Web Console (hist | edit) [1,652 bytes] Ebasso (talk | contribs) (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 Customizing the IBM Sametime Business Card (hist | edit) [26,067 bytes] Ebasso (talk | contribs) (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 IBM Sterling Connect:Direct: Configuring C:D to use Azure Blob Storage (hist | edit) [2,333 bytes] Ebasso (talk | contribs) (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 (...")
- 11:50, 28 July 2025 IBM QRadar: Developing QRadar Applications (hist | edit) [3,830 bytes] Ebasso (talk | contribs) (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...") originally created as "IBM QRadar: Using QRadar SDK"
- 11:35, 24 July 2025 IBM Maximo: Migration to Maximo Application Suite (MAS) (hist | edit) [716 bytes] Ebasso (talk | contribs) (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 DB2:Reorg Tables in Databases (hist | edit) [1,911 bytes] Ebasso (talk | contribs) (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 Claude Desktop: Adicionando um MCP Server (hist | edit) [1,210 bytes] Ebasso (talk | contribs) (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...")
- 19:57, 8 July 2025 MCP: Criando um MCP Server no MacOS (hist | edit) [1,583 bytes] Ebasso (talk | contribs) (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:49, 8 July 2025 Model Context Protocol (hist | edit) [803 bytes] Ebasso (talk | contribs) (Created page with " = Ver também = * Artigos sobre Cloud * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:Model Context Protocol Category:MCP Category:AI")
- 18:48, 8 July 2025 IBM Sterling B2B: Configuring SB2Bi to connect Microsoft Sharepoint (hist | edit) [6,504 bytes] Ebasso (talk | contribs) (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 IBM Sterling Connect:Direct : Simulating Latency and Packet Loss in IBM Connect:Direct (hist | edit) [1,772 bytes] Ebasso (talk | contribs) (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:32, 7 July 2025 MS Sharepoint: Upload files using Restapi (hist | edit) [716 bytes] Ebasso (talk | contribs) (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:24, 7 July 2025 MS Sharepoint: Setup Permissions on MS EntraID for Restapi (hist | edit) [1,739 bytes] Ebasso (talk | contribs) (Created page with " 1) File:entra-sp-01.png 2) File:entra-sp-02.png 3) File:entra-sp-03.png 4) File:entra-sp-04.png 5) File:entra-sp-05.png 6) File:entra-sp-06.png 7) File:entra-sp-07.png 8) File:entra-sp-08.png 9) File:entra-sp-09.png == Ver também == *Pesquisa LDAP com o ldapsearch *Windows: Rotação de Log - Log Rotation *Windows: Verificando a versão do Windows *Datas em Arquivos Batch * Microsoft Win...")
- 17:06, 7 July 2025 MS Sharepoint: Create a site (hist | edit) [779 bytes] Ebasso (talk | contribs) (Created page with " File:sp-create-site-01.png File:sp-create-site-02.png File:sp-create-site-03.png File:sp-create-site-04.png File:sp-create-site-05.png == Ver também == *Pesquisa LDAP com o ldapsearch *Windows: Rotação de Log - Log Rotation *Windows: Verificando a versão do Windows *Datas em Arquivos Batch * Mais Artigos sobre Microsoft Windows Category: Microsoft Windows Category: MS Sharepoint")
- 22:01, 6 July 2025 IBM QRadar SOAR: Add a formated Note (hist | edit) [766 bytes] Ebasso (talk | contribs) (Created page with "<nowiki> results = playbook.functions.results.rest_response res = results.content.json if results.success: note = """ <h5> Information from XYZ</h5> ✅ Sucess on request to XYZ {res_id} XYZ Link: <a href="{res_link}">{res_link}</a> Status: {res_status} Severity: {res_severity} """.format( res_id = res["id"], res_link = res["oneLink"], res_status = res["status"], res_severity = res["severity"] ) else: note = "❌ An Error happ...")
- 12:31, 3 July 2025 IBM Maximo: Provide you customization binaries.zip on OpenShift (hist | edit) [3,119 bytes] Ebasso (talk | contribs) (Created page with "Uploading customization_binaries.zip directly to OpenShift simplifies deployment by avoiding external image builds and registries. It enables faster updates and avoid problem with security teams. = Procedure = Start by creating a new project: oc new-project nginx-custom-binaries Create a New App Using the NGINX Template oc new-app --template=openshift/nginx-example --name=nginx-custom Check the Pod Name oc get pods Look for the pod name that starts with ngi...")