Config file /lib/systemd/system/docker.service
sudo yum install -y yum-utils device-mapper-persistent-data lvm2
| $(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>') |
| <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:--> |
| #!/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 - |