View Clear Input Field Value When Selected function clearDefault(el) { if (el.defaultValue==el.value) el.value = “” } // Then call this function using the ‘onfocus’ value of your input box: <input...Read More
View codificando, decodificando arreglos, json php Note recorriendo objetos decodificados del json <?php // arreglo $array= array(‘id_cuota’ =>2883,‘num_cuota’ => 1,‘monto_cuota’ => 6250, ‘fecha’ => ‘2009-09’, ‘factura’ => false); $array= array(‘id_cuota’...Read More
View auditd useful commands #Adding/Modifying Rules # Watch for files auditctl –w /etc/yum.conf -p wa -k yum_watch auditctl –w /usr/bin/nmap -p x -k nmap_watch auditctl –w /etc/shadow ...Read More
View How to make a dry-run with svn update Note What is svn going to do to my files when I update? svn merge –dry-run -r BASE:HEAD . alias svnupdry=‘svn merge –dry-run -r...Read More