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).
- 12:39, 10 October 2023 Ebasso talk contribs created page DB2: Running DB2 as Container (Created page with "= Running DB2 as Container = Create db2data directory # mkdir -p /opt/db2data Pull images podman pull icr.io/db2_community/db2 Running Db2 podman run -d --name mydb2 --privileged=true -p 50000:50000 -e LICENSE=accept -e DB2INST1_PASSWORD=db2inst1 -v /opt/db2data:/database db2_community/db2 Cheking Logs podman logs -f mydb2 == Ver também == * DB2: Criando usuários adicionais para o DB2 * DB2: Unix_Linux Startup Script * DB2: Comandos Uteis *...")
- 12:44, 2 October 2023 Ebasso talk contribs created page MinIO: Deploy MinIO as Container (Created page with "= Deploy Minio as Container = podman run -d \ -p 9000:9000 \ -p 9001:9001 \ -v /minio/data:/data \ -e "MINIO_ROOT_USER=root" \ -e "MINIO_ROOT_PASSWORD=passw0rd" \ --name minio_server_9001 \ quay.io/minio/minio server /data --console-address ":9001" Now open a browser and access the url http://<your server>:9001/ = Configure Minio container as Linux Service = Create file '''/etc/systemd/system/minio-container.service''', and add the following co...")
- 12:41, 2 October 2023 Ebasso talk contribs created page MinIO (Created page with " = Deploy Minio as Container = podman run -d \ -p 9000:9000 \ -p 9001:9001 \ -v /minio/data:/data \ -e "MINIO_ROOT_USER=root" \ -e "MINIO_ROOT_PASSWORD=passw0rd" \ --name minio_server_9001 \ quay.io/minio/minio server /data --console-address ":9001" Now open a browser and access the url http://<your server>:9001/ = Configure Minio container as Linux Service = Create file '''/etc/systemd/system/minio-container.service''', and add the following c...")
- 12:10, 2 October 2023 Ebasso talk contribs created page IBM Sterling Connect:Direct : Script to get process in HOLD and WAIT queue (Created page with " = Script = #!/bin/bash set +vx NDMAPICFG=/home/cdadmin02/cdunix/ndm/cfg/cliapi/ndmapi.cfg export NDMAPICFG # executa o sel pro selpro_output=$(/home/cdadmin02/cdunix/ndm/bin/direct -s << EOJ selpro; EOJ ) count=$(echo "$selpro_output" | grep -c "HOLD" ) if [ $count -gt 0 ]; then echo "processos em HOLD - $count vezes:" > processo_HOLD.out else echo "" > processo_HOLD.out fi count=$(echo "$selpro_output" | grep -c "WAIT" ) if [ $count -g...")
- 11:07, 27 September 2023 Ebasso talk contribs created page Mi Cuaderno de Español (Created page with "Mis consejos y notas sobre el idioma español. = Ver também = * Mais Artigos sobre Linux / UNIX / AIX * Mais Artigos sobre Cloud Category: Español Category: mi-cuaderno-de-espanol")
- 20:38, 26 September 2023 Ebasso talk contribs deleted page File:Native-pgp-sfg-user-profile.png (Deleted old revision 20230926203808!Native-pgp-sfg-user-profile.png: df)
- 20:38, 26 September 2023 Ebasso talk contribs uploaded a new version of File:Native-pgp-sfg-user-profile.png
- 20:36, 26 September 2023 Ebasso talk contribs created page File:Native-pgp-sfg-user-profile.png
- 20:36, 26 September 2023 Ebasso talk contribs uploaded File:Native-pgp-sfg-user-profile.png
- 20:10, 26 September 2023 Ebasso talk contribs created page File:Native-pgp-rct-encrypt.png
- 20:10, 26 September 2023 Ebasso talk contribs uploaded File:Native-pgp-rct-encrypt.png
- 20:09, 26 September 2023 Ebasso talk contribs created page File:Native-pgp-rct-decrypt.png
- 20:09, 26 September 2023 Ebasso talk contribs uploaded File:Native-pgp-rct-decrypt.png
- 20:06, 26 September 2023 Ebasso talk contribs created page File:Native-pgp-sfg-comm-profile.png
- 20:06, 26 September 2023 Ebasso talk contribs uploaded File:Native-pgp-sfg-comm-profile.png
- 20:03, 26 September 2023 Ebasso talk contribs created page File:Native-pgp-sec-01.png
- 20:03, 26 September 2023 Ebasso talk contribs uploaded File:Native-pgp-sec-01.png
- 20:00, 26 September 2023 Ebasso talk contribs created page File:Pgp-secret-newkey.png
- 20:00, 26 September 2023 Ebasso talk contribs uploaded File:Pgp-secret-newkey.png
- 19:54, 26 September 2023 Ebasso talk contribs created page IBM Sterling: Guide to Using PGP Native for Secure Data Exchange on IBM Sterling Filegateway (Created page with "This guide will walk you through the basics of using IBM Sterling File Gateway with native PGP to create and manage encryption keys, encrypt and decrypt files, and exchange secure messages. This guide is complemented by the following articles: * Linux: GNU GPG Usage Guide (English) or Linux: Guia de Uso do GNU GPG (Brazilian Portuguese) * IBM Sterling: Guide to Using PGP Native for Secure Data Exchange on IBM Sterling B2Bi * IBM Sterling: Guide to Using...")
- 19:49, 26 September 2023 Ebasso talk contribs moved page Linux: Guia de Uso do GNU GPG (English) to Linux: GNU GPG Usage Guide
- 19:48, 26 September 2023 Ebasso talk contribs created page Linux: Guia de Uso do GNU GPG (English) (Created page with "The GNU GPG (GNU Privacy Guard) encryption tool can help protect your data from prying eyes. This guide will walk you through the basics of using GPG to create and manage encryption keys, encrypt and decrypt files, and exchange secure messages. This guide is complemented by the following article IBM Sterling: Guide to Using PGP Native for Secure Data Exchange on IBM Sterling B2Bi = What is GNU GPG?= GNU Privacy Guard, often abbreviated as GPG, is an open source im...")
- 16:55, 26 September 2023 Ebasso talk contribs created page IBM Sterling B2B: Check-in de uma chave pública SSH (SSH Known Host Key) (Created page with "O SSH known host key é usado para verificar a autenticidade do servidor SSH ao qual você está se conectando. O processo de fazer o check-in de uma chave SSH (SSH known host key) em um ambiente IBM Sterling é semelhante ao processo em qualquer outro sistema que utiliza o SSH para comunicação segura. O IBM Sterling suporta obter a chave SSH diretamente, mas isso não funciona caso o SSH/SFTP Client Adapter está executando de um Perimeter Server. No procedimen...")
- 15:34, 22 September 2023 Ebasso talk contribs created page IBM Sterling B2B Integrator (Created page with "== Instalação == * IBM Sterling B2B: Instalação usando Installation Manager - Node 1 * IBM Sterling B2B: Instalação para Node secundário de cluster * IBM Sterling B2B: Install on Linux - Console * IBM Sterling B2B: Install on Docker for Development = Ver também = * Artigos sobre IBM Sterling * Mais Artigos sobre Cloud / WebDev / Tecnologias Category:IBM Sterling Category:B2B Category:B2B Integr...")
- 15:33, 22 September 2023 Ebasso talk contribs created page IBM Sterling File Gateway (Created page with "=IBM Sterling File Gateway= * IBM Sterling File Gateway: Visão Geral * IBM Sterling File Gateway: Exportando e Importando Recursos * IBM Sterling: Configurando o Single Sign-on entre o SSP, SEAS, B2BI e SFG * IBM Sterling File Gateway: Criando uma Comunidade * IBM Sterling File Gateway: Criando um Parceiro * IBM Sterling B2B: Permissões e Controle de Acesso * IBM Sterling File Gateway: Customizando a interface do MyFilegateway...")
- 15:28, 22 September 2023 Ebasso talk contribs created page IBM Sterling Secure Proxy Server (Created page with " * IBM Sterling Secure Proxy: Instalação * IBM Sterling Secure Proxy: Instalação do SSP Configuration Manager * IBM Sterling Secure Proxy: Configurar o SSP Engine no SSPcm * IBM Sterling: Configurando o Single Sign-on entre o SSP, SEAS, B2BI e SFG = Ver também = * IBM Sterling Secure Proxy: Instalação * IBM Sterling Secure Proxy: Instalação do SSP Configuration Manager * IBM Sterling Secure Proxy: Configurar o SSP Engine no SSPcm...")
- 15:27, 22 September 2023 Ebasso talk contribs created page IBM Sterling B2B: Server Adapters (Created page with "== Server Adapters == Os principais Servers Adapters para B2Bi são FTP, SFTP, HTTP, WS - HTTP sobre SOAP, C:D Server Adapter. File:server-client-adapter.png {| class="wikitable" |- ! Server Adapter !! Descrição |- | FTP Server Adapter || * Cria servidor FTP totalmente integrado ao sistema de Mailboxes. Um cliente FTP só pode acessar a Mailbox atribuída à sua conta de usuário. * Este adaptador recebe e processa pedidos de parceiros comerciais externos que...")
- 15:19, 22 September 2023 Ebasso talk contribs created page IBM Sterling External Authentication Server (Created page with "* IBM Sterling External Authentication Server (SEAS): Instalação * IBM Sterling External Authentication Server (SEAS): Configuração para OpenLDAP * IBM Sterling External Authentication Server (SEAS): Configuração para MS Active Directory * IBM Sterling: Configurando o Single Sign-on entre o SSP, SEAS, B2BI e SFG * IBM Sterling Control Center: Monitoração do IBM Sterling External Authentication Server = Ver também = * Cloud| Artigos s...")
- 21:10, 21 September 2023 Ebasso talk contribs uploaded a new version of File:Native-pgp-seckey.png
- 21:08, 21 September 2023 Ebasso talk contribs created page File:Native-pgp-seckey.png
- 21:08, 21 September 2023 Ebasso talk contribs uploaded File:Native-pgp-seckey.png
- 21:02, 21 September 2023 Ebasso talk contribs uploaded a new version of File:Native-pgp-server-profile.jpg
- 19:14, 21 September 2023 Ebasso talk contribs created page File:Native-pgp-server-profile.jpg
- 19:14, 21 September 2023 Ebasso talk contribs uploaded File:Native-pgp-server-profile.jpg
- 18:26, 21 September 2023 Ebasso talk contribs created page IBM Sterling B2B: Business Process - Conceitos Importantes (Created page with " = Process Level = Somente um resumo foi colocado abaixo: {| class="wikitable" |- ! Características !! Descrição |- | Document Tracking ||Rastreamento de Documentos A ativação do rastreamento de documentos oferece a capacidade de rastrear um documento durante todo o seu ciclo de vida, tanto dentro quanto fora do firewall. O rastreamento de documentos no nível do processo empresarial está desabilitado por padrão e essa configuração substitui a configuração d...")
- 21:46, 18 September 2023 Ebasso talk contribs created page IBM Sterling: Guide to Using PGP Native for Secure Data Exchange on IBM Sterling B2Bi (Created page with "This guide will walk you through the basics of using IBM Sterling B2Bi native PGP to create and manage encryption keys, encrypt and decrypt files, and exchange secure messages. = What is Native PGP? = On IBM Sterling B2B Integrator 6.1, IBM have introduced support for Native PGP where these cryptographic operations are performed within SB2Bi. The PGP keys are also stored within the database of B2Bi. = Getting Started with Sterling B2B Integrator = == 1. Create PGP S...")
- 21:18, 18 September 2023 Ebasso talk contribs moved page Linux: Criando uma chave GPG to Linux: Guia de Uso do GNU GPG without leaving a redirect
- 19:47, 15 September 2023 Ebasso talk contribs created page Linux: Criando uma chave GPG (Created page with " '''gpg --full-generate-key''' gpg (GnuPG) 2.3.3; Copyright (C) 2021 Free Software Foundation, Inc. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Please select what kind of key you want: (1) RSA and RSA (default) (2) DSA and Elgamal (3) DSA (sign only) (4) RSA (sign only) (14) Existing key from card Your selection? '''1''' RSA keys may be between 1024 and 4096 bits l...")
- 17:28, 21 August 2023 Ebasso talk contribs deleted page File:Ibm-mapeditor-java-soft.png (Deleted old revision 20230821172651!Ibm-mapeditor-java-soft.png)
- 17:27, 21 August 2023 Ebasso talk contribs deleted page File:Ibm-mapeditor-java-version.png (Deleted old revision 20230821172728!Ibm-mapeditor-java-version.png)
- 17:27, 21 August 2023 Ebasso talk contribs uploaded a new version of File:Ibm-mapeditor-java-version.png
- 17:26, 21 August 2023 Ebasso talk contribs uploaded a new version of File:Ibm-mapeditor-java-soft.png
- 17:24, 21 August 2023 Ebasso talk contribs created page File:Ibm-mapeditor-java-version.png
- 17:24, 21 August 2023 Ebasso talk contribs uploaded File:Ibm-mapeditor-java-version.png
- 17:23, 21 August 2023 Ebasso talk contribs created page File:Ibm-mapeditor-java-soft.png
- 17:23, 21 August 2023 Ebasso talk contribs uploaded File:Ibm-mapeditor-java-soft.png
- 14:53, 16 August 2023 Ebasso talk contribs created page IBM Maximo: BMXAA4038E - Cannot log in to perform this action on Forgot Password link (Criou a página com " SELECT * FROM MAXPROPVALUE WHERE PROPNAME IN ( 'mxe.system.reguser', 'mxe.system.regpassword','mxe.convertloginid'); {| class="wikitable" |- ! PROPNAME !! SERVERNAME...")
- 13:43, 2 August 2023 Ebasso talk contribs created page IBM Maximo: Cleanup WOGEN table (Criou a página com "WOGEN table data growing exponentially. Is very important to cleanup this table Details here: [https://www.ibm.com/support/pages/wogen-table-data-growing-exponentially WOGE...")
- 13:32, 2 August 2023 Ebasso talk contribs created page IBM Maximo: Automation Scripts (Criou a página com "= API Rest, Documentação, Artigos e Exemplos = * '''a3jgroup.com''': [https://a3jgroup.com/run-an-automation-script-from-a-cron-task-in-maximo/ Run an Automation Script f...")
- 13:21, 1 August 2023 Ebasso talk contribs created page IBM Sterling File Gateway: Customizando a interface do MyFilegateway (Criou a página com "= Procedure = 1) Go to directory cd <SB2B Home Directory>/container/Applications/myfilegateway/isomorphic/skins 2) Create a copy of FileGateway_v001 directory cp...")