Skip to content

Instantly share code, notes, and snippets.

View isweluiz's full-sized avatar

Luiz isweluiz

View GitHub Profile

What is an APIs (application programming interfaces)?

APIS

An API is a set of programming code that enables data transmission between one software product and another. It also contains the terms of this data exchange.

API An API is not a database. It is an access point to an app that can access a database.

They allow us to go get data from outside sources.

The Most Common Java Keytool Keystore Commands

Introduction

keytool

Java Keytool is a key and certificate management tool that is used to manipulate Java Keystores, and is included with Java. A Java Keystore is a container for authorization certificates or public key certificates, and is often used by Java-based applications for encryption, authentication, and serving over HTTPS. Its entries are protected by a keystore password. A keystore entry is identified by an alias, and it consists of keys and certificates that form a trust chain.

This cheat sheet-style guide provides a quick reference to keytool commands that are commonly useful when working with Java Keystores. This includes creating and modifying Java Keystores so they can be used with your Java applications.

Note: For easier management of your Java Keystores (using a GUI) check out Portecle.

Hi everyone, this is my ansible.cfg, I always use this file with a model for my configuration, if you will copy, make some adjustments.

[defaults]
## https://github.com/isweluiz

#--- General settings
forks                   = 5
log_path                = /var/log/ansible.log
module_name             = command

Install apache on multiple Debian servers with Ansible role

Requirements for this test:

  • Bastion -> Ansible Server
  • ServerA - Web Server Debian
  • ServerB - Web Server Debian

About teampass

TemPass

TeamPass is a Passwords Manager dedicated for managing passwords in a collaborative way by sharing them among team members. Teampass offers a large set of features permitting to manage your passwords and related data in an organized way in respect to the access rights defined for each users. Teampass is an Open-Source free to use product distributed in respect with OpenSource GNU GPL-3.0.

@isweluiz
isweluiz / Podman and systemd.md
Last active August 2, 2021 18:10
RUNNING CONTAINERS AS SYSTEMD SERVICES WITH PODMAN

Enviroment:

  • Wordpress;
  • Mariadb;
  • Systemd.

wp-pod

For more detail you can check the official documentation on Red Hat.

Solving error ansible/awx#3956

SOLVED BY MY SIDE. Hey guys, let me share something with you. some important points to investigate on your side:

  • Do you have enough space on your system to awx download the images?
  • Have you checked if you don't have any "trash" from previous installations?
  • Have you checked if you have nginx, postgress local running? (stop all to avoid conflict)
  • Have you checked all requirements related to memory, disk, and configuration file?
# Documentation
https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-issue-reparenting-changelogs/#jira-cloud-platform-rest-api-v3-https-developer-atlassian-com-cloud-jira-platform-rest-v3-intro
# Retrieve an issue
curl -u admin:admin http://localhost:8080/jira/rest/api/2/issue/TEST-10 | python -mjson.tool
curl -u admin:admin http://localhost:8080/rest/api/2/issue/TEST-10 | python -mjson.tool