JQuery AJAX examples Categories: Code Javascript Web development Tags: JQuery AJAX Javascript Code Ajax request when an user type in an form input field HTML Read more about JQuery AJAX examples
Linux SSH login without passwords Categories: Code Software Linux Tags: Linux ssh command shell tutorial Step 1:Create public and private keys using ssh-key-gen on local machine user@localhost$ ssh-keygen Generating public/private rsa key pair. Read more about Linux SSH login without passwords
Linux bash scripting examples Categories: Code Software Linux Tags: Linux bash commands script scripting examples Use colors in the shell output First asign color variables red='\e[0;31m' RED='\e[1;31m' blue='\e[0;34m' BLUE='\e[1;34m' Read more about Linux bash scripting examples
Linux commands to find files Categories: Code Linux Tags: Linux commands bash tricks script Find text inside all files in a folder recursively with grep command grep -iRHn "searchText" path_to_folder Concatenate another grep command to exclude some files, e.g: svn files Read more about Linux commands to find files
Twig ejemplos Categories: Code PHP Web development Tags: PHP Twig código tutorial Ejemplo para mostrar una variable normal: <span> Fecha actual: {{ fechaActual }} </span> Read more about Twig ejemplos