~$ sudo apt install vim curl git gpg wget apt-transport-https apt-get install ca-certificates gnupg lsb-release geany
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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:--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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>') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
NewerOlder