User contributions for Ebasso
30 September 2025
- 16:4916:49, 30 September 2025 diff hist 0 Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 No edit summary current
- 16:4716:47, 30 September 2025 diff hist −1 Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 No edit summary
- 16:4416:44, 30 September 2025 diff hist +32 Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 →Install Jenkins
- 16:4416:44, 30 September 2025 diff hist +40 Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 →Install Jenkins
- 16:3116:31, 30 September 2025 diff hist 0 Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 No edit summary
- 16:3016:30, 30 September 2025 diff hist +66 N Jenkins: Install Jenkins on Redhat 9 with OpenJDK 17 Ebasso moved page Jenkins: Install Jenkins on Redhat 9 with OpenJDK 17 to Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 current Tag: New redirect
- 16:3016:30, 30 September 2025 diff hist 0 m Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 Ebasso moved page Jenkins: Install Jenkins on Redhat 9 with OpenJDK 17 to Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21
- 16:2916:29, 30 September 2025 diff hist 0 Jenkins: Install Jenkins on Redhat 9 with OpenJDK 21 No edit summary
25 September 2025
- 18:0318:03, 25 September 2025 diff hist +628 N 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 *..." current
- 17:5917:59, 25 September 2025 diff hist +56 IBM QRadar →IBM QRadar SOAR current
- 17:5217:52, 25 September 2025 diff hist +4 IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings →Managing Keystore with Keytool current
- 17:5217:52, 25 September 2025 diff hist −3 IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings No edit summary
- 17:5117:51, 25 September 2025 diff hist −13 IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings →Managing Keystore with Keytool and Resutil
- 17:5117:51, 25 September 2025 diff hist 0 IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings →Managing Keystore with Keytool and Resutil
- 17:5117:51, 25 September 2025 diff hist +7 IBM QRadar SOAR: Configuring HTTP Address and TLS/SSL settings No edit summary
- 17:5017:50, 25 September 2025 diff hist +1,537 N 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:4217:42, 25 September 2025 diff hist +70 IBM QRadar →IBM QRadar SOAR
- 17:4217:42, 25 September 2025 diff hist −2 IBM QRadar →Configurações
- 17:4117:41, 25 September 2025 diff hist +36 Main Page →IBM QRadar current
- 17:3117:31, 25 September 2025 diff hist +115 PostgreSQL: Usando ferramentas em container (PGAdmin/Cloudbeaver) para administrar o PostgreSQL No edit summary current
- 17:2917:29, 25 September 2025 diff hist −63 PostgreSQL: Usando ferramentas em container (PGAdmin/Cloudbeaver) para administrar o PostgreSQL →Criar serviços systemd para inicialização automática
- 17:2917:29, 25 September 2025 diff hist +2,988 N 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:2517:25, 25 September 2025 diff hist +102 PostgreSQL No edit summary current
- 17:2317:23, 25 September 2025 diff hist 0 PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux →Criar o banco de dados e o usuário current
- 17:2317:23, 25 September 2025 diff hist +41 PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux →Criar o banco de dados e o usuário
- 17:2217:22, 25 September 2025 diff hist −8 PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux →Instalar o PostgreSQL
- 17:2117:21, 25 September 2025 diff hist +285 PostgreSQL: Instalando o PostgreSQL 15 no RedHat Linux →Reiniciar o serviço
- 17:1817:18, 25 September 2025 diff hist +2,095 N 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:1017:10, 25 September 2025 diff hist +348 N 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"
- 16:5616:56, 25 September 2025 diff hist −99 Main Page →Tecnologias
- 16:5616:56, 25 September 2025 diff hist −35 Main Page →Linux / UNIX / AIX
- 16:5516:55, 25 September 2025 diff hist +1 Main Page →Linux / UNIX / AIX
- 16:5516:55, 25 September 2025 diff hist −20 Main Page →Linux / UNIX / AIX
- 16:5516:55, 25 September 2025 diff hist +13 Main Page →Tecnologias
- 16:5516:55, 25 September 2025 diff hist +6 Main Page →Cloud, Linux, ...
- 16:5316:53, 25 September 2025 diff hist −1 Main Page →Tecnologias
- 16:5316:53, 25 September 2025 diff hist 0 Main Page →Tecnologias
15 September 2025
- 17:3217:32, 15 September 2025 diff hist −35 WAS: Instalando o IHS e o plugin No edit summary current
- 17:3117:31, 15 September 2025 diff hist −4 WAS: Instalando o IHS e o plugin No edit summary
12 September 2025
- 12:4612:46, 12 September 2025 diff hist +11,727 N 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..." current
21 August 2025
- 14:4714:47, 21 August 2025 diff hist 0 IBM QRadar: Integrating WatsonX Assistant into QRadar Web Console →Procedure current
- 14:4614:46, 21 August 2025 diff hist −11 IBM QRadar: Integrating WatsonX Assistant into QRadar Web Console →Procedure
- 14:4614:46, 21 August 2025 diff hist +1,663 N 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..."
- 14:4314:43, 21 August 2025 diff hist +73 IBM QRadar →Artigos
19 August 2025
- 14:2214:22, 19 August 2025 diff hist +95 Azure No edit summary current
- 14:2114:21, 19 August 2025 diff hist +19 IBM Sterling Connect:Direct: Configuring C:D to use Azure Blob Storage →Ver também current
15 August 2025
- 12:4912:49, 15 August 2025 diff hist −14 Customizing the IBM Sametime Business Card →Recursos current
- 12:4912:49, 15 August 2025 diff hist −3 Customizing the IBM Sametime Business Card →Conclusão
- 12:4812:48, 15 August 2025 diff hist −875 Customizing the IBM Sametime Business Card →3. Apresentar a foto do usuário armazenada no Perfil do IBM Connections
- 12:4712:47, 15 August 2025 diff hist −1,625 Customizing the IBM Sametime Business Card →Adicionar campos provenientes do Sistema de RH da Empresa