Skip to content

Instantly share code, notes, and snippets.

View eddychilakiller's full-sized avatar
💭
Bailando

Eddy Lopez Olivera eddychilakiller

💭
Bailando
View GitHub Profile
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="https://ipicyt.edu.mx/ws_i_solicitud_tk_imms_ipicyt">
<soapenv:Header/>
<soapenv:Body>
<ws:TicketRequest>
<ws:id_remedy_glpi>INC839828</ws:id_remedy_glpi>
<ws:type_transaccion>INSERT</ws:type_transaccion>
<ws:sub_type_transaction>Assigned</ws:sub_type_transaction>
<ws:Id_referencia_cliente>?</ws:Id_referencia_cliente>
<ws:Company>INC839828</ws:Company>
<ws:ProdCat01>SW GESTION</ws:ProdCat01>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="https://ipicyt.edu.mx/ws_i_solicitud_tk_imms_ipicyt">
<soapenv:Header/>
<soapenv:Body>
<ws:TicketRequest>
<ws:id_remedy_glpi>839818</ws:id_remedy_glpi>
<ws:type_transaccion>INSERT</ws:type_transaccion>
<ws:sub_type_transaction>Asignado</ws:sub_type_transaction>
@eddychilakiller
eddychilakiller / prueba-gist
Last active November 20, 2020 17:49
prueba GLPI
## Crea un nuevo ticket
curl -X "POST" "http://10.100.10.3/apirest.php/Ticket/" \
-H 'Content-Type: application/json' \
-H 'Session-Token: j22ba8v4n19g9n6ao84moom5bc' \
-H 'App-Token: prueba1' \
-H 'Authorization: ' \
-d $'{
"input": {
"status": 1,
"global_validation": 2,
@eddychilakiller
eddychilakiller / mx_complete.csv
Created August 31, 2020 22:51 — forked from agentphantom/mx_complete.csv
Casos Confirmados, Defunciones, Ambulatorios, Hospitalizados e Intubados por Municipio
entidad municipio confirmados defunciones ambulatorios ambulatorios_fallecidos hospitalizados hospitalizados_fallecidos intubados intubados_fallecidos
Aguascalientes Aguascalientes 4238 338 3122 41 1116 297 128 59
Aguascalientes Asientos 86 6 64 1 22 5 1 0
Aguascalientes Calvillo 139 5 123 0 16 5 2 2
Aguascalientes Cosío 81 0 67 0 14 0 2 0
Aguascalientes El Llano 17 2 9 0 8 2 3 2
Aguascalientes Jesús María 192 7 148 1 44 6 8 2
Aguascalientes No Especificado 1 0 1 0 0 0 0 0
Aguascalientes Pabellón de Arteaga 197 10 161 0 36 10 10 5
Aguascalientes Rincón de Romos 369 8 316 0 53 8 6 4
#!/bin/bash
# Help menu
print_help() {
cat <<-HELP
This script is used to fix permissions of a Drupal installation
you need to provide the following arguments:
1) Path to your Drupal installation.
2) Username of the user that you want to give files/directories ownership.