Skip to content

Instantly share code, notes, and snippets.

View eddychilakiller's full-sized avatar
💭
Bailando

Eddy Lopez Olivera eddychilakiller

💭
Bailando
View GitHub Profile
@eddychilakiller
eddychilakiller / gist:0049b248946d9f291be5c69f2597f4da
Created July 6, 2024 12:42
Instalación de Ubuntu para desarrollo
#!/bin/bash
# Actualizar y actualizar el sistema
sudo apt update && sudo apt upgrade -y
# Instalar herramientas de desarrollo básicas
sudo apt install -y build-essential curl wget git vim zsh
# Instalar Node.js y npm
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
@eddychilakiller
eddychilakiller / README.md
Last active March 6, 2023 13:39
Configuración de ElementaryOS para desarrolladores

Configuración de ElementaryOS para desarrolladores

Paquetes básicos

~$ sudo apt install vim curl git gpg wget apt-transport-https apt-get install ca-certificates gnupg lsb-release geany

Instalación y configuración del interprete de comandos zsh

@eddychilakiller
eddychilakiller / docker-install.md
Last active May 22, 2021 19:01
Instalación de docker

Instalar Docker

Config file /lib/systemd/system/docker.service

CentOS


Utilidades

sudo yum install -y yum-utils device-mapper-persistent-data lvm2

<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:FileRequest>
<ws:id_remedy_glpi>2021010134</ws:id_remedy_glpi>
<ws:type_transaccion>Worklog</ws:type_transaccion>
<ws:sub_type_transaction>New</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INCXXXXXX</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<!--Optional:-->
@eddychilakiller
eddychilakiller / data-table.js
Last active November 29, 2024 08:20
Data table
$(document).ready(function() {
var table = $('#example').DataTable( {
ajax: "data/data.json",
lengthMenu: [ 20, 50 ],
pagingType: "full_numbers",
initComplete: function() {
$('.dataTables_filter input').unbind();
var input = $('.dataTables_filter input').unbind(),
self = this.api(),
$searchButton = $('<button>')
@eddychilakiller
eddychilakiller / actualiza.xml
Last active January 25, 2021 22:48
Actualiza
<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>INC840177</ws:id_remedy_glpi>
<ws:type_transaccion>Actualizar</ws:type_transaccion>
<ws:sub_type_transaction>Incidente</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INC840177</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<ws:ProdCat01>APLICACIONES</ws:ProdCat01>
@eddychilakiller
eddychilakiller / actualizacion.xml
Created January 25, 2021 19:46
Actualización de un ticket
<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>INC840108</ws:id_remedy_glpi>
<ws:type_transaccion>UPDATE</ws:type_transaccion>
<ws:sub_type_transaction>New</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INC840108</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<ws:ProdCat01>SW GESTION</ws:ProdCat01>
@eddychilakiller
eddychilakiller / actualiza.xml
Created January 25, 2021 19:14
SOAP actualización
<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>INC840108</ws:id_remedy_glpi>
<ws:type_transaccion>INSERT</ws:type_transaccion>
<ws:sub_type_transaction>New</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INC840108</ws:Id_referencia_cliente>
<ws:Company>IMSS</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>INC840108</ws:id_remedy_glpi>
<ws:type_transaccion>INSERT</ws:type_transaccion>
<ws:sub_type_transaction>New</ws:sub_type_transaction>
<ws:Id_referencia_cliente>WO1260095</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<ws:ProdCat01>SW GESTION</ws:ProdCat01>
<soapenv:Body>
<ws:TicketRequest>
<ws:id_remedy_glpi>INC840058</ws:id_remedy_glpi>
<ws:type_transaccion>INSERT</ws:type_transaccion>
<ws:sub_type_transaction>New</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INC840058</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<ws:ProdCat01>SW GESTION</ws:ProdCat01>
<ws:ProdCat02>ARQUITECTURA TECNOLOGICA</ws:ProdCat02>
<ws:ProdCat03>IPICYT</ws:ProdCat03>